public class Address extends ParameterType implements 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 String |
city |
protected String |
country |
protected String |
countryCode |
protected String |
extendedAddress |
protected String |
postalCode |
protected String |
postBox |
protected String |
region |
protected String |
street |
| Constructor and Description |
|---|
Address() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCity()
Gets the value of the city property.
|
String |
getCountry()
Gets the value of the country property.
|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getExtendedAddress()
Gets the value of the extendedAddress property.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
String |
getPostBox()
Gets the value of the postBox property.
|
String |
getRegion()
Gets the value of the region property.
|
String |
getStreet()
Gets the value of the street property.
|
void |
setCity(String value)
Sets the value of the city property.
|
void |
setCountry(String value)
Sets the value of the country property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setExtendedAddress(String value)
Sets the value of the extendedAddress property.
|
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
void |
setPostBox(String value)
Sets the value of the postBox property.
|
void |
setRegion(String value)
Sets the value of the region property.
|
void |
setStreet(String value)
Sets the value of the street property.
|
protected String extendedAddress
protected String postalCode
protected String city
protected String postBox
protected String country
protected String countryCode
protected String region
protected String street
public String getExtendedAddress()
Stringpublic void setExtendedAddress(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getCity()
Stringpublic void setCity(String value)
value - allowed object is
Stringpublic String getPostBox()
Stringpublic void setPostBox(String value)
value - allowed object is
Stringpublic String getCountry()
Stringpublic void setCountry(String value)
value - allowed object is
Stringpublic String getCountryCode()
Stringpublic void setCountryCode(String value)
value - allowed object is
Stringpublic String getRegion()
Stringpublic void setRegion(String value)
value - allowed object is
Stringpublic String getStreet()
StringCopyright © 2012. All Rights Reserved.