public abstract class AbstractGeometryType extends Object implements Named, Visitable
Java class for AbstractGeometryType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractGeometryType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="gid" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="srsName" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
gid |
protected String |
srsName |
| Constructor and Description |
|---|
AbstractGeometryType() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
String |
getGid()
Gets the value of the gid property.
|
QName |
getJAXBElementName() |
String |
getSrsName()
Gets the value of the srsName property.
|
boolean |
isSetGid() |
boolean |
isSetSrsName() |
void |
setGid(String value)
Sets the value of the gid property.
|
void |
setJAXBElementName(QName name) |
void |
setSrsName(String value)
Sets the value of the srsName property.
|
public String getGid()
Stringpublic void setGid(String value)
value - allowed object is
Stringpublic boolean isSetGid()
public String getSrsName()
Stringpublic void setSrsName(String value)
value - allowed object is
Stringpublic boolean isSetSrsName()
public void setJAXBElementName(QName name)
setJAXBElementName in interface Namedpublic QName getJAXBElementName()
getJAXBElementName in interface Namedpublic void afterUnmarshal(Unmarshaller u, Object parent)
This work is licensed under a Creative Commons Attribution 4.0 International License.