public class CTAddress extends Object implements Child
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 String |
address1 |
protected String |
adminDistrict1 |
protected String |
adminDistrict2 |
protected String |
countryRegion |
protected String |
isoCountryCode |
protected String |
locality |
protected String |
postalCode |
| Constructor and Description |
|---|
CTAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller unmarshaller,
Object parent)
This method is invoked by the JAXB implementation on each instance when unmarshalling completes.
|
String |
getAddress1()
Gets the value of the address1 property.
|
String |
getAdminDistrict1()
Gets the value of the adminDistrict1 property.
|
String |
getAdminDistrict2()
Gets the value of the adminDistrict2 property.
|
String |
getCountryRegion()
Gets the value of the countryRegion property.
|
String |
getIsoCountryCode()
Gets the value of the isoCountryCode property.
|
String |
getLocality()
Gets the value of the locality property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPostalCode()
Gets the value of the postalCode property.
|
void |
setAddress1(String value)
Sets the value of the address1 property.
|
void |
setAdminDistrict1(String value)
Sets the value of the adminDistrict1 property.
|
void |
setAdminDistrict2(String value)
Sets the value of the adminDistrict2 property.
|
void |
setCountryRegion(String value)
Sets the value of the countryRegion property.
|
void |
setIsoCountryCode(String value)
Sets the value of the isoCountryCode property.
|
void |
setLocality(String value)
Sets the value of the locality property.
|
void |
setParent(Object parent) |
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
protected String address1
protected String countryRegion
protected String adminDistrict1
protected String adminDistrict2
protected String postalCode
protected String locality
protected String isoCountryCode
public String getAddress1()
Stringpublic void setAddress1(String value)
value - allowed object is
Stringpublic String getCountryRegion()
Stringpublic void setCountryRegion(String value)
value - allowed object is
Stringpublic String getAdminDistrict1()
Stringpublic void setAdminDistrict1(String value)
value - allowed object is
Stringpublic String getAdminDistrict2()
Stringpublic void setAdminDistrict2(String value)
value - allowed object is
Stringpublic String getPostalCode()
Stringpublic void setPostalCode(String value)
value - allowed object is
Stringpublic String getLocality()
Stringpublic void setLocality(String value)
value - allowed object is
Stringpublic String getIsoCountryCode()
Stringpublic void setIsoCountryCode(String value)
value - allowed object is
Stringpublic Object getParent()
public void afterUnmarshal(Unmarshaller unmarshaller, Object parent)
parent - The parent object in the object tree.unmarshaller - The unmarshaller that generated the instance.Copyright © 2007-2020. All Rights Reserved.