Package net.opengis.gml.x32
Interface CoordinatesType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
CoordinatesTypeImpl
public interface CoordinatesType extends org.apache.xmlbeans.XmlStringAn XML CoordinatesType(@http://www.opengis.net/gml/3.2). This is an atomic type that is a restriction of net.opengis.gml.x32.CoordinatesType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCoordinatesType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCs()Gets the "cs" attributeStringgetDecimal()Gets the "decimal" attributeStringgetTs()Gets the "ts" attributebooleanisSetCs()True if has "cs" attributebooleanisSetDecimal()True if has "decimal" attributebooleanisSetTs()True if has "ts" attributevoidsetCs(String cs)Sets the "cs" attributevoidsetDecimal(String decimal)Sets the "decimal" attributevoidsetTs(String ts)Sets the "ts" attributevoidunsetCs()Unsets the "cs" attributevoidunsetDecimal()Unsets the "decimal" attributevoidunsetTs()Unsets the "ts" attributeorg.apache.xmlbeans.XmlStringxgetCs()Gets (as xml) the "cs" attributeorg.apache.xmlbeans.XmlStringxgetDecimal()Gets (as xml) the "decimal" attributeorg.apache.xmlbeans.XmlStringxgetTs()Gets (as xml) the "ts" attributevoidxsetCs(org.apache.xmlbeans.XmlString cs)Sets (as xml) the "cs" attributevoidxsetDecimal(org.apache.xmlbeans.XmlString decimal)Sets (as xml) the "decimal" attributevoidxsetTs(org.apache.xmlbeans.XmlString ts)Sets (as xml) the "ts" attribute-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Method Detail
-
getDecimal
String getDecimal()
Gets the "decimal" attribute
-
xgetDecimal
org.apache.xmlbeans.XmlString xgetDecimal()
Gets (as xml) the "decimal" attribute
-
isSetDecimal
boolean isSetDecimal()
True if has "decimal" attribute
-
setDecimal
void setDecimal(String decimal)
Sets the "decimal" attribute
-
xsetDecimal
void xsetDecimal(org.apache.xmlbeans.XmlString decimal)
Sets (as xml) the "decimal" attribute
-
unsetDecimal
void unsetDecimal()
Unsets the "decimal" attribute
-
getCs
String getCs()
Gets the "cs" attribute
-
xgetCs
org.apache.xmlbeans.XmlString xgetCs()
Gets (as xml) the "cs" attribute
-
isSetCs
boolean isSetCs()
True if has "cs" attribute
-
setCs
void setCs(String cs)
Sets the "cs" attribute
-
xsetCs
void xsetCs(org.apache.xmlbeans.XmlString cs)
Sets (as xml) the "cs" attribute
-
unsetCs
void unsetCs()
Unsets the "cs" attribute
-
getTs
String getTs()
Gets the "ts" attribute
-
xgetTs
org.apache.xmlbeans.XmlString xgetTs()
Gets (as xml) the "ts" attribute
-
isSetTs
boolean isSetTs()
True if has "ts" attribute
-
setTs
void setTs(String ts)
Sets the "ts" attribute
-
xsetTs
void xsetTs(org.apache.xmlbeans.XmlString ts)
Sets (as xml) the "ts" attribute
-
unsetTs
void unsetTs()
Unsets the "ts" attribute
-
-