Package net.opengis.gml.x32
Interface DirectPositionListType
-
- All Superinterfaces:
DoubleList,org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
DirectPositionListTypeImpl
public interface DirectPositionListType extends DoubleList
An XML DirectPositionListType(@http://www.opengis.net/gml/3.2). This is a list type whose items are org.apache.xmlbeans.XmlDouble.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDirectPositionListType.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 Deprecated Methods Modifier and Type Method Description ListgetAxisLabels()Gets the "axisLabels" attributeBigIntegergetCount()Gets the "count" attributeListgetListValue()BigIntegergetSrsDimension()Gets the "srsDimension" attributeStringgetSrsName()Gets the "srsName" attributeListgetUomLabels()Gets the "uomLabels" attributebooleanisSetAxisLabels()True if has "axisLabels" attributebooleanisSetCount()True if has "count" attributebooleanisSetSrsDimension()True if has "srsDimension" attributebooleanisSetSrsName()True if has "srsName" attributebooleanisSetUomLabels()True if has "uomLabels" attributeListlistValue()Deprecated.voidset(List list)Deprecated.voidsetAxisLabels(List axisLabels)Sets the "axisLabels" attributevoidsetCount(BigInteger count)Sets the "count" attributevoidsetListValue(List list)voidsetSrsDimension(BigInteger srsDimension)Sets the "srsDimension" attributevoidsetSrsName(String srsName)Sets the "srsName" attributevoidsetUomLabels(List uomLabels)Sets the "uomLabels" attributevoidunsetAxisLabels()Unsets the "axisLabels" attributevoidunsetCount()Unsets the "count" attributevoidunsetSrsDimension()Unsets the "srsDimension" attributevoidunsetSrsName()Unsets the "srsName" attributevoidunsetUomLabels()Unsets the "uomLabels" attributeNCNameListxgetAxisLabels()Gets (as xml) the "axisLabels" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetCount()Gets (as xml) the "count" attributeListxgetListValue()org.apache.xmlbeans.XmlPositiveIntegerxgetSrsDimension()Gets (as xml) the "srsDimension" attributeorg.apache.xmlbeans.XmlAnyURIxgetSrsName()Gets (as xml) the "srsName" attributeNCNameListxgetUomLabels()Gets (as xml) the "uomLabels" attributeListxlistValue()Deprecated.voidxsetAxisLabels(NCNameList axisLabels)Sets (as xml) the "axisLabels" attributevoidxsetCount(org.apache.xmlbeans.XmlPositiveInteger count)Sets (as xml) the "count" attributevoidxsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)Sets (as xml) the "srsDimension" attributevoidxsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)Sets (as xml) the "srsName" attributevoidxsetUomLabels(NCNameList uomLabels)Sets (as xml) the "uomLabels" 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
-
getListValue
List getListValue()
- Specified by:
getListValuein interfaceDoubleList
-
xgetListValue
List xgetListValue()
- Specified by:
xgetListValuein interfaceDoubleList
-
setListValue
void setListValue(List list)
- Specified by:
setListValuein interfaceDoubleList
-
listValue
List listValue()
Deprecated.- Specified by:
listValuein interfaceDoubleList
-
xlistValue
List xlistValue()
Deprecated.- Specified by:
xlistValuein interfaceDoubleList
-
set
void set(List list)
Deprecated.- Specified by:
setin interfaceDoubleList
-
getSrsName
String getSrsName()
Gets the "srsName" attribute
-
xgetSrsName
org.apache.xmlbeans.XmlAnyURI xgetSrsName()
Gets (as xml) the "srsName" attribute
-
isSetSrsName
boolean isSetSrsName()
True if has "srsName" attribute
-
setSrsName
void setSrsName(String srsName)
Sets the "srsName" attribute
-
xsetSrsName
void xsetSrsName(org.apache.xmlbeans.XmlAnyURI srsName)
Sets (as xml) the "srsName" attribute
-
unsetSrsName
void unsetSrsName()
Unsets the "srsName" attribute
-
getSrsDimension
BigInteger getSrsDimension()
Gets the "srsDimension" attribute
-
xgetSrsDimension
org.apache.xmlbeans.XmlPositiveInteger xgetSrsDimension()
Gets (as xml) the "srsDimension" attribute
-
isSetSrsDimension
boolean isSetSrsDimension()
True if has "srsDimension" attribute
-
setSrsDimension
void setSrsDimension(BigInteger srsDimension)
Sets the "srsDimension" attribute
-
xsetSrsDimension
void xsetSrsDimension(org.apache.xmlbeans.XmlPositiveInteger srsDimension)
Sets (as xml) the "srsDimension" attribute
-
unsetSrsDimension
void unsetSrsDimension()
Unsets the "srsDimension" attribute
-
getAxisLabels
List getAxisLabels()
Gets the "axisLabels" attribute
-
xgetAxisLabels
NCNameList xgetAxisLabels()
Gets (as xml) the "axisLabels" attribute
-
isSetAxisLabels
boolean isSetAxisLabels()
True if has "axisLabels" attribute
-
setAxisLabels
void setAxisLabels(List axisLabels)
Sets the "axisLabels" attribute
-
xsetAxisLabels
void xsetAxisLabels(NCNameList axisLabels)
Sets (as xml) the "axisLabels" attribute
-
unsetAxisLabels
void unsetAxisLabels()
Unsets the "axisLabels" attribute
-
getUomLabels
List getUomLabels()
Gets the "uomLabels" attribute
-
xgetUomLabels
NCNameList xgetUomLabels()
Gets (as xml) the "uomLabels" attribute
-
isSetUomLabels
boolean isSetUomLabels()
True if has "uomLabels" attribute
-
setUomLabels
void setUomLabels(List uomLabels)
Sets the "uomLabels" attribute
-
xsetUomLabels
void xsetUomLabels(NCNameList uomLabels)
Sets (as xml) the "uomLabels" attribute
-
unsetUomLabels
void unsetUomLabels()
Unsets the "uomLabels" attribute
-
getCount
BigInteger getCount()
Gets the "count" attribute
-
xgetCount
org.apache.xmlbeans.XmlPositiveInteger xgetCount()
Gets (as xml) the "count" attribute
-
isSetCount
boolean isSetCount()
True if has "count" attribute
-
setCount
void setCount(BigInteger count)
Sets the "count" attribute
-
xsetCount
void xsetCount(org.apache.xmlbeans.XmlPositiveInteger count)
Sets (as xml) the "count" attribute
-
unsetCount
void unsetCount()
Unsets the "count" attribute
-
-