Package iofXml.v3

Class Address

  • All Implemented Interfaces:

    
    public class Address
    
                        

    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>
    
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      Address()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description