Package net.opengis.swe.x101
Interface VectorType.Coordinate
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
VectorTypeImpl.CoordinateImpl
- Enclosing interface:
- VectorType
public static interface VectorType.Coordinate extends org.apache.xmlbeans.XmlObjectAn XML coordinate(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classVectorType.Coordinate.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 CountDocument.CountaddNewCount()Appends and returns a new empty "Count" elementQuantityDocument.QuantityaddNewQuantity()Appends and returns a new empty "Quantity" elementTimeDocument.TimeaddNewTime()Appends and returns a new empty "Time" elementCountDocument.CountgetCount()Gets the "Count" elementStringgetName()Gets the "name" attributeQuantityDocument.QuantitygetQuantity()Gets the "Quantity" elementTimeDocument.TimegetTime()Gets the "Time" elementbooleanisSetCount()True if has "Count" elementbooleanisSetQuantity()True if has "Quantity" elementbooleanisSetTime()True if has "Time" elementvoidsetCount(CountDocument.Count count)Sets the "Count" elementvoidsetName(String name)Sets the "name" attributevoidsetQuantity(QuantityDocument.Quantity quantity)Sets the "Quantity" elementvoidsetTime(TimeDocument.Time time)Sets the "Time" elementvoidunsetCount()Unsets the "Count" elementvoidunsetQuantity()Unsets the "Quantity" elementvoidunsetTime()Unsets the "Time" elementorg.apache.xmlbeans.XmlTokenxgetName()Gets (as xml) the "name" attributevoidxsetName(org.apache.xmlbeans.XmlToken name)Sets (as xml) the "name" attribute-
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
-
getCount
CountDocument.Count getCount()
Gets the "Count" element
-
isSetCount
boolean isSetCount()
True if has "Count" element
-
setCount
void setCount(CountDocument.Count count)
Sets the "Count" element
-
addNewCount
CountDocument.Count addNewCount()
Appends and returns a new empty "Count" element
-
unsetCount
void unsetCount()
Unsets the "Count" element
-
getQuantity
QuantityDocument.Quantity getQuantity()
Gets the "Quantity" element
-
isSetQuantity
boolean isSetQuantity()
True if has "Quantity" element
-
setQuantity
void setQuantity(QuantityDocument.Quantity quantity)
Sets the "Quantity" element
-
addNewQuantity
QuantityDocument.Quantity addNewQuantity()
Appends and returns a new empty "Quantity" element
-
unsetQuantity
void unsetQuantity()
Unsets the "Quantity" element
-
getTime
TimeDocument.Time getTime()
Gets the "Time" element
-
isSetTime
boolean isSetTime()
True if has "Time" element
-
setTime
void setTime(TimeDocument.Time time)
Sets the "Time" element
-
addNewTime
TimeDocument.Time addNewTime()
Appends and returns a new empty "Time" element
-
unsetTime
void unsetTime()
Unsets the "Time" element
-
getName
String getName()
Gets the "name" attribute
-
xgetName
org.apache.xmlbeans.XmlToken xgetName()
Gets (as xml) the "name" attribute
-
setName
void setName(String name)
Sets the "name" attribute
-
xsetName
void xsetName(org.apache.xmlbeans.XmlToken name)
Sets (as xml) the "name" attribute
-
-