public class CoordinatesType extends Object
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 |
|---|---|
String |
getCs()
Gets the value of the cs property.
|
String |
getDecimal()
Gets the value of the decimal property.
|
String |
getTs()
Gets the value of the ts property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setCs(String value)
Sets the value of the cs property.
|
void |
setDecimal(String value)
Sets the value of the decimal property.
|
void |
setTs(String value)
Sets the value of the ts property.
|
void |
setValue(String value)
Sets the value of the value property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CoordinatesType |
withCs(String value) |
CoordinatesType |
withDecimal(String value) |
CoordinatesType |
withTs(String value) |
CoordinatesType |
withValue(String value) |
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 String getDecimal()
Stringpublic void setDecimal(String value)
value - allowed object is
Stringpublic void setCs(String value)
value - allowed object is
Stringpublic void setTs(String value)
value - allowed object is
Stringpublic CoordinatesType withValue(String value)
public CoordinatesType withDecimal(String value)
public CoordinatesType withCs(String value)
public CoordinatesType withTs(String value)
Copyright © 2018 Entur AS. All rights reserved.