Package net.opengis.swe.x101
Interface TimeIntervalGridType
-
- All Superinterfaces:
AbstractGMLType,AbstractTimeComplexType,AbstractTimeObjectType,TimeGridType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeIntervalGridTypeImpl
public interface TimeIntervalGridType extends TimeGridType
An XML TimeIntervalGridType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeIntervalGridType.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 TimeIntervalLengthTypeaddNewWindowInterval()Appends and returns a new empty "windowInterval" elementorg.apache.xmlbeans.GDurationgetWindowDuration()Gets the "windowDuration" elementTimeIntervalLengthTypegetWindowInterval()Gets the "windowInterval" elementbooleanisSetWindowDuration()True if has "windowDuration" elementbooleanisSetWindowInterval()True if has "windowInterval" elementvoidsetWindowDuration(org.apache.xmlbeans.GDuration windowDuration)Sets the "windowDuration" elementvoidsetWindowInterval(TimeIntervalLengthType windowInterval)Sets the "windowInterval" elementvoidunsetWindowDuration()Unsets the "windowDuration" elementvoidunsetWindowInterval()Unsets the "windowInterval" elementorg.apache.xmlbeans.XmlDurationxgetWindowDuration()Gets (as xml) the "windowDuration" elementvoidxsetWindowDuration(org.apache.xmlbeans.XmlDuration windowDuration)Sets (as xml) the "windowDuration" 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 net.opengis.swe.x101.TimeGridType
addNewExtent, addNewOffsetInterval, addNewOrigin, addNewOriginPos, getDuration, getExtent, getOffsetDuration, getOffsetInterval, getOrigin, getOriginPos, isSetDuration, isSetOffsetDuration, isSetOffsetInterval, isSetOrigin, isSetOriginPos, setDuration, setExtent, setOffsetDuration, setOffsetInterval, setOrigin, setOriginPos, unsetDuration, unsetOffsetDuration, unsetOffsetInterval, unsetOrigin, unsetOriginPos, xgetDuration, xgetOffsetDuration, xsetDuration, xsetOffsetDuration
-
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
-
getWindowDuration
org.apache.xmlbeans.GDuration getWindowDuration()
Gets the "windowDuration" element
-
xgetWindowDuration
org.apache.xmlbeans.XmlDuration xgetWindowDuration()
Gets (as xml) the "windowDuration" element
-
isSetWindowDuration
boolean isSetWindowDuration()
True if has "windowDuration" element
-
setWindowDuration
void setWindowDuration(org.apache.xmlbeans.GDuration windowDuration)
Sets the "windowDuration" element
-
xsetWindowDuration
void xsetWindowDuration(org.apache.xmlbeans.XmlDuration windowDuration)
Sets (as xml) the "windowDuration" element
-
unsetWindowDuration
void unsetWindowDuration()
Unsets the "windowDuration" element
-
getWindowInterval
TimeIntervalLengthType getWindowInterval()
Gets the "windowInterval" element
-
isSetWindowInterval
boolean isSetWindowInterval()
True if has "windowInterval" element
-
setWindowInterval
void setWindowInterval(TimeIntervalLengthType windowInterval)
Sets the "windowInterval" element
-
addNewWindowInterval
TimeIntervalLengthType addNewWindowInterval()
Appends and returns a new empty "windowInterval" element
-
unsetWindowInterval
void unsetWindowInterval()
Unsets the "windowInterval" element
-
-