public interface TimeseriesMetadataType
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description |
|---|---|
static class |
TimeseriesMetadataType.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 |
addNewBaseTime()
Appends and returns a new empty "baseTime" element
|
CommentBlockPropertyType |
addNewCommentBlock()
Appends and returns a new empty value (as xml) as the last "commentBlock" element
|
NamedValuePropertyType |
addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
|
TimePeriodPropertyType |
addNewTemporalExtent()
Appends and returns a new empty "temporalExtent" element
|
TimePositionType |
getBaseTime()
Gets the "baseTime" element
|
CommentBlockPropertyType[] |
getCommentBlockArray()
Gets array of all "commentBlock" elements
|
CommentBlockPropertyType |
getCommentBlockArray(int i)
Gets ith "commentBlock" element
|
NamedValuePropertyType[] |
getParameterArray()
Gets array of all "parameter" elements
|
NamedValuePropertyType |
getParameterArray(int i)
Gets ith "parameter" element
|
org.apache.xmlbeans.GDuration |
getSpacing()
Gets the "spacing" element
|
TimePeriodPropertyType |
getTemporalExtent()
Gets the "temporalExtent" element
|
CommentBlockPropertyType |
insertNewCommentBlock(int i)
Inserts and returns a new empty value (as xml) as the ith "commentBlock" element
|
NamedValuePropertyType |
insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
|
boolean |
isSetBaseTime()
True if has "baseTime" element
|
boolean |
isSetSpacing()
True if has "spacing" element
|
void |
removeCommentBlock(int i)
Removes the ith "commentBlock" element
|
void |
removeParameter(int i)
Removes the ith "parameter" element
|
void |
setBaseTime(TimePositionType baseTime)
Sets the "baseTime" element
|
void |
setCommentBlockArray(CommentBlockPropertyType[] commentBlockArray)
Sets array of all "commentBlock" element
|
void |
setCommentBlockArray(int i,
CommentBlockPropertyType commentBlock)
Sets ith "commentBlock" element
|
void |
setParameterArray(int i,
NamedValuePropertyType parameter)
Sets ith "parameter" element
|
void |
setParameterArray(NamedValuePropertyType[] parameterArray)
Sets array of all "parameter" element
|
void |
setSpacing(org.apache.xmlbeans.GDuration spacing)
Sets the "spacing" element
|
void |
setTemporalExtent(TimePeriodPropertyType temporalExtent)
Sets the "temporalExtent" element
|
int |
sizeOfCommentBlockArray()
Returns number of "commentBlock" element
|
int |
sizeOfParameterArray()
Returns number of "parameter" element
|
void |
unsetBaseTime()
Unsets the "baseTime" element
|
void |
unsetSpacing()
Unsets the "spacing" element
|
org.apache.xmlbeans.XmlDuration |
xgetSpacing()
Gets (as xml) the "spacing" element
|
void |
xsetSpacing(org.apache.xmlbeans.XmlDuration spacing)
Sets (as xml) the "spacing" element
|
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, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextTimePeriodPropertyType getTemporalExtent()
void setTemporalExtent(TimePeriodPropertyType temporalExtent)
TimePeriodPropertyType addNewTemporalExtent()
TimePositionType getBaseTime()
boolean isSetBaseTime()
void setBaseTime(TimePositionType baseTime)
TimePositionType addNewBaseTime()
void unsetBaseTime()
org.apache.xmlbeans.GDuration getSpacing()
org.apache.xmlbeans.XmlDuration xgetSpacing()
boolean isSetSpacing()
void setSpacing(org.apache.xmlbeans.GDuration spacing)
void xsetSpacing(org.apache.xmlbeans.XmlDuration spacing)
void unsetSpacing()
CommentBlockPropertyType[] getCommentBlockArray()
CommentBlockPropertyType getCommentBlockArray(int i)
int sizeOfCommentBlockArray()
void setCommentBlockArray(CommentBlockPropertyType[] commentBlockArray)
void setCommentBlockArray(int i,
CommentBlockPropertyType commentBlock)
CommentBlockPropertyType insertNewCommentBlock(int i)
CommentBlockPropertyType addNewCommentBlock()
void removeCommentBlock(int i)
NamedValuePropertyType[] getParameterArray()
NamedValuePropertyType getParameterArray(int i)
int sizeOfParameterArray()
void setParameterArray(NamedValuePropertyType[] parameterArray)
void setParameterArray(int i,
NamedValuePropertyType parameter)
NamedValuePropertyType insertNewParameter(int i)
NamedValuePropertyType addNewParameter()
void removeParameter(int i)
Copyright © 2017 52north.org. All rights reserved.