public class Address extends ParameterType implements java.io.Serializable
Java class for Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Address">
<complexContent>
<extension base="{http://www.CIP4.org/JDFSchema_2_0}ParameterType">
<sequence>
<choice>
<element name="ExtendedAddress" type="{http://www.CIP4.org/JDFSchema_2_0}TextElement" minOccurs="0"/>
</choice>
</sequence>
<attribute name="PostalCode" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="City" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="PostBox" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Country" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="CountryCode" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Region" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
<attribute name="Street" type="{http://www.CIP4.org/JDFSchema_2_0}string" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
city |
protected java.lang.String |
country |
protected java.lang.String |
countryCode |
protected java.lang.String |
extendedAddress |
protected java.lang.String |
postalCode |
protected java.lang.String |
postBox |
protected java.lang.String |
region |
protected java.lang.String |
street |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity()
Gets the value of the city property.
|
java.lang.String |
getCountry()
Gets the value of the country property.
|
java.lang.String |
getCountryCode()
Gets the value of the countryCode property.
|
java.lang.String |
getExtendedAddress()
Gets the value of the extendedAddress property.
|
java.lang.String |
getPostalCode()
Gets the value of the postalCode property.
|
java.lang.String |
getPostBox()
Gets the value of the postBox property.
|
java.lang.String |
getRegion()
Gets the value of the region property.
|
java.lang.String |
getStreet()
Gets the value of the street property.
|
void |
setCity(java.lang.String value)
Sets the value of the city property.
|
void |
setCountry(java.lang.String value)
Sets the value of the country property.
|
void |
setCountryCode(java.lang.String value)
Sets the value of the countryCode property.
|
void |
setExtendedAddress(java.lang.String value)
Sets the value of the extendedAddress property.
|
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property.
|
void |
setPostBox(java.lang.String value)
Sets the value of the postBox property.
|
void |
setRegion(java.lang.String value)
Sets the value of the region property.
|
void |
setStreet(java.lang.String value)
Sets the value of the street property.
|
protected java.lang.String extendedAddress
protected java.lang.String postalCode
protected java.lang.String city
protected java.lang.String postBox
protected java.lang.String country
protected java.lang.String countryCode
protected java.lang.String region
protected java.lang.String street
public java.lang.String getExtendedAddress()
Stringpublic void setExtendedAddress(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostalCode()
Stringpublic void setPostalCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCity()
Stringpublic void setCity(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPostBox()
Stringpublic void setPostBox(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountry()
Stringpublic void setCountry(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountryCode()
Stringpublic void setCountryCode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getRegion()
Stringpublic void setRegion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getStreet()
Stringpublic void setStreet(java.lang.String value)
value - allowed object is
StringCopyright © 2012. All Rights Reserved.