Package iofXml.v3

Class Address


  • public class Address
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String careOf  
      protected java.lang.String city  
      protected Country country  
      protected javax.xml.datatype.XMLGregorianCalendar modifyTime  
      protected java.lang.String state  
      protected java.lang.String street  
      protected java.lang.String type  
      protected java.lang.String zipCode  
    • Constructor Summary

      Constructors 
      Constructor Description
      Address()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCareOf()
      Gets the value of the careOf property.
      java.lang.String getCity()
      Gets the value of the city property.
      Country getCountry()
      Gets the value of the country property.
      javax.xml.datatype.XMLGregorianCalendar getModifyTime()
      Gets the value of the modifyTime property.
      java.lang.String getState()
      Gets the value of the state property.
      java.lang.String getStreet()
      Gets the value of the street property.
      java.lang.String getType()
      Gets the value of the type property.
      java.lang.String getZipCode()
      Gets the value of the zipCode property.
      void setCareOf​(java.lang.String value)
      Sets the value of the careOf property.
      void setCity​(java.lang.String value)
      Sets the value of the city property.
      void setCountry​(Country value)
      Sets the value of the country property.
      void setModifyTime​(javax.xml.datatype.XMLGregorianCalendar value)
      Sets the value of the modifyTime property.
      void setState​(java.lang.String value)
      Sets the value of the state property.
      void setStreet​(java.lang.String value)
      Sets the value of the street property.
      void setType​(java.lang.String value)
      Sets the value of the type property.
      void setZipCode​(java.lang.String value)
      Sets the value of the zipCode property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • careOf

        protected java.lang.String careOf
      • street

        protected java.lang.String street
      • zipCode

        protected java.lang.String zipCode
      • city

        protected java.lang.String city
      • state

        protected java.lang.String state
      • country

        protected Country country
      • type

        protected java.lang.String type
      • modifyTime

        protected javax.xml.datatype.XMLGregorianCalendar modifyTime
    • Constructor Detail

      • Address

        public Address()
    • Method Detail

      • getCareOf

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

        public void setCareOf​(java.lang.String value)
        Sets the value of the careOf property.
        Parameters:
        value - allowed object is String
      • getStreet

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

        public void setStreet​(java.lang.String value)
        Sets the value of the street property.
        Parameters:
        value - allowed object is String
      • getZipCode

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

        public void setZipCode​(java.lang.String value)
        Sets the value of the zipCode property.
        Parameters:
        value - allowed object is String
      • getCity

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

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

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

        public void setState​(java.lang.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 java.lang.String getType()
        Gets the value of the type property.
        Returns:
        possible object is String
      • setType

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

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

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