Package net.opengis.waterml.x20
Interface TimeseriesMetadataType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
MeasurementTimeseriesMetadataType
- All Known Implementing Classes:
MeasurementTimeseriesMetadataTypeImpl,TimeseriesMetadataTypeImpl
public interface TimeseriesMetadataType extends org.apache.xmlbeans.XmlObjectAn XML TimeseriesMetadataType(@http://www.opengis.net/waterml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeseriesMetadataType.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 TimePositionTypeaddNewBaseTime()Appends and returns a new empty "baseTime" elementCommentBlockPropertyTypeaddNewCommentBlock()Appends and returns a new empty value (as xml) as the last "commentBlock" elementNamedValuePropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementTimePeriodPropertyTypeaddNewTemporalExtent()Appends and returns a new empty "temporalExtent" elementTimePositionTypegetBaseTime()Gets the "baseTime" elementCommentBlockPropertyType[]getCommentBlockArray()Gets array of all "commentBlock" elementsCommentBlockPropertyTypegetCommentBlockArray(int i)Gets ith "commentBlock" elementNamedValuePropertyType[]getParameterArray()Gets array of all "parameter" elementsNamedValuePropertyTypegetParameterArray(int i)Gets ith "parameter" elementorg.apache.xmlbeans.GDurationgetSpacing()Gets the "spacing" elementTimePeriodPropertyTypegetTemporalExtent()Gets the "temporalExtent" elementCommentBlockPropertyTypeinsertNewCommentBlock(int i)Inserts and returns a new empty value (as xml) as the ith "commentBlock" elementNamedValuePropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementbooleanisSetBaseTime()True if has "baseTime" elementbooleanisSetSpacing()True if has "spacing" elementvoidremoveCommentBlock(int i)Removes the ith "commentBlock" elementvoidremoveParameter(int i)Removes the ith "parameter" elementvoidsetBaseTime(TimePositionType baseTime)Sets the "baseTime" elementvoidsetCommentBlockArray(int i, CommentBlockPropertyType commentBlock)Sets ith "commentBlock" elementvoidsetCommentBlockArray(CommentBlockPropertyType[] commentBlockArray)Sets array of all "commentBlock" elementvoidsetParameterArray(int i, NamedValuePropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(NamedValuePropertyType[] parameterArray)Sets array of all "parameter" elementvoidsetSpacing(org.apache.xmlbeans.GDuration spacing)Sets the "spacing" elementvoidsetTemporalExtent(TimePeriodPropertyType temporalExtent)Sets the "temporalExtent" elementintsizeOfCommentBlockArray()Returns number of "commentBlock" elementintsizeOfParameterArray()Returns number of "parameter" elementvoidunsetBaseTime()Unsets the "baseTime" elementvoidunsetSpacing()Unsets the "spacing" elementorg.apache.xmlbeans.XmlDurationxgetSpacing()Gets (as xml) the "spacing" elementvoidxsetSpacing(org.apache.xmlbeans.XmlDuration spacing)Sets (as xml) the "spacing" 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
-
getTemporalExtent
TimePeriodPropertyType getTemporalExtent()
Gets the "temporalExtent" element
-
setTemporalExtent
void setTemporalExtent(TimePeriodPropertyType temporalExtent)
Sets the "temporalExtent" element
-
addNewTemporalExtent
TimePeriodPropertyType addNewTemporalExtent()
Appends and returns a new empty "temporalExtent" element
-
getBaseTime
TimePositionType getBaseTime()
Gets the "baseTime" element
-
isSetBaseTime
boolean isSetBaseTime()
True if has "baseTime" element
-
setBaseTime
void setBaseTime(TimePositionType baseTime)
Sets the "baseTime" element
-
addNewBaseTime
TimePositionType addNewBaseTime()
Appends and returns a new empty "baseTime" element
-
unsetBaseTime
void unsetBaseTime()
Unsets the "baseTime" element
-
getSpacing
org.apache.xmlbeans.GDuration getSpacing()
Gets the "spacing" element
-
xgetSpacing
org.apache.xmlbeans.XmlDuration xgetSpacing()
Gets (as xml) the "spacing" element
-
isSetSpacing
boolean isSetSpacing()
True if has "spacing" element
-
setSpacing
void setSpacing(org.apache.xmlbeans.GDuration spacing)
Sets the "spacing" element
-
xsetSpacing
void xsetSpacing(org.apache.xmlbeans.XmlDuration spacing)
Sets (as xml) the "spacing" element
-
unsetSpacing
void unsetSpacing()
Unsets the "spacing" element
-
getCommentBlockArray
CommentBlockPropertyType[] getCommentBlockArray()
Gets array of all "commentBlock" elements
-
getCommentBlockArray
CommentBlockPropertyType getCommentBlockArray(int i)
Gets ith "commentBlock" element
-
sizeOfCommentBlockArray
int sizeOfCommentBlockArray()
Returns number of "commentBlock" element
-
setCommentBlockArray
void setCommentBlockArray(CommentBlockPropertyType[] commentBlockArray)
Sets array of all "commentBlock" element
-
setCommentBlockArray
void setCommentBlockArray(int i, CommentBlockPropertyType commentBlock)Sets ith "commentBlock" element
-
insertNewCommentBlock
CommentBlockPropertyType insertNewCommentBlock(int i)
Inserts and returns a new empty value (as xml) as the ith "commentBlock" element
-
addNewCommentBlock
CommentBlockPropertyType addNewCommentBlock()
Appends and returns a new empty value (as xml) as the last "commentBlock" element
-
removeCommentBlock
void removeCommentBlock(int i)
Removes the ith "commentBlock" element
-
getParameterArray
NamedValuePropertyType[] getParameterArray()
Gets array of all "parameter" elements
-
getParameterArray
NamedValuePropertyType getParameterArray(int i)
Gets ith "parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "parameter" element
-
setParameterArray
void setParameterArray(NamedValuePropertyType[] parameterArray)
Sets array of all "parameter" element
-
setParameterArray
void setParameterArray(int i, NamedValuePropertyType parameter)Sets ith "parameter" element
-
insertNewParameter
NamedValuePropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
-
addNewParameter
NamedValuePropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
-
removeParameter
void removeParameter(int i)
Removes the ith "parameter" element
-
-