Package net.opengis.tsml.x10
Interface TimeseriesTVPType
-
- All Superinterfaces:
AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeseriesTVPTypeImpl
public interface TimeseriesTVPType extends AbstractGMLType
An XML TimeseriesTVPType(@http://www.opengis.net/tsml/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTimeseriesTVPType.DefaultPointMetadataAn XML defaultPointMetadata(@http://www.opengis.net/tsml/1.0).static classTimeseriesTVPType.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 TimeseriesTVPType.DefaultPointMetadataaddNewDefaultPointMetadata()Appends and returns a new empty "defaultPointMetadata" elementTimeseriesMetadataPropertyTypeaddNewMetadata()Appends and returns a new empty "metadata" elementTimeValuePairPropertyTypeaddNewPoint()Appends and returns a new empty value (as xml) as the last "point" elementTimeseriesTVPType.DefaultPointMetadatagetDefaultPointMetadata()Gets the "defaultPointMetadata" elementTimeseriesMetadataPropertyTypegetMetadata()Gets the "metadata" elementTimeValuePairPropertyType[]getPointArray()Gets array of all "point" elementsTimeValuePairPropertyTypegetPointArray(int i)Gets ith "point" elementTimeValuePairPropertyTypeinsertNewPoint(int i)Inserts and returns a new empty value (as xml) as the ith "point" elementbooleanisSetDefaultPointMetadata()True if has "defaultPointMetadata" elementbooleanisSetMetadata()True if has "metadata" elementvoidremovePoint(int i)Removes the ith "point" elementvoidsetDefaultPointMetadata(TimeseriesTVPType.DefaultPointMetadata defaultPointMetadata)Sets the "defaultPointMetadata" elementvoidsetMetadata(TimeseriesMetadataPropertyType metadata)Sets the "metadata" elementvoidsetPointArray(int i, TimeValuePairPropertyType point)Sets ith "point" elementvoidsetPointArray(TimeValuePairPropertyType[] pointArray)Sets array of all "point" elementintsizeOfPointArray()Returns number of "point" elementvoidunsetDefaultPointMetadata()Unsets the "defaultPointMetadata" elementvoidunsetMetadata()Unsets the "metadata" element-
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
-
getDefaultPointMetadata
TimeseriesTVPType.DefaultPointMetadata getDefaultPointMetadata()
Gets the "defaultPointMetadata" element
-
isSetDefaultPointMetadata
boolean isSetDefaultPointMetadata()
True if has "defaultPointMetadata" element
-
setDefaultPointMetadata
void setDefaultPointMetadata(TimeseriesTVPType.DefaultPointMetadata defaultPointMetadata)
Sets the "defaultPointMetadata" element
-
addNewDefaultPointMetadata
TimeseriesTVPType.DefaultPointMetadata addNewDefaultPointMetadata()
Appends and returns a new empty "defaultPointMetadata" element
-
unsetDefaultPointMetadata
void unsetDefaultPointMetadata()
Unsets the "defaultPointMetadata" element
-
getPointArray
TimeValuePairPropertyType[] getPointArray()
Gets array of all "point" elements
-
getPointArray
TimeValuePairPropertyType getPointArray(int i)
Gets ith "point" element
-
sizeOfPointArray
int sizeOfPointArray()
Returns number of "point" element
-
setPointArray
void setPointArray(TimeValuePairPropertyType[] pointArray)
Sets array of all "point" element
-
setPointArray
void setPointArray(int i, TimeValuePairPropertyType point)Sets ith "point" element
-
insertNewPoint
TimeValuePairPropertyType insertNewPoint(int i)
Inserts and returns a new empty value (as xml) as the ith "point" element
-
addNewPoint
TimeValuePairPropertyType addNewPoint()
Appends and returns a new empty value (as xml) as the last "point" element
-
removePoint
void removePoint(int i)
Removes the ith "point" element
-
-