|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentArrayType
An XML ComponentArrayType(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
ComponentArrayType.Factory
A factory class with static methods for creating instances of this type. |
static interface |
ComponentArrayType.Parameters
An XML parameters(@http://www.opengis.net/sensorML/1.0). |
Field Summary | |
---|---|
static org.apache.xmlbeans.SchemaType |
type
|
Fields inherited from interface org.apache.xmlbeans.XmlObject |
---|
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL |
Method Summary | |
---|---|
ComponentsDocument.Components |
addNewComponents()
Appends and returns a new empty "components" element |
ConnectionsDocument.Connections |
addNewConnections()
Appends and returns a new empty "connections" element |
InputsDocument.Inputs |
addNewInputs()
Appends and returns a new empty "inputs" element |
OutputsDocument.Outputs |
addNewOutputs()
Appends and returns a new empty "outputs" element |
ComponentArrayType.Parameters |
addNewParameters()
Appends and returns a new empty "parameters" element |
PositionsDocument.Positions |
addNewPositions()
Appends and returns a new empty "positions" element |
ComponentsDocument.Components |
getComponents()
Gets the "components" element |
ConnectionsDocument.Connections |
getConnections()
Gets the "connections" element |
InputsDocument.Inputs |
getInputs()
Gets the "inputs" element |
OutputsDocument.Outputs |
getOutputs()
Gets the "outputs" element |
ComponentArrayType.Parameters |
getParameters()
Gets the "parameters" element |
PositionsDocument.Positions |
getPositions()
Gets the "positions" element |
boolean |
isSetComponents()
True if has "components" element |
boolean |
isSetConnections()
True if has "connections" element |
boolean |
isSetInputs()
True if has "inputs" element |
boolean |
isSetOutputs()
True if has "outputs" element |
boolean |
isSetPositions()
True if has "positions" element |
void |
setComponents(ComponentsDocument.Components components)
Sets the "components" element |
void |
setConnections(ConnectionsDocument.Connections connections)
Sets the "connections" element |
void |
setInputs(InputsDocument.Inputs inputs)
Sets the "inputs" element |
void |
setOutputs(OutputsDocument.Outputs outputs)
Sets the "outputs" element |
void |
setParameters(ComponentArrayType.Parameters parameters)
Sets the "parameters" element |
void |
setPositions(PositionsDocument.Positions positions)
Sets the "positions" element |
void |
unsetComponents()
Unsets the "components" element |
void |
unsetConnections()
Unsets the "connections" element |
void |
unsetInputs()
Unsets the "inputs" element |
void |
unsetOutputs()
Unsets the "outputs" element |
void |
unsetPositions()
Unsets the "positions" element |
Methods inherited from interface net.opengis.sensorML.x10.AbstractSMLType |
---|
addNewName, getNameArray, getNameArray, insertNewName, removeName, setNameArray, setNameArray, sizeOfNameArray |
Methods inherited from interface net.opengis.gml.AbstractFeatureType |
---|
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, unsetBoundedBy, unsetLocation |
Methods inherited from interface net.opengis.gml.AbstractGMLType |
---|
addNewDescription, addNewMetaDataProperty, getDescription, getId, getMetaDataPropertyArray, getMetaDataPropertyArray, insertNewMetaDataProperty, isSetDescription, isSetId, removeMetaDataProperty, setDescription, setId, setMetaDataPropertyArray, setMetaDataPropertyArray, sizeOfMetaDataPropertyArray, unsetDescription, unsetId, xgetId, xsetId |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
---|
changeType, compareTo, compareValue, 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 |
Field Detail |
---|
static final org.apache.xmlbeans.SchemaType type
Method Detail |
---|
InputsDocument.Inputs getInputs()
boolean isSetInputs()
void setInputs(InputsDocument.Inputs inputs)
InputsDocument.Inputs addNewInputs()
void unsetInputs()
OutputsDocument.Outputs getOutputs()
boolean isSetOutputs()
void setOutputs(OutputsDocument.Outputs outputs)
OutputsDocument.Outputs addNewOutputs()
void unsetOutputs()
ComponentArrayType.Parameters getParameters()
void setParameters(ComponentArrayType.Parameters parameters)
ComponentArrayType.Parameters addNewParameters()
ComponentsDocument.Components getComponents()
boolean isSetComponents()
void setComponents(ComponentsDocument.Components components)
ComponentsDocument.Components addNewComponents()
void unsetComponents()
PositionsDocument.Positions getPositions()
boolean isSetPositions()
void setPositions(PositionsDocument.Positions positions)
PositionsDocument.Positions addNewPositions()
void unsetPositions()
ConnectionsDocument.Connections getConnections()
boolean isSetConnections()
void setConnections(ConnectionsDocument.Connections connections)
ConnectionsDocument.Connections addNewConnections()
void unsetConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |