Package net.opengis.swe.x101
Interface TimeGridType
-
- All Superinterfaces:
AbstractGMLType,AbstractTimeComplexType,AbstractTimeObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
TimeInstantGridType,TimeIntervalGridType
- All Known Implementing Classes:
TimeGridTypeImpl,TimeInstantGridTypeImpl,TimeIntervalGridTypeImpl
public interface TimeGridType extends AbstractTimeComplexType
An XML TimeGridType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeGridType.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 TimeGridEnvelopePropertyTypeaddNewExtent()Appends and returns a new empty "extent" elementTimeIntervalLengthTypeaddNewOffsetInterval()Appends and returns a new empty "offsetInterval" elementTimeInstantPropertyTypeaddNewOrigin()Appends and returns a new empty "origin" elementTimePositionTypeaddNewOriginPos()Appends and returns a new empty "originPos" elementorg.apache.xmlbeans.GDurationgetDuration()Gets the "duration" elementTimeGridEnvelopePropertyTypegetExtent()Gets the "extent" elementorg.apache.xmlbeans.GDurationgetOffsetDuration()Gets the "offsetDuration" elementTimeIntervalLengthTypegetOffsetInterval()Gets the "offsetInterval" elementTimeInstantPropertyTypegetOrigin()Gets the "origin" elementTimePositionTypegetOriginPos()Gets the "originPos" elementbooleanisSetDuration()True if has "duration" elementbooleanisSetOffsetDuration()True if has "offsetDuration" elementbooleanisSetOffsetInterval()True if has "offsetInterval" elementbooleanisSetOrigin()True if has "origin" elementbooleanisSetOriginPos()True if has "originPos" elementvoidsetDuration(org.apache.xmlbeans.GDuration duration)Sets the "duration" elementvoidsetExtent(TimeGridEnvelopePropertyType extent)Sets the "extent" elementvoidsetOffsetDuration(org.apache.xmlbeans.GDuration offsetDuration)Sets the "offsetDuration" elementvoidsetOffsetInterval(TimeIntervalLengthType offsetInterval)Sets the "offsetInterval" elementvoidsetOrigin(TimeInstantPropertyType origin)Sets the "origin" elementvoidsetOriginPos(TimePositionType originPos)Sets the "originPos" elementvoidunsetDuration()Unsets the "duration" elementvoidunsetOffsetDuration()Unsets the "offsetDuration" elementvoidunsetOffsetInterval()Unsets the "offsetInterval" elementvoidunsetOrigin()Unsets the "origin" elementvoidunsetOriginPos()Unsets the "originPos" elementorg.apache.xmlbeans.XmlDurationxgetDuration()Gets (as xml) the "duration" elementorg.apache.xmlbeans.XmlDurationxgetOffsetDuration()Gets (as xml) the "offsetDuration" elementvoidxsetDuration(org.apache.xmlbeans.XmlDuration duration)Sets (as xml) the "duration" elementvoidxsetOffsetDuration(org.apache.xmlbeans.XmlDuration offsetDuration)Sets (as xml) the "offsetDuration" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, addNewName, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetId, removeMetaDataProperty, removeName, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetId, xgetId, xsetId
-
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
-
getExtent
TimeGridEnvelopePropertyType getExtent()
Gets the "extent" element
-
setExtent
void setExtent(TimeGridEnvelopePropertyType extent)
Sets the "extent" element
-
addNewExtent
TimeGridEnvelopePropertyType addNewExtent()
Appends and returns a new empty "extent" element
-
getOriginPos
TimePositionType getOriginPos()
Gets the "originPos" element
-
isSetOriginPos
boolean isSetOriginPos()
True if has "originPos" element
-
setOriginPos
void setOriginPos(TimePositionType originPos)
Sets the "originPos" element
-
addNewOriginPos
TimePositionType addNewOriginPos()
Appends and returns a new empty "originPos" element
-
unsetOriginPos
void unsetOriginPos()
Unsets the "originPos" element
-
getOrigin
TimeInstantPropertyType getOrigin()
Gets the "origin" element
-
isSetOrigin
boolean isSetOrigin()
True if has "origin" element
-
setOrigin
void setOrigin(TimeInstantPropertyType origin)
Sets the "origin" element
-
addNewOrigin
TimeInstantPropertyType addNewOrigin()
Appends and returns a new empty "origin" element
-
unsetOrigin
void unsetOrigin()
Unsets the "origin" element
-
getOffsetDuration
org.apache.xmlbeans.GDuration getOffsetDuration()
Gets the "offsetDuration" element
-
xgetOffsetDuration
org.apache.xmlbeans.XmlDuration xgetOffsetDuration()
Gets (as xml) the "offsetDuration" element
-
isSetOffsetDuration
boolean isSetOffsetDuration()
True if has "offsetDuration" element
-
setOffsetDuration
void setOffsetDuration(org.apache.xmlbeans.GDuration offsetDuration)
Sets the "offsetDuration" element
-
xsetOffsetDuration
void xsetOffsetDuration(org.apache.xmlbeans.XmlDuration offsetDuration)
Sets (as xml) the "offsetDuration" element
-
unsetOffsetDuration
void unsetOffsetDuration()
Unsets the "offsetDuration" element
-
getOffsetInterval
TimeIntervalLengthType getOffsetInterval()
Gets the "offsetInterval" element
-
isSetOffsetInterval
boolean isSetOffsetInterval()
True if has "offsetInterval" element
-
setOffsetInterval
void setOffsetInterval(TimeIntervalLengthType offsetInterval)
Sets the "offsetInterval" element
-
addNewOffsetInterval
TimeIntervalLengthType addNewOffsetInterval()
Appends and returns a new empty "offsetInterval" element
-
unsetOffsetInterval
void unsetOffsetInterval()
Unsets the "offsetInterval" element
-
getDuration
org.apache.xmlbeans.GDuration getDuration()
Gets the "duration" element
-
xgetDuration
org.apache.xmlbeans.XmlDuration xgetDuration()
Gets (as xml) the "duration" element
-
isSetDuration
boolean isSetDuration()
True if has "duration" element
-
setDuration
void setDuration(org.apache.xmlbeans.GDuration duration)
Sets the "duration" element
-
xsetDuration
void xsetDuration(org.apache.xmlbeans.XmlDuration duration)
Sets (as xml) the "duration" element
-
unsetDuration
void unsetDuration()
Unsets the "duration" element
-
-