Package net.opengis.swe.x101
Interface PhenomenonSeriesType
-
- All Superinterfaces:
AbstractGMLType,CompoundPhenomenonType,DefinitionType,PhenomenonType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
PhenomenonSeriesTypeImpl
public interface PhenomenonSeriesType extends CompoundPhenomenonType
An XML PhenomenonSeriesType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPhenomenonSeriesType.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 PhenomenonPropertyTypeaddNewBase()Appends and returns a new empty "base" elementDataArrayPropertyTypeaddNewConstraintList()Appends and returns a new empty value (as xml) as the last "constraintList" elementorg.apache.xmlbeans.XmlStringaddNewOtherConstraint()Appends and returns a new empty value (as xml) as the last "otherConstraint" elementvoidaddOtherConstraint(String otherConstraint)Appends the value as the last "otherConstraint" elementPhenomenonPropertyTypegetBase()Gets the "base" elementDataArrayPropertyType[]getConstraintListArray()Gets array of all "constraintList" elementsDataArrayPropertyTypegetConstraintListArray(int i)Gets ith "constraintList" elementString[]getOtherConstraintArray()Gets array of all "otherConstraint" elementsStringgetOtherConstraintArray(int i)Gets ith "otherConstraint" elementDataArrayPropertyTypeinsertNewConstraintList(int i)Inserts and returns a new empty value (as xml) as the ith "constraintList" elementorg.apache.xmlbeans.XmlStringinsertNewOtherConstraint(int i)Inserts and returns a new empty value (as xml) as the ith "otherConstraint" elementvoidinsertOtherConstraint(int i, String otherConstraint)Inserts the value as the ith "otherConstraint" elementvoidremoveConstraintList(int i)Removes the ith "constraintList" elementvoidremoveOtherConstraint(int i)Removes the ith "otherConstraint" elementvoidsetBase(PhenomenonPropertyType base)Sets the "base" elementvoidsetConstraintListArray(int i, DataArrayPropertyType constraintList)Sets ith "constraintList" elementvoidsetConstraintListArray(DataArrayPropertyType[] constraintListArray)Sets array of all "constraintList" elementvoidsetOtherConstraintArray(int i, String otherConstraint)Sets ith "otherConstraint" elementvoidsetOtherConstraintArray(String[] otherConstraintArray)Sets array of all "otherConstraint" elementintsizeOfConstraintListArray()Returns number of "constraintList" elementintsizeOfOtherConstraintArray()Returns number of "otherConstraint" elementorg.apache.xmlbeans.XmlString[]xgetOtherConstraintArray()Gets (as xml) array of all "otherConstraint" elementsorg.apache.xmlbeans.XmlStringxgetOtherConstraintArray(int i)Gets (as xml) ith "otherConstraint" elementvoidxsetOtherConstraintArray(int i, org.apache.xmlbeans.XmlString otherConstraint)Sets (as xml) ith "otherConstraint" elementvoidxsetOtherConstraintArray(org.apache.xmlbeans.XmlString[] otherConstraintArray)Sets (as xml) array of all "otherConstraint" element-
Methods inherited from interface net.opengis.gml.AbstractGMLType
addNewDescription, addNewMetaDataProperty, getDescription, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, removeMetaDataProperty, setDescription, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription
-
Methods inherited from interface net.opengis.swe.x101.CompoundPhenomenonType
getDimension, setDimension, xgetDimension, xsetDimension
-
Methods inherited from interface net.opengis.gml.DefinitionType
addNewName, getId, getNameArray, getNameArray, insertNewName, isSetId, removeName, setId, setNameArray, setNameArray, sizeOfNameArray, unsetId, 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
-
getBase
PhenomenonPropertyType getBase()
Gets the "base" element
-
setBase
void setBase(PhenomenonPropertyType base)
Sets the "base" element
-
addNewBase
PhenomenonPropertyType addNewBase()
Appends and returns a new empty "base" element
-
getConstraintListArray
DataArrayPropertyType[] getConstraintListArray()
Gets array of all "constraintList" elements
-
getConstraintListArray
DataArrayPropertyType getConstraintListArray(int i)
Gets ith "constraintList" element
-
sizeOfConstraintListArray
int sizeOfConstraintListArray()
Returns number of "constraintList" element
-
setConstraintListArray
void setConstraintListArray(DataArrayPropertyType[] constraintListArray)
Sets array of all "constraintList" element
-
setConstraintListArray
void setConstraintListArray(int i, DataArrayPropertyType constraintList)Sets ith "constraintList" element
-
insertNewConstraintList
DataArrayPropertyType insertNewConstraintList(int i)
Inserts and returns a new empty value (as xml) as the ith "constraintList" element
-
addNewConstraintList
DataArrayPropertyType addNewConstraintList()
Appends and returns a new empty value (as xml) as the last "constraintList" element
-
removeConstraintList
void removeConstraintList(int i)
Removes the ith "constraintList" element
-
getOtherConstraintArray
String[] getOtherConstraintArray()
Gets array of all "otherConstraint" elements
-
getOtherConstraintArray
String getOtherConstraintArray(int i)
Gets ith "otherConstraint" element
-
xgetOtherConstraintArray
org.apache.xmlbeans.XmlString[] xgetOtherConstraintArray()
Gets (as xml) array of all "otherConstraint" elements
-
xgetOtherConstraintArray
org.apache.xmlbeans.XmlString xgetOtherConstraintArray(int i)
Gets (as xml) ith "otherConstraint" element
-
sizeOfOtherConstraintArray
int sizeOfOtherConstraintArray()
Returns number of "otherConstraint" element
-
setOtherConstraintArray
void setOtherConstraintArray(String[] otherConstraintArray)
Sets array of all "otherConstraint" element
-
setOtherConstraintArray
void setOtherConstraintArray(int i, String otherConstraint)Sets ith "otherConstraint" element
-
xsetOtherConstraintArray
void xsetOtherConstraintArray(org.apache.xmlbeans.XmlString[] otherConstraintArray)
Sets (as xml) array of all "otherConstraint" element
-
xsetOtherConstraintArray
void xsetOtherConstraintArray(int i, org.apache.xmlbeans.XmlString otherConstraint)Sets (as xml) ith "otherConstraint" element
-
insertOtherConstraint
void insertOtherConstraint(int i, String otherConstraint)Inserts the value as the ith "otherConstraint" element
-
addOtherConstraint
void addOtherConstraint(String otherConstraint)
Appends the value as the last "otherConstraint" element
-
insertNewOtherConstraint
org.apache.xmlbeans.XmlString insertNewOtherConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "otherConstraint" element
-
addNewOtherConstraint
org.apache.xmlbeans.XmlString addNewOtherConstraint()
Appends and returns a new empty value (as xml) as the last "otherConstraint" element
-
removeOtherConstraint
void removeOtherConstraint(int i)
Removes the ith "otherConstraint" element
-
-