Class NameAndAddressType

  • Direct Known Subclasses:
    CustomerAddressType

    public class NameAndAddressType
    extends Object

    Java class for nameAndAddressType complex type.

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

     <complexType name="nameAndAddressType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="firstName" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="50"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="lastName" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="50"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="company" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="50"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="address" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="60"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="city" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="40"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="state" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="40"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="zip" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="20"/>
                 </restriction>
               </simpleType>
             </element>
             <element name="country" minOccurs="0">
               <simpleType>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}string">
                   <maxLength value="60"/>
                 </restriction>
               </simpleType>
             </element>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • NameAndAddressType

        public NameAndAddressType()
    • Method Detail

      • getFirstName

        public String getFirstName()
        Gets the value of the firstName property.
        Returns:
        possible object is String
      • setFirstName

        public void setFirstName​(String value)
        Sets the value of the firstName property.
        Parameters:
        value - allowed object is String
      • getLastName

        public String getLastName()
        Gets the value of the lastName property.
        Returns:
        possible object is String
      • setLastName

        public void setLastName​(String value)
        Sets the value of the lastName property.
        Parameters:
        value - allowed object is String
      • getCompany

        public String getCompany()
        Gets the value of the company property.
        Returns:
        possible object is String
      • setCompany

        public void setCompany​(String value)
        Sets the value of the company property.
        Parameters:
        value - allowed object is String
      • getAddress

        public String getAddress()
        Gets the value of the address property.
        Returns:
        possible object is String
      • setAddress

        public void setAddress​(String value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is String
      • getCity

        public String getCity()
        Gets the value of the city property.
        Returns:
        possible object is String
      • setCity

        public void setCity​(String value)
        Sets the value of the city property.
        Parameters:
        value - allowed object is String
      • getState

        public String getState()
        Gets the value of the state property.
        Returns:
        possible object is String
      • setState

        public void setState​(String value)
        Sets the value of the state property.
        Parameters:
        value - allowed object is String
      • getZip

        public String getZip()
        Gets the value of the zip property.
        Returns:
        possible object is String
      • setZip

        public void setZip​(String value)
        Sets the value of the zip property.
        Parameters:
        value - allowed object is String
      • getCountry

        public String getCountry()
        Gets the value of the country property.
        Returns:
        possible object is String
      • setCountry

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