public class Wkt extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="srid" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
srid |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
Wkt() |
| Modifier and Type | Method and Description |
|---|---|
int |
getSrid()
Gets the value of the srid property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetSrid() |
boolean |
isSetType() |
boolean |
isSetValue() |
void |
setSrid(int value)
Sets the value of the srid property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
void |
unsetSrid() |
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic boolean isSetType()
public int getSrid()
Integerpublic void setSrid(int value)
value - allowed object is
Integerpublic boolean isSetSrid()
public void unsetSrid()
Copyright © 2016. All rights reserved.