public class CoordinatesType extends Object implements Named, Visitable
Java class for CoordinatesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CoordinatesType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="decimal" type="{http://www.w3.org/2001/XMLSchema}string" default="." />
<attribute name="cs" type="{http://www.w3.org/2001/XMLSchema}string" default="," />
<attribute name="ts" type="{http://www.w3.org/2001/XMLSchema}string" default=" " />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
cs |
protected String |
decimal |
protected String |
ts |
protected String |
value |
| Constructor and Description |
|---|
CoordinatesType() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor aVisitor) |
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
String |
getCs()
Gets the value of the cs property.
|
String |
getDecimal()
Gets the value of the decimal property.
|
QName |
getJAXBElementName() |
String |
getTs()
Gets the value of the ts property.
|
String |
getValue()
Gets the value of the value property.
|
boolean |
isSetCs() |
boolean |
isSetDecimal() |
boolean |
isSetTs() |
boolean |
isSetValue() |
void |
setCs(String value)
Sets the value of the cs property.
|
void |
setDecimal(String value)
Sets the value of the decimal property.
|
void |
setJAXBElementName(QName name) |
void |
setTs(String value)
Sets the value of the ts property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String decimal
protected String cs
protected String ts
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic boolean isSetValue()
public String getDecimal()
Stringpublic void setDecimal(String value)
value - allowed object is
Stringpublic boolean isSetDecimal()
public void setCs(String value)
value - allowed object is
Stringpublic boolean isSetCs()
public void setTs(String value)
value - allowed object is
Stringpublic boolean isSetTs()
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.