public interface MeasurementTimeseriesMetadataType extends TimeseriesMetadataType
| Modifier and Type | Interface and Description |
|---|---|
static class |
MeasurementTimeseriesMetadataType.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
TimePositionType |
addNewAccumulationAnchorTime()
Appends and returns a new empty "accumulationAnchorTime" element
|
TimePositionType |
addNewEndAnchorPoint()
Appends and returns a new empty "endAnchorPoint" element
|
TimePositionType |
addNewStartAnchorPoint()
Appends and returns a new empty "startAnchorPoint" element
|
TimePositionType |
getAccumulationAnchorTime()
Gets the "accumulationAnchorTime" element
|
org.apache.xmlbeans.GDuration |
getAccumulationIntervalLength()
Gets the "accumulationIntervalLength" element
|
boolean |
getCumulative()
Gets the "cumulative" element
|
TimePositionType |
getEndAnchorPoint()
Gets the "endAnchorPoint" element
|
org.apache.xmlbeans.GDuration |
getMaxGapPeriod()
Gets the "maxGapPeriod" element
|
TimePositionType |
getStartAnchorPoint()
Gets the "startAnchorPoint" element
|
boolean |
isSetAccumulationAnchorTime()
True if has "accumulationAnchorTime" element
|
boolean |
isSetAccumulationIntervalLength()
True if has "accumulationIntervalLength" element
|
boolean |
isSetCumulative()
True if has "cumulative" element
|
boolean |
isSetEndAnchorPoint()
True if has "endAnchorPoint" element
|
boolean |
isSetMaxGapPeriod()
True if has "maxGapPeriod" element
|
boolean |
isSetStartAnchorPoint()
True if has "startAnchorPoint" element
|
void |
setAccumulationAnchorTime(TimePositionType accumulationAnchorTime)
Sets the "accumulationAnchorTime" element
|
void |
setAccumulationIntervalLength(org.apache.xmlbeans.GDuration accumulationIntervalLength)
Sets the "accumulationIntervalLength" element
|
void |
setCumulative(boolean cumulative)
Sets the "cumulative" element
|
void |
setEndAnchorPoint(TimePositionType endAnchorPoint)
Sets the "endAnchorPoint" element
|
void |
setMaxGapPeriod(org.apache.xmlbeans.GDuration maxGapPeriod)
Sets the "maxGapPeriod" element
|
void |
setStartAnchorPoint(TimePositionType startAnchorPoint)
Sets the "startAnchorPoint" element
|
void |
unsetAccumulationAnchorTime()
Unsets the "accumulationAnchorTime" element
|
void |
unsetAccumulationIntervalLength()
Unsets the "accumulationIntervalLength" element
|
void |
unsetCumulative()
Unsets the "cumulative" element
|
void |
unsetEndAnchorPoint()
Unsets the "endAnchorPoint" element
|
void |
unsetMaxGapPeriod()
Unsets the "maxGapPeriod" element
|
void |
unsetStartAnchorPoint()
Unsets the "startAnchorPoint" element
|
org.apache.xmlbeans.XmlDuration |
xgetAccumulationIntervalLength()
Gets (as xml) the "accumulationIntervalLength" element
|
org.apache.xmlbeans.XmlBoolean |
xgetCumulative()
Gets (as xml) the "cumulative" element
|
org.apache.xmlbeans.XmlDuration |
xgetMaxGapPeriod()
Gets (as xml) the "maxGapPeriod" element
|
void |
xsetAccumulationIntervalLength(org.apache.xmlbeans.XmlDuration accumulationIntervalLength)
Sets (as xml) the "accumulationIntervalLength" element
|
void |
xsetCumulative(org.apache.xmlbeans.XmlBoolean cumulative)
Sets (as xml) the "cumulative" element
|
void |
xsetMaxGapPeriod(org.apache.xmlbeans.XmlDuration maxGapPeriod)
Sets (as xml) the "maxGapPeriod" element
|
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, xsetSpacingchangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextTimePositionType getStartAnchorPoint()
boolean isSetStartAnchorPoint()
void setStartAnchorPoint(TimePositionType startAnchorPoint)
TimePositionType addNewStartAnchorPoint()
void unsetStartAnchorPoint()
TimePositionType getEndAnchorPoint()
boolean isSetEndAnchorPoint()
void setEndAnchorPoint(TimePositionType endAnchorPoint)
TimePositionType addNewEndAnchorPoint()
void unsetEndAnchorPoint()
boolean getCumulative()
org.apache.xmlbeans.XmlBoolean xgetCumulative()
boolean isSetCumulative()
void setCumulative(boolean cumulative)
void xsetCumulative(org.apache.xmlbeans.XmlBoolean cumulative)
void unsetCumulative()
TimePositionType getAccumulationAnchorTime()
boolean isSetAccumulationAnchorTime()
void setAccumulationAnchorTime(TimePositionType accumulationAnchorTime)
TimePositionType addNewAccumulationAnchorTime()
void unsetAccumulationAnchorTime()
org.apache.xmlbeans.GDuration getAccumulationIntervalLength()
org.apache.xmlbeans.XmlDuration xgetAccumulationIntervalLength()
boolean isSetAccumulationIntervalLength()
void setAccumulationIntervalLength(org.apache.xmlbeans.GDuration accumulationIntervalLength)
void xsetAccumulationIntervalLength(org.apache.xmlbeans.XmlDuration accumulationIntervalLength)
void unsetAccumulationIntervalLength()
org.apache.xmlbeans.GDuration getMaxGapPeriod()
org.apache.xmlbeans.XmlDuration xgetMaxGapPeriod()
boolean isSetMaxGapPeriod()
void setMaxGapPeriod(org.apache.xmlbeans.GDuration maxGapPeriod)
void xsetMaxGapPeriod(org.apache.xmlbeans.XmlDuration maxGapPeriod)
void unsetMaxGapPeriod()
Copyright © 2017 52north.org. All rights reserved.