Package net.opengis.swe.x101
Interface TimePositionListType
-
- All Superinterfaces:
TimeValueList,org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimePositionListTypeImpl
public interface TimePositionListType extends TimeValueList
An XML TimePositionListType(@http://www.opengis.net/swe/1.0.1). This is a list type whose items are net.opengis.gml.TimePositionUnion.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimePositionListType.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 StringgetCalendarEraName()Gets the "calendarEraName" attributeBigIntegergetCount()Gets the "count" attributeStringgetFrame()Gets the "frame" attributeTimeIndeterminateValueType.EnumgetIndeterminatePosition()Gets the "indeterminatePosition" attributeListgetListValue()booleanisSetCalendarEraName()True if has "calendarEraName" attributebooleanisSetCount()True if has "count" attributebooleanisSetFrame()True if has "frame" attributebooleanisSetIndeterminatePosition()True if has "indeterminatePosition" attributeListlistValue()Deprecated.voidset(List list)Deprecated.voidsetCalendarEraName(String calendarEraName)Sets the "calendarEraName" attributevoidsetCount(BigInteger count)Sets the "count" attributevoidsetFrame(String frame)Sets the "frame" attributevoidsetIndeterminatePosition(TimeIndeterminateValueType.Enum indeterminatePosition)Sets the "indeterminatePosition" attributevoidsetListValue(List list)voidunsetCalendarEraName()Unsets the "calendarEraName" attributevoidunsetCount()Unsets the "count" attributevoidunsetFrame()Unsets the "frame" attributevoidunsetIndeterminatePosition()Unsets the "indeterminatePosition" attributeorg.apache.xmlbeans.XmlStringxgetCalendarEraName()Gets (as xml) the "calendarEraName" attributeorg.apache.xmlbeans.XmlPositiveIntegerxgetCount()Gets (as xml) the "count" attributeorg.apache.xmlbeans.XmlAnyURIxgetFrame()Gets (as xml) the "frame" attributeTimeIndeterminateValueTypexgetIndeterminatePosition()Gets (as xml) the "indeterminatePosition" attributeListxgetListValue()ListxlistValue()Deprecated.voidxsetCalendarEraName(org.apache.xmlbeans.XmlString calendarEraName)Sets (as xml) the "calendarEraName" attributevoidxsetCount(org.apache.xmlbeans.XmlPositiveInteger count)Sets (as xml) the "count" attributevoidxsetFrame(org.apache.xmlbeans.XmlAnyURI frame)Sets (as xml) the "frame" attributevoidxsetIndeterminatePosition(TimeIndeterminateValueType indeterminatePosition)Sets (as xml) the "indeterminatePosition" 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 interfaceTimeValueList
-
xgetListValue
List xgetListValue()
- Specified by:
xgetListValuein interfaceTimeValueList
-
setListValue
void setListValue(List list)
- Specified by:
setListValuein interfaceTimeValueList
-
listValue
List listValue()
Deprecated.- Specified by:
listValuein interfaceTimeValueList
-
xlistValue
List xlistValue()
Deprecated.- Specified by:
xlistValuein interfaceTimeValueList
-
set
void set(List list)
Deprecated.- Specified by:
setin interfaceTimeValueList
-
getFrame
String getFrame()
Gets the "frame" attribute
-
xgetFrame
org.apache.xmlbeans.XmlAnyURI xgetFrame()
Gets (as xml) the "frame" attribute
-
isSetFrame
boolean isSetFrame()
True if has "frame" attribute
-
setFrame
void setFrame(String frame)
Sets the "frame" attribute
-
xsetFrame
void xsetFrame(org.apache.xmlbeans.XmlAnyURI frame)
Sets (as xml) the "frame" attribute
-
unsetFrame
void unsetFrame()
Unsets the "frame" attribute
-
getCalendarEraName
String getCalendarEraName()
Gets the "calendarEraName" attribute
-
xgetCalendarEraName
org.apache.xmlbeans.XmlString xgetCalendarEraName()
Gets (as xml) the "calendarEraName" attribute
-
isSetCalendarEraName
boolean isSetCalendarEraName()
True if has "calendarEraName" attribute
-
setCalendarEraName
void setCalendarEraName(String calendarEraName)
Sets the "calendarEraName" attribute
-
xsetCalendarEraName
void xsetCalendarEraName(org.apache.xmlbeans.XmlString calendarEraName)
Sets (as xml) the "calendarEraName" attribute
-
unsetCalendarEraName
void unsetCalendarEraName()
Unsets the "calendarEraName" attribute
-
getIndeterminatePosition
TimeIndeterminateValueType.Enum getIndeterminatePosition()
Gets the "indeterminatePosition" attribute
-
xgetIndeterminatePosition
TimeIndeterminateValueType xgetIndeterminatePosition()
Gets (as xml) the "indeterminatePosition" attribute
-
isSetIndeterminatePosition
boolean isSetIndeterminatePosition()
True if has "indeterminatePosition" attribute
-
setIndeterminatePosition
void setIndeterminatePosition(TimeIndeterminateValueType.Enum indeterminatePosition)
Sets the "indeterminatePosition" attribute
-
xsetIndeterminatePosition
void xsetIndeterminatePosition(TimeIndeterminateValueType indeterminatePosition)
Sets (as xml) the "indeterminatePosition" attribute
-
unsetIndeterminatePosition
void unsetIndeterminatePosition()
Unsets the "indeterminatePosition" 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
-
-