public class CTGeoPolygon extends Object implements Child
Java class for CT_GeoPolygon complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_GeoPolygon">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="polygonId" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="numPoints" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="pcaRings" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
numPoints |
protected String |
pcaRings |
protected String |
polygonId |
| Constructor and Description |
|---|
CTGeoPolygon() |
| 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.
|
BigInteger |
getNumPoints()
Gets the value of the numPoints property.
|
Object |
getParent()
Gets the parent object in the object tree representing the unmarshalled xml document.
|
String |
getPcaRings()
Gets the value of the pcaRings property.
|
String |
getPolygonId()
Gets the value of the polygonId property.
|
void |
setNumPoints(BigInteger value)
Sets the value of the numPoints property.
|
void |
setParent(Object parent) |
void |
setPcaRings(String value)
Sets the value of the pcaRings property.
|
void |
setPolygonId(String value)
Sets the value of the polygonId property.
|
protected String polygonId
protected BigInteger numPoints
protected String pcaRings
public String getPolygonId()
Stringpublic void setPolygonId(String value)
value - allowed object is
Stringpublic BigInteger getNumPoints()
BigIntegerpublic void setNumPoints(BigInteger value)
value - allowed object is
BigIntegerpublic String getPcaRings()
Stringpublic void setPcaRings(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-2019. All Rights Reserved.