Class CustomerAddressType

  • Direct Known Subclasses:
    CustomerAddressExType

    public class CustomerAddressType
    extends NameAndAddressType

    Java class for customerAddressType complex type.

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

     <complexType name="customerAddressType">
       <complexContent>
         <extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}nameAndAddressType">
           <sequence>
             <element name="phoneNumber" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="25"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="faxNumber" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="25"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Field Detail

      • phoneNumber

        protected String phoneNumber
      • faxNumber

        protected String faxNumber
      • email

        protected String email
    • Constructor Detail

      • CustomerAddressType

        public CustomerAddressType()
    • Method Detail

      • getPhoneNumber

        public String getPhoneNumber()
        Gets the value of the phoneNumber property.
        Returns:
        possible object is String
      • setPhoneNumber

        public void setPhoneNumber​(String value)
        Sets the value of the phoneNumber property.
        Parameters:
        value - allowed object is String
      • getFaxNumber

        public String getFaxNumber()
        Gets the value of the faxNumber property.
        Returns:
        possible object is String
      • setFaxNumber

        public void setFaxNumber​(String value)
        Sets the value of the faxNumber property.
        Parameters:
        value - allowed object is String
      • getEmail

        public String getEmail()
        Gets the value of the email property.
        Returns:
        possible object is String
      • setEmail

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