Package net.opengis.sensorML.x101
Interface InputsDocument.Inputs.InputList
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
InputsDocumentImpl.InputsImpl.InputListImpl
- Enclosing interface:
- InputsDocument.Inputs
public static interface InputsDocument.Inputs.InputList extends org.apache.xmlbeans.XmlObjectAn XML InputList(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classInputsDocument.Inputs.InputList.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 IoComponentPropertyTypeaddNewInput()Appends and returns a new empty value (as xml) as the last "input" elementStringgetId()Gets the "id" attributeIoComponentPropertyType[]getInputArray()Gets array of all "input" elementsIoComponentPropertyTypegetInputArray(int i)Gets ith "input" elementIoComponentPropertyTypeinsertNewInput(int i)Inserts and returns a new empty value (as xml) as the ith "input" elementbooleanisSetId()True if has "id" attributevoidremoveInput(int i)Removes the ith "input" elementvoidsetId(String id)Sets the "id" attributevoidsetInputArray(int i, IoComponentPropertyType input)Sets ith "input" elementvoidsetInputArray(IoComponentPropertyType[] inputArray)Sets array of all "input" elementintsizeOfInputArray()Returns number of "input" 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
-
getInputArray
IoComponentPropertyType[] getInputArray()
Gets array of all "input" elements
-
getInputArray
IoComponentPropertyType getInputArray(int i)
Gets ith "input" element
-
sizeOfInputArray
int sizeOfInputArray()
Returns number of "input" element
-
setInputArray
void setInputArray(IoComponentPropertyType[] inputArray)
Sets array of all "input" element
-
setInputArray
void setInputArray(int i, IoComponentPropertyType input)Sets ith "input" element
-
insertNewInput
IoComponentPropertyType insertNewInput(int i)
Inserts and returns a new empty value (as xml) as the ith "input" element
-
addNewInput
IoComponentPropertyType addNewInput()
Appends and returns a new empty value (as xml) as the last "input" element
-
removeInput
void removeInput(int i)
Removes the ith "input" 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
-
-