Package iofXml.v3

Class Address

java.lang.Object
iofXml.v3.Address

public class Address extends Object
The postal address of a person or organisation.

Java class for Address complex type

.

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


 <complexType name="Address">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CareOf" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Street" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Country" type="{http://www.orienteering.org/datastandard/3.0}Country" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="modifyTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • careOf

      protected String careOf
    • street

      protected String street
    • zipCode

      protected String zipCode
    • city

      protected String city
    • state

      protected String state
    • country

      protected Country country
    • type

      protected String type
      The address type, e.g. visitor address or invoice address.
    • modifyTime

      protected XMLGregorianCalendar modifyTime
  • Constructor Details

    • Address

      public Address()
  • Method Details

    • getCareOf

      public String getCareOf()
      Gets the value of the careOf property.
      Returns:
      possible object is String
    • setCareOf

      public void setCareOf(String value)
      Sets the value of the careOf 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
    • getZipCode

      public String getZipCode()
      Gets the value of the zipCode property.
      Returns:
      possible object is String
    • setZipCode

      public void setZipCode(String value)
      Sets the value of the zipCode 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
    • getCountry

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

      public void setCountry(Country value)
      Sets the value of the country property.
      Parameters:
      value - allowed object is Country
    • getType

      public String getType()
      The address type, e.g. visitor address or invoice address.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
      See Also:
    • getModifyTime

      public XMLGregorianCalendar getModifyTime()
      Gets the value of the modifyTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setModifyTime

      public void setModifyTime(XMLGregorianCalendar value)
      Sets the value of the modifyTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar