Package net.opengis.waterml.x20
Interface MeasurementTimeseriesMetadataType
-
- All Superinterfaces:
TimeseriesMetadataType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
MeasurementTimeseriesMetadataTypeImpl
public interface MeasurementTimeseriesMetadataType extends TimeseriesMetadataType
An XML MeasurementTimeseriesMetadataType(@http://www.opengis.net/waterml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMeasurementTimeseriesMetadataType.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 TimePositionTypeaddNewAccumulationAnchorTime()Appends and returns a new empty "accumulationAnchorTime" elementTimePositionTypeaddNewEndAnchorPoint()Appends and returns a new empty "endAnchorPoint" elementTimePositionTypeaddNewStartAnchorPoint()Appends and returns a new empty "startAnchorPoint" elementTimePositionTypegetAccumulationAnchorTime()Gets the "accumulationAnchorTime" elementorg.apache.xmlbeans.GDurationgetAccumulationIntervalLength()Gets the "accumulationIntervalLength" elementbooleangetCumulative()Gets the "cumulative" elementTimePositionTypegetEndAnchorPoint()Gets the "endAnchorPoint" elementorg.apache.xmlbeans.GDurationgetMaxGapPeriod()Gets the "maxGapPeriod" elementTimePositionTypegetStartAnchorPoint()Gets the "startAnchorPoint" elementbooleanisSetAccumulationAnchorTime()True if has "accumulationAnchorTime" elementbooleanisSetAccumulationIntervalLength()True if has "accumulationIntervalLength" elementbooleanisSetCumulative()True if has "cumulative" elementbooleanisSetEndAnchorPoint()True if has "endAnchorPoint" elementbooleanisSetMaxGapPeriod()True if has "maxGapPeriod" elementbooleanisSetStartAnchorPoint()True if has "startAnchorPoint" elementvoidsetAccumulationAnchorTime(TimePositionType accumulationAnchorTime)Sets the "accumulationAnchorTime" elementvoidsetAccumulationIntervalLength(org.apache.xmlbeans.GDuration accumulationIntervalLength)Sets the "accumulationIntervalLength" elementvoidsetCumulative(boolean cumulative)Sets the "cumulative" elementvoidsetEndAnchorPoint(TimePositionType endAnchorPoint)Sets the "endAnchorPoint" elementvoidsetMaxGapPeriod(org.apache.xmlbeans.GDuration maxGapPeriod)Sets the "maxGapPeriod" elementvoidsetStartAnchorPoint(TimePositionType startAnchorPoint)Sets the "startAnchorPoint" elementvoidunsetAccumulationAnchorTime()Unsets the "accumulationAnchorTime" elementvoidunsetAccumulationIntervalLength()Unsets the "accumulationIntervalLength" elementvoidunsetCumulative()Unsets the "cumulative" elementvoidunsetEndAnchorPoint()Unsets the "endAnchorPoint" elementvoidunsetMaxGapPeriod()Unsets the "maxGapPeriod" elementvoidunsetStartAnchorPoint()Unsets the "startAnchorPoint" elementorg.apache.xmlbeans.XmlDurationxgetAccumulationIntervalLength()Gets (as xml) the "accumulationIntervalLength" elementorg.apache.xmlbeans.XmlBooleanxgetCumulative()Gets (as xml) the "cumulative" elementorg.apache.xmlbeans.XmlDurationxgetMaxGapPeriod()Gets (as xml) the "maxGapPeriod" elementvoidxsetAccumulationIntervalLength(org.apache.xmlbeans.XmlDuration accumulationIntervalLength)Sets (as xml) the "accumulationIntervalLength" elementvoidxsetCumulative(org.apache.xmlbeans.XmlBoolean cumulative)Sets (as xml) the "cumulative" elementvoidxsetMaxGapPeriod(org.apache.xmlbeans.XmlDuration maxGapPeriod)Sets (as xml) the "maxGapPeriod" element-
Methods inherited from interface net.opengis.waterml.x20.TimeseriesMetadataType
addNewBaseTime, addNewCommentBlock, addNewParameter, addNewTemporalExtent, getBaseTime, getCommentBlockArray, getCommentBlockArray, getParameterArray, getParameterArray, getSpacing, getTemporalExtent, insertNewCommentBlock, insertNewParameter, isSetBaseTime, isSetSpacing, removeCommentBlock, removeParameter, setBaseTime, setCommentBlockArray, setCommentBlockArray, setParameterArray, setParameterArray, setSpacing, setTemporalExtent, sizeOfCommentBlockArray, sizeOfParameterArray, unsetBaseTime, unsetSpacing, xgetSpacing, xsetSpacing
-
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
-
getStartAnchorPoint
TimePositionType getStartAnchorPoint()
Gets the "startAnchorPoint" element
-
isSetStartAnchorPoint
boolean isSetStartAnchorPoint()
True if has "startAnchorPoint" element
-
setStartAnchorPoint
void setStartAnchorPoint(TimePositionType startAnchorPoint)
Sets the "startAnchorPoint" element
-
addNewStartAnchorPoint
TimePositionType addNewStartAnchorPoint()
Appends and returns a new empty "startAnchorPoint" element
-
unsetStartAnchorPoint
void unsetStartAnchorPoint()
Unsets the "startAnchorPoint" element
-
getEndAnchorPoint
TimePositionType getEndAnchorPoint()
Gets the "endAnchorPoint" element
-
isSetEndAnchorPoint
boolean isSetEndAnchorPoint()
True if has "endAnchorPoint" element
-
setEndAnchorPoint
void setEndAnchorPoint(TimePositionType endAnchorPoint)
Sets the "endAnchorPoint" element
-
addNewEndAnchorPoint
TimePositionType addNewEndAnchorPoint()
Appends and returns a new empty "endAnchorPoint" element
-
unsetEndAnchorPoint
void unsetEndAnchorPoint()
Unsets the "endAnchorPoint" element
-
getCumulative
boolean getCumulative()
Gets the "cumulative" element
-
xgetCumulative
org.apache.xmlbeans.XmlBoolean xgetCumulative()
Gets (as xml) the "cumulative" element
-
isSetCumulative
boolean isSetCumulative()
True if has "cumulative" element
-
setCumulative
void setCumulative(boolean cumulative)
Sets the "cumulative" element
-
xsetCumulative
void xsetCumulative(org.apache.xmlbeans.XmlBoolean cumulative)
Sets (as xml) the "cumulative" element
-
unsetCumulative
void unsetCumulative()
Unsets the "cumulative" element
-
getAccumulationAnchorTime
TimePositionType getAccumulationAnchorTime()
Gets the "accumulationAnchorTime" element
-
isSetAccumulationAnchorTime
boolean isSetAccumulationAnchorTime()
True if has "accumulationAnchorTime" element
-
setAccumulationAnchorTime
void setAccumulationAnchorTime(TimePositionType accumulationAnchorTime)
Sets the "accumulationAnchorTime" element
-
addNewAccumulationAnchorTime
TimePositionType addNewAccumulationAnchorTime()
Appends and returns a new empty "accumulationAnchorTime" element
-
unsetAccumulationAnchorTime
void unsetAccumulationAnchorTime()
Unsets the "accumulationAnchorTime" element
-
getAccumulationIntervalLength
org.apache.xmlbeans.GDuration getAccumulationIntervalLength()
Gets the "accumulationIntervalLength" element
-
xgetAccumulationIntervalLength
org.apache.xmlbeans.XmlDuration xgetAccumulationIntervalLength()
Gets (as xml) the "accumulationIntervalLength" element
-
isSetAccumulationIntervalLength
boolean isSetAccumulationIntervalLength()
True if has "accumulationIntervalLength" element
-
setAccumulationIntervalLength
void setAccumulationIntervalLength(org.apache.xmlbeans.GDuration accumulationIntervalLength)
Sets the "accumulationIntervalLength" element
-
xsetAccumulationIntervalLength
void xsetAccumulationIntervalLength(org.apache.xmlbeans.XmlDuration accumulationIntervalLength)
Sets (as xml) the "accumulationIntervalLength" element
-
unsetAccumulationIntervalLength
void unsetAccumulationIntervalLength()
Unsets the "accumulationIntervalLength" element
-
getMaxGapPeriod
org.apache.xmlbeans.GDuration getMaxGapPeriod()
Gets the "maxGapPeriod" element
-
xgetMaxGapPeriod
org.apache.xmlbeans.XmlDuration xgetMaxGapPeriod()
Gets (as xml) the "maxGapPeriod" element
-
isSetMaxGapPeriod
boolean isSetMaxGapPeriod()
True if has "maxGapPeriod" element
-
setMaxGapPeriod
void setMaxGapPeriod(org.apache.xmlbeans.GDuration maxGapPeriod)
Sets the "maxGapPeriod" element
-
xsetMaxGapPeriod
void xsetMaxGapPeriod(org.apache.xmlbeans.XmlDuration maxGapPeriod)
Sets (as xml) the "maxGapPeriod" element
-
unsetMaxGapPeriod
void unsetMaxGapPeriod()
Unsets the "maxGapPeriod" element
-
-