public class CTAddress
extends java.lang.Object
Java class for CT_Address complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Address">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="address1" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="countryRegion" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="adminDistrict1" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="adminDistrict2" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="postalCode" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="locality" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="isoCountryCode" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
address1 |
protected java.lang.String |
adminDistrict1 |
protected java.lang.String |
adminDistrict2 |
protected java.lang.String |
countryRegion |
protected java.lang.String |
isoCountryCode |
protected java.lang.String |
locality |
protected java.lang.String |
postalCode |
| Constructor and Description |
|---|
CTAddress() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress1()
Gets the value of the address1 property.
|
java.lang.String |
getAdminDistrict1()
Gets the value of the adminDistrict1 property.
|
java.lang.String |
getAdminDistrict2()
Gets the value of the adminDistrict2 property.
|
java.lang.String |
getCountryRegion()
Gets the value of the countryRegion property.
|
java.lang.String |
getIsoCountryCode()
Gets the value of the isoCountryCode property.
|
java.lang.String |
getLocality()
Gets the value of the locality property.
|
java.lang.String |
getPostalCode()
Gets the value of the postalCode property.
|
void |
setAddress1(java.lang.String value)
Sets the value of the address1 property.
|
void |
setAdminDistrict1(java.lang.String value)
Sets the value of the adminDistrict1 property.
|
void |
setAdminDistrict2(java.lang.String value)
Sets the value of the adminDistrict2 property.
|
void |
setCountryRegion(java.lang.String value)
Sets the value of the countryRegion property.
|
void |
setIsoCountryCode(java.lang.String value)
Sets the value of the isoCountryCode property.
|
void |
setLocality(java.lang.String value)
Sets the value of the locality property.
|
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property.
|
protected java.lang.String address1
protected java.lang.String countryRegion
protected java.lang.String adminDistrict1
protected java.lang.String adminDistrict2
protected java.lang.String postalCode
protected java.lang.String locality
protected java.lang.String isoCountryCode
public java.lang.String getAddress1()
Stringpublic void setAddress1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountryRegion()
Stringpublic void setCountryRegion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAdminDistrict1()
Stringpublic void setAdminDistrict1(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAdminDistrict2()
Stringpublic void setAdminDistrict2(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 getLocality()
Stringpublic void setLocality(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIsoCountryCode()
Stringpublic void setIsoCountryCode(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.