Package net.opengis.sensorml.x20
Interface EventType.Time
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
EventTypeImpl.TimeImpl
- Enclosing interface:
- EventType
public static interface EventType.Time extends org.apache.xmlbeans.XmlObjectAn XML time(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classEventType.Time.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 TimeInstantTypeaddNewTimeInstant()Appends and returns a new empty "TimeInstant" elementTimePeriodTypeaddNewTimePeriod()Appends and returns a new empty "TimePeriod" elementTimeInstantTypegetTimeInstant()Gets the "TimeInstant" elementTimePeriodTypegetTimePeriod()Gets the "TimePeriod" elementbooleanisSetTimeInstant()True if has "TimeInstant" elementbooleanisSetTimePeriod()True if has "TimePeriod" elementvoidsetTimeInstant(TimeInstantType timeInstant)Sets the "TimeInstant" elementvoidsetTimePeriod(TimePeriodType timePeriod)Sets the "TimePeriod" elementvoidunsetTimeInstant()Unsets the "TimeInstant" elementvoidunsetTimePeriod()Unsets the "TimePeriod" element-
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
-
getTimePeriod
TimePeriodType getTimePeriod()
Gets the "TimePeriod" element
-
isSetTimePeriod
boolean isSetTimePeriod()
True if has "TimePeriod" element
-
setTimePeriod
void setTimePeriod(TimePeriodType timePeriod)
Sets the "TimePeriod" element
-
addNewTimePeriod
TimePeriodType addNewTimePeriod()
Appends and returns a new empty "TimePeriod" element
-
unsetTimePeriod
void unsetTimePeriod()
Unsets the "TimePeriod" element
-
getTimeInstant
TimeInstantType getTimeInstant()
Gets the "TimeInstant" element
-
isSetTimeInstant
boolean isSetTimeInstant()
True if has "TimeInstant" element
-
setTimeInstant
void setTimeInstant(TimeInstantType timeInstant)
Sets the "TimeInstant" element
-
addNewTimeInstant
TimeInstantType addNewTimeInstant()
Appends and returns a new empty "TimeInstant" element
-
unsetTimeInstant
void unsetTimeInstant()
Unsets the "TimeInstant" element
-
-