Package net.opengis.tsml.x10
Interface TimeseriesMetadataExtensionType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeseriesMetadataExtensionTypeImpl
public interface TimeseriesMetadataExtensionType extends org.apache.xmlbeans.XmlObjectAn XML TimeseriesMetadataExtensionType(@http://www.opengis.net/tsml/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTimeseriesMetadataExtensionType.DefaultPointMetadataAn XML defaultPointMetadata(@http://www.opengis.net/tsml/1.0).static classTimeseriesMetadataExtensionType.FactoryA factory class with static methods for creating instances of this type.static interfaceTimeseriesMetadataExtensionType.TimeseriesMetadataAn XML timeseriesMetadata(@http://www.opengis.net/tsml/1.0).
-
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 AnnotationCoveragePropertyTypeaddNewAnnotation()Appends and returns a new empty value (as xml) as the last "annotation" elementTimeseriesMetadataExtensionType.DefaultPointMetadataaddNewDefaultPointMetadata()Appends and returns a new empty "defaultPointMetadata" elementTimeseriesMetadataExtensionType.TimeseriesMetadataaddNewTimeseriesMetadata()Appends and returns a new empty "timeseriesMetadata" elementAnnotationCoveragePropertyType[]getAnnotationArray()Gets array of all "annotation" elementsAnnotationCoveragePropertyTypegetAnnotationArray(int i)Gets ith "annotation" elementTimeseriesMetadataExtensionType.DefaultPointMetadatagetDefaultPointMetadata()Gets the "defaultPointMetadata" elementTimeseriesMetadataExtensionType.TimeseriesMetadatagetTimeseriesMetadata()Gets the "timeseriesMetadata" elementAnnotationCoveragePropertyTypeinsertNewAnnotation(int i)Inserts and returns a new empty value (as xml) as the ith "annotation" elementbooleanisSetDefaultPointMetadata()True if has "defaultPointMetadata" elementbooleanisSetTimeseriesMetadata()True if has "timeseriesMetadata" elementvoidremoveAnnotation(int i)Removes the ith "annotation" elementvoidsetAnnotationArray(int i, AnnotationCoveragePropertyType annotation)Sets ith "annotation" elementvoidsetAnnotationArray(AnnotationCoveragePropertyType[] annotationArray)Sets array of all "annotation" elementvoidsetDefaultPointMetadata(TimeseriesMetadataExtensionType.DefaultPointMetadata defaultPointMetadata)Sets the "defaultPointMetadata" elementvoidsetTimeseriesMetadata(TimeseriesMetadataExtensionType.TimeseriesMetadata timeseriesMetadata)Sets the "timeseriesMetadata" elementintsizeOfAnnotationArray()Returns number of "annotation" elementvoidunsetDefaultPointMetadata()Unsets the "defaultPointMetadata" elementvoidunsetTimeseriesMetadata()Unsets the "timeseriesMetadata" 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
-
getDefaultPointMetadata
TimeseriesMetadataExtensionType.DefaultPointMetadata getDefaultPointMetadata()
Gets the "defaultPointMetadata" element
-
isSetDefaultPointMetadata
boolean isSetDefaultPointMetadata()
True if has "defaultPointMetadata" element
-
setDefaultPointMetadata
void setDefaultPointMetadata(TimeseriesMetadataExtensionType.DefaultPointMetadata defaultPointMetadata)
Sets the "defaultPointMetadata" element
-
addNewDefaultPointMetadata
TimeseriesMetadataExtensionType.DefaultPointMetadata addNewDefaultPointMetadata()
Appends and returns a new empty "defaultPointMetadata" element
-
unsetDefaultPointMetadata
void unsetDefaultPointMetadata()
Unsets the "defaultPointMetadata" element
-
getTimeseriesMetadata
TimeseriesMetadataExtensionType.TimeseriesMetadata getTimeseriesMetadata()
Gets the "timeseriesMetadata" element
-
isSetTimeseriesMetadata
boolean isSetTimeseriesMetadata()
True if has "timeseriesMetadata" element
-
setTimeseriesMetadata
void setTimeseriesMetadata(TimeseriesMetadataExtensionType.TimeseriesMetadata timeseriesMetadata)
Sets the "timeseriesMetadata" element
-
addNewTimeseriesMetadata
TimeseriesMetadataExtensionType.TimeseriesMetadata addNewTimeseriesMetadata()
Appends and returns a new empty "timeseriesMetadata" element
-
unsetTimeseriesMetadata
void unsetTimeseriesMetadata()
Unsets the "timeseriesMetadata" element
-
getAnnotationArray
AnnotationCoveragePropertyType[] getAnnotationArray()
Gets array of all "annotation" elements
-
getAnnotationArray
AnnotationCoveragePropertyType getAnnotationArray(int i)
Gets ith "annotation" element
-
sizeOfAnnotationArray
int sizeOfAnnotationArray()
Returns number of "annotation" element
-
setAnnotationArray
void setAnnotationArray(AnnotationCoveragePropertyType[] annotationArray)
Sets array of all "annotation" element
-
setAnnotationArray
void setAnnotationArray(int i, AnnotationCoveragePropertyType annotation)Sets ith "annotation" element
-
insertNewAnnotation
AnnotationCoveragePropertyType insertNewAnnotation(int i)
Inserts and returns a new empty value (as xml) as the ith "annotation" element
-
addNewAnnotation
AnnotationCoveragePropertyType addNewAnnotation()
Appends and returns a new empty value (as xml) as the last "annotation" element
-
removeAnnotation
void removeAnnotation(int i)
Removes the ith "annotation" element
-
-