Package net.opengis.tsml.x10
Interface TimeseriesDomainRangeType
-
- All Superinterfaces:
AbstractCoverageType,AbstractCoverageType,AbstractDiscreteCoverageType,AbstractFeatureType,AbstractGMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
TimeseriesDomainRangeTypeImpl
public interface TimeseriesDomainRangeType extends AbstractDiscreteCoverageType
An XML TimeseriesDomainRangeType(@http://www.opengis.net/tsml/1.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTimeseriesDomainRangeType.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 TimeseriesMetadataExtensionPropertyTypeaddNewMetadata2()Appends and returns a new empty value (as xml) as the last "metadata" elementReferenceTypeaddNewType()Appends and returns a new empty "type" elementTimeseriesMetadataExtensionPropertyType[]getMetadata2Array()Gets array of all "metadata" elementsTimeseriesMetadataExtensionPropertyTypegetMetadata2Array(int i)Gets ith "metadata" elementReferenceTypegetType()Gets the "type" elementTimeseriesMetadataExtensionPropertyTypeinsertNewMetadata2(int i)Inserts and returns a new empty value (as xml) as the ith "metadata" elementbooleanisSetType()True if has "type" elementvoidremoveMetadata2(int i)Removes the ith "metadata" elementvoidsetMetadata2Array(int i, TimeseriesMetadataExtensionPropertyType metadata2)Sets ith "metadata" elementvoidsetMetadata2Array(TimeseriesMetadataExtensionPropertyType[] metadata2Array)Sets array of all "metadata" elementvoidsetType(ReferenceType type)Sets the "type" elementintsizeOfMetadata2Array()Returns number of "metadata" elementvoidunsetType()Unsets the "type" element-
Methods inherited from interface net.opengis.gml.x32.AbstractCoverageType
addNewDomainSet, addNewRangeSet, getDomainSet, getRangeSet, setDomainSet, setRangeSet
-
Methods inherited from interface net.opengis.gmlcov.x10.AbstractCoverageType
addNewCoverageFunction, addNewMetadata, addNewRangeType, getCoverageFunction, getMetadataArray, getMetadataArray, getRangeType, insertNewMetadata, isSetCoverageFunction, removeMetadata, setCoverageFunction, setMetadataArray, setMetadataArray, setRangeType, sizeOfMetadataArray, unsetCoverageFunction
-
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
-
getType
ReferenceType getType()
Gets the "type" element
-
isSetType
boolean isSetType()
True if has "type" element
-
setType
void setType(ReferenceType type)
Sets the "type" element
-
addNewType
ReferenceType addNewType()
Appends and returns a new empty "type" element
-
unsetType
void unsetType()
Unsets the "type" element
-
getMetadata2Array
TimeseriesMetadataExtensionPropertyType[] getMetadata2Array()
Gets array of all "metadata" elements
-
getMetadata2Array
TimeseriesMetadataExtensionPropertyType getMetadata2Array(int i)
Gets ith "metadata" element
-
sizeOfMetadata2Array
int sizeOfMetadata2Array()
Returns number of "metadata" element
-
setMetadata2Array
void setMetadata2Array(TimeseriesMetadataExtensionPropertyType[] metadata2Array)
Sets array of all "metadata" element
-
setMetadata2Array
void setMetadata2Array(int i, TimeseriesMetadataExtensionPropertyType metadata2)Sets ith "metadata" element
-
insertNewMetadata2
TimeseriesMetadataExtensionPropertyType insertNewMetadata2(int i)
Inserts and returns a new empty value (as xml) as the ith "metadata" element
-
addNewMetadata2
TimeseriesMetadataExtensionPropertyType addNewMetadata2()
Appends and returns a new empty value (as xml) as the last "metadata" element
-
removeMetadata2
void removeMetadata2(int i)
Removes the ith "metadata" element
-
-