Class Address


  • public class Address
    extends ReferencedType

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://ejava.info/eSales/1.0.2007.2}ReferencedType">
           <sequence>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="addressee" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="street" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="city" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="state" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="zip" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}integer" />
         </extension>
       </complexContent>
     </complexType>
     
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getAddressee

        public String getAddressee()
        Gets the value of the addressee property.
        Returns:
        possible object is String
      • setAddressee

        public void setAddressee​(String value)
        Sets the value of the addressee property.
        Parameters:
        value - allowed object is String
      • getStreet

        public String getStreet()
        Gets the value of the street property.
        Returns:
        possible object is String
      • setStreet

        public void setStreet​(String value)
        Sets the value of the street 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
      • getId

        public Integer getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(Integer value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String