public class CTGeoLocationQuery
extends java.lang.Object
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 java.lang.String |
adminDistrict1 |
protected java.lang.String |
adminDistrict2 |
protected java.lang.String |
countryRegion |
protected STEntityType |
entityType |
protected java.lang.String |
postalCode |
| Constructor and Description |
|---|
CTGeoLocationQuery() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
STEntityType |
getEntityType()
Gets the value of the entityType property.
|
java.lang.String |
getPostalCode()
Gets the value of the postalCode 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 |
setEntityType(STEntityType value)
Sets the value of the entityType property.
|
void |
setPostalCode(java.lang.String value)
Sets the value of the postalCode property.
|
protected java.lang.String countryRegion
protected java.lang.String adminDistrict1
protected java.lang.String adminDistrict2
protected java.lang.String postalCode
protected STEntityType entityType
public 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 STEntityType getEntityType()
STEntityTypepublic void setEntityType(STEntityType value)
value - allowed object is
STEntityTypeCopyright © 2007–2025. All rights reserved.