Class CustomerProfileIdType


  • public class CustomerProfileIdType
    extends Object

    Java class for customerProfileIdType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="customerProfileIdType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="customerProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString"/>
             <element name="customerPaymentProfileId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
             <element name="customerAddressId" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}numericString" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customerProfileId

        protected String customerProfileId
      • customerPaymentProfileId

        protected String customerPaymentProfileId
      • customerAddressId

        protected String customerAddressId
    • Constructor Detail

      • CustomerProfileIdType

        public CustomerProfileIdType()
    • Method Detail

      • getCustomerProfileId

        public String getCustomerProfileId()
        Gets the value of the customerProfileId property.
        Returns:
        possible object is String
      • setCustomerProfileId

        public void setCustomerProfileId​(String value)
        Sets the value of the customerProfileId property.
        Parameters:
        value - allowed object is String
      • getCustomerPaymentProfileId

        public String getCustomerPaymentProfileId()
        Gets the value of the customerPaymentProfileId property.
        Returns:
        possible object is String
      • setCustomerPaymentProfileId

        public void setCustomerPaymentProfileId​(String value)
        Sets the value of the customerPaymentProfileId property.
        Parameters:
        value - allowed object is String
      • getCustomerAddressId

        public String getCustomerAddressId()
        Gets the value of the customerAddressId property.
        Returns:
        possible object is String
      • setCustomerAddressId

        public void setCustomerAddressId​(String value)
        Sets the value of the customerAddressId property.
        Parameters:
        value - allowed object is String