Package net.opengis.gml.x32
Interface TimePositionType
-
- All Superinterfaces:
TimePositionUnion,org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimePositionTypeImpl
public interface TimePositionType extends TimePositionUnion
An XML TimePositionType(@http://www.opengis.net/gml/3.2). This is a union type. Instances are of one of the following types: org.apache.xmlbeans.XmlDate org.apache.xmlbeans.XmlGYearMonth org.apache.xmlbeans.XmlGYear org.apache.xmlbeans.XmlTime org.apache.xmlbeans.XmlDateTime org.apache.xmlbeans.XmlAnyURI org.apache.xmlbeans.XmlDecimal
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimePositionType.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" attributeStringgetFrame()Gets the "frame" attributeTimeIndeterminateValueType.EnumgetIndeterminatePosition()Gets the "indeterminatePosition" attributeObjectgetObjectValue()org.apache.xmlbeans.SchemaTypeinstanceType()booleanisSetCalendarEraName()True if has "calendarEraName" attributebooleanisSetFrame()True if has "frame" attributebooleanisSetIndeterminatePosition()True if has "indeterminatePosition" attributevoidobjectSet(Object val)Deprecated.ObjectobjectValue()Deprecated.voidsetCalendarEraName(String calendarEraName)Sets the "calendarEraName" attributevoidsetFrame(String frame)Sets the "frame" attributevoidsetIndeterminatePosition(TimeIndeterminateValueType.Enum indeterminatePosition)Sets the "indeterminatePosition" attributevoidsetObjectValue(Object val)voidunsetCalendarEraName()Unsets the "calendarEraName" attributevoidunsetFrame()Unsets the "frame" attributevoidunsetIndeterminatePosition()Unsets the "indeterminatePosition" attributeorg.apache.xmlbeans.XmlStringxgetCalendarEraName()Gets (as xml) the "calendarEraName" attributeorg.apache.xmlbeans.XmlAnyURIxgetFrame()Gets (as xml) the "frame" attributeTimeIndeterminateValueTypexgetIndeterminatePosition()Gets (as xml) the "indeterminatePosition" attributevoidxsetCalendarEraName(org.apache.xmlbeans.XmlString calendarEraName)Sets (as xml) the "calendarEraName" 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
-
getObjectValue
Object getObjectValue()
- Specified by:
getObjectValuein interfaceTimePositionUnion
-
setObjectValue
void setObjectValue(Object val)
- Specified by:
setObjectValuein interfaceTimePositionUnion
-
objectValue
Object objectValue()
Deprecated.- Specified by:
objectValuein interfaceTimePositionUnion
-
objectSet
void objectSet(Object val)
Deprecated.- Specified by:
objectSetin interfaceTimePositionUnion
-
instanceType
org.apache.xmlbeans.SchemaType instanceType()
- Specified by:
instanceTypein interfaceTimePositionUnion
-
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
-
-