public class CTGeoLocationQuery extends Object implements Child
Java class for CT_GeoLocationQuery complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoLocationQuery">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<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="entityType" use="required" type="{http://schemas.microsoft.com/office/drawing/2014/chartex}ST_EntityType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
adminDistrict1 |
protected String |
adminDistrict2 |
protected String |
countryRegion |
protected STEntityType |
entityType |
protected String |
postalCode |
| Constructor and Description |
|---|
CTGeoLocationQuery() |
| 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 |
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.
|
STEntityType |
getEntityType()
Gets the value of the entityType 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 |
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 |
setEntityType(STEntityType value)
Sets the value of the entityType property.
|
void |
setParent(Object parent) |
void |
setPostalCode(String value)
Sets the value of the postalCode property.
|
protected String countryRegion
protected String adminDistrict1
protected String adminDistrict2
protected String postalCode
protected STEntityType entityType
public 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 STEntityType getEntityType()
STEntityTypepublic void setEntityType(STEntityType value)
value - allowed object is
STEntityTypepublic 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.