Package iofXml.v3
Class Address
java.lang.Object
iofXml.v3.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>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the careOf property.getCity()Gets the value of the city property.Gets the value of the country property.Gets the value of the modifyTime property.getState()Gets the value of the state property.Gets the value of the street property.getType()The address type, e.g.Gets the value of the zipCode property.voidSets the value of the careOf property.voidSets the value of the city property.voidsetCountry(Country value) Sets the value of the country property.voidSets the value of the modifyTime property.voidSets the value of the state property.voidSets the value of the street property.voidSets the value of the type property.voidsetZipCode(String value) Sets the value of the zipCode property.
-
Field Details
-
careOf
-
street
-
zipCode
-
city
-
state
-
country
-
type
The address type, e.g. visitor address or invoice address. -
modifyTime
-
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getCareOf
Gets the value of the careOf property.- Returns:
- possible object is
String
-
setCareOf
Sets the value of the careOf property.- Parameters:
value- allowed object isString
-
getStreet
Gets the value of the street property.- Returns:
- possible object is
String
-
setStreet
Sets the value of the street property.- Parameters:
value- allowed object isString
-
getZipCode
Gets the value of the zipCode property.- Returns:
- possible object is
String
-
setZipCode
Sets the value of the zipCode property.- Parameters:
value- allowed object isString
-
getCity
Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
Sets the value of the city property.- Parameters:
value- allowed object isString
-
getState
Gets the value of the state property.- Returns:
- possible object is
String
-
setState
Sets the value of the state property.- Parameters:
value- allowed object isString
-
getCountry
Gets the value of the country property.- Returns:
- possible object is
Country
-
setCountry
Sets the value of the country property.- Parameters:
value- allowed object isCountry
-
getType
The address type, e.g. visitor address or invoice address.- Returns:
- possible object is
String
-
setType
Sets the value of the type property. -
getModifyTime
Gets the value of the modifyTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setModifyTime
Sets the value of the modifyTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-