Package net.opengis.waterml.x20
Interface TimeseriesType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Subinterfaces:
CategoricalTimeseriesType,MeasurementTimeseriesType
- All Known Implementing Classes:
CategoricalTimeseriesTypeImpl,MeasurementTimeseriesTypeImpl,TimeseriesTypeImpl
public interface TimeseriesType extends AbstractFeatureType
An XML TimeseriesType(@http://www.opengis.net/waterml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeseriesType.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 TVPDefaultMetadataPropertyTypeaddNewDefaultPointMetadata()Appends and returns a new empty value (as xml) as the last "defaultPointMetadata" elementTimeseriesMetadataPropertyTypeaddNewMetadata()Appends and returns a new empty "metadata" elementTVPDefaultMetadataPropertyType[]getDefaultPointMetadataArray()Gets array of all "defaultPointMetadata" elementsTVPDefaultMetadataPropertyTypegetDefaultPointMetadataArray(int i)Gets ith "defaultPointMetadata" elementTimeseriesMetadataPropertyTypegetMetadata()Gets the "metadata" elementTVPDefaultMetadataPropertyTypeinsertNewDefaultPointMetadata(int i)Inserts and returns a new empty value (as xml) as the ith "defaultPointMetadata" elementbooleanisSetMetadata()True if has "metadata" elementvoidremoveDefaultPointMetadata(int i)Removes the ith "defaultPointMetadata" elementvoidsetDefaultPointMetadataArray(int i, TVPDefaultMetadataPropertyType defaultPointMetadata)Sets ith "defaultPointMetadata" elementvoidsetDefaultPointMetadataArray(TVPDefaultMetadataPropertyType[] defaultPointMetadataArray)Sets array of all "defaultPointMetadata" elementvoidsetMetadata(TimeseriesMetadataPropertyType metadata)Sets the "metadata" elementintsizeOfDefaultPointMetadataArray()Returns number of "defaultPointMetadata" elementvoidunsetMetadata()Unsets the "metadata" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
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
-
getMetadata
TimeseriesMetadataPropertyType getMetadata()
Gets the "metadata" element
-
isSetMetadata
boolean isSetMetadata()
True if has "metadata" element
-
setMetadata
void setMetadata(TimeseriesMetadataPropertyType metadata)
Sets the "metadata" element
-
addNewMetadata
TimeseriesMetadataPropertyType addNewMetadata()
Appends and returns a new empty "metadata" element
-
unsetMetadata
void unsetMetadata()
Unsets the "metadata" element
-
getDefaultPointMetadataArray
TVPDefaultMetadataPropertyType[] getDefaultPointMetadataArray()
Gets array of all "defaultPointMetadata" elements
-
getDefaultPointMetadataArray
TVPDefaultMetadataPropertyType getDefaultPointMetadataArray(int i)
Gets ith "defaultPointMetadata" element
-
sizeOfDefaultPointMetadataArray
int sizeOfDefaultPointMetadataArray()
Returns number of "defaultPointMetadata" element
-
setDefaultPointMetadataArray
void setDefaultPointMetadataArray(TVPDefaultMetadataPropertyType[] defaultPointMetadataArray)
Sets array of all "defaultPointMetadata" element
-
setDefaultPointMetadataArray
void setDefaultPointMetadataArray(int i, TVPDefaultMetadataPropertyType defaultPointMetadata)Sets ith "defaultPointMetadata" element
-
insertNewDefaultPointMetadata
TVPDefaultMetadataPropertyType insertNewDefaultPointMetadata(int i)
Inserts and returns a new empty value (as xml) as the ith "defaultPointMetadata" element
-
addNewDefaultPointMetadata
TVPDefaultMetadataPropertyType addNewDefaultPointMetadata()
Appends and returns a new empty value (as xml) as the last "defaultPointMetadata" element
-
removeDefaultPointMetadata
void removeDefaultPointMetadata(int i)
Removes the ith "defaultPointMetadata" element
-
-