Package net.opengis.sensorML.x101
Interface ParametersDocument.Parameters.ParameterList
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ParametersDocumentImpl.ParametersImpl.ParameterListImpl
- Enclosing interface:
- ParametersDocument.Parameters
public static interface ParametersDocument.Parameters.ParameterList extends org.apache.xmlbeans.XmlObjectAn XML ParameterList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classParametersDocument.Parameters.ParameterList.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 DataComponentPropertyTypeaddNewParameter()Appends and returns a new empty value (as xml) as the last "parameter" elementStringgetId()Gets the "id" attributeDataComponentPropertyType[]getParameterArray()Gets array of all "parameter" elementsDataComponentPropertyTypegetParameterArray(int i)Gets ith "parameter" elementDataComponentPropertyTypeinsertNewParameter(int i)Inserts and returns a new empty value (as xml) as the ith "parameter" elementbooleanisSetId()True if has "id" attributevoidremoveParameter(int i)Removes the ith "parameter" elementvoidsetId(String id)Sets the "id" attributevoidsetParameterArray(int i, DataComponentPropertyType parameter)Sets ith "parameter" elementvoidsetParameterArray(DataComponentPropertyType[] parameterArray)Sets array of all "parameter" elementintsizeOfParameterArray()Returns number of "parameter" elementvoidunsetId()Unsets the "id" attributeorg.apache.xmlbeans.XmlIDxgetId()Gets (as xml) the "id" attributevoidxsetId(org.apache.xmlbeans.XmlID id)Sets (as xml) the "id" attribute-
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
-
getParameterArray
DataComponentPropertyType[] getParameterArray()
Gets array of all "parameter" elements
-
getParameterArray
DataComponentPropertyType getParameterArray(int i)
Gets ith "parameter" element
-
sizeOfParameterArray
int sizeOfParameterArray()
Returns number of "parameter" element
-
setParameterArray
void setParameterArray(DataComponentPropertyType[] parameterArray)
Sets array of all "parameter" element
-
setParameterArray
void setParameterArray(int i, DataComponentPropertyType parameter)Sets ith "parameter" element
-
insertNewParameter
DataComponentPropertyType insertNewParameter(int i)
Inserts and returns a new empty value (as xml) as the ith "parameter" element
-
addNewParameter
DataComponentPropertyType addNewParameter()
Appends and returns a new empty value (as xml) as the last "parameter" element
-
removeParameter
void removeParameter(int i)
Removes the ith "parameter" element
-
getId
String getId()
Gets the "id" attribute
-
xgetId
org.apache.xmlbeans.XmlID xgetId()
Gets (as xml) the "id" attribute
-
isSetId
boolean isSetId()
True if has "id" attribute
-
setId
void setId(String id)
Sets the "id" attribute
-
xsetId
void xsetId(org.apache.xmlbeans.XmlID id)
Sets (as xml) the "id" attribute
-
unsetId
void unsetId()
Unsets the "id" attribute
-
-