Package net.opengis.swe.x101
Interface ConstrainedPhenomenonType
-
- All Superinterfaces:
AbstractGMLType,DefinitionType,PhenomenonType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ConstrainedPhenomenonTypeImpl
public interface ConstrainedPhenomenonType extends PhenomenonType
An XML ConstrainedPhenomenonType(@http://www.opengis.net/swe/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConstrainedPhenomenonType.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" elementorg.apache.xmlbeans.XmlStringaddNewOtherConstraint()Appends and returns a new empty value (as xml) as the last "otherConstraint" elementAnyDataPropertyTypeaddNewSingleConstraint()Appends and returns a new empty value (as xml) as the last "singleConstraint" elementvoidaddOtherConstraint(String otherConstraint)Appends the value as the last "otherConstraint" elementPhenomenonPropertyTypegetBase()Gets the "base" elementString[]getOtherConstraintArray()Gets array of all "otherConstraint" elementsStringgetOtherConstraintArray(int i)Gets ith "otherConstraint" elementAnyDataPropertyType[]getSingleConstraintArray()Gets array of all "singleConstraint" elementsAnyDataPropertyTypegetSingleConstraintArray(int i)Gets ith "singleConstraint" elementorg.apache.xmlbeans.XmlStringinsertNewOtherConstraint(int i)Inserts and returns a new empty value (as xml) as the ith "otherConstraint" elementAnyDataPropertyTypeinsertNewSingleConstraint(int i)Inserts and returns a new empty value (as xml) as the ith "singleConstraint" elementvoidinsertOtherConstraint(int i, String otherConstraint)Inserts the value as the ith "otherConstraint" elementvoidremoveOtherConstraint(int i)Removes the ith "otherConstraint" elementvoidremoveSingleConstraint(int i)Removes the ith "singleConstraint" elementvoidsetBase(PhenomenonPropertyType base)Sets the "base" elementvoidsetOtherConstraintArray(int i, String otherConstraint)Sets ith "otherConstraint" elementvoidsetOtherConstraintArray(String[] otherConstraintArray)Sets array of all "otherConstraint" elementvoidsetSingleConstraintArray(int i, AnyDataPropertyType singleConstraint)Sets ith "singleConstraint" elementvoidsetSingleConstraintArray(AnyDataPropertyType[] singleConstraintArray)Sets array of all "singleConstraint" elementintsizeOfOtherConstraintArray()Returns number of "otherConstraint" elementintsizeOfSingleConstraintArray()Returns number of "singleConstraint" 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.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
-
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
-
getSingleConstraintArray
AnyDataPropertyType[] getSingleConstraintArray()
Gets array of all "singleConstraint" elements
-
getSingleConstraintArray
AnyDataPropertyType getSingleConstraintArray(int i)
Gets ith "singleConstraint" element
-
sizeOfSingleConstraintArray
int sizeOfSingleConstraintArray()
Returns number of "singleConstraint" element
-
setSingleConstraintArray
void setSingleConstraintArray(AnyDataPropertyType[] singleConstraintArray)
Sets array of all "singleConstraint" element
-
setSingleConstraintArray
void setSingleConstraintArray(int i, AnyDataPropertyType singleConstraint)Sets ith "singleConstraint" element
-
insertNewSingleConstraint
AnyDataPropertyType insertNewSingleConstraint(int i)
Inserts and returns a new empty value (as xml) as the ith "singleConstraint" element
-
addNewSingleConstraint
AnyDataPropertyType addNewSingleConstraint()
Appends and returns a new empty value (as xml) as the last "singleConstraint" element
-
removeSingleConstraint
void removeSingleConstraint(int i)
Removes the ith "singleConstraint" element
-
-