Package net.opengis.sensorML.x101
Interface ComponentArrayType
-
- All Superinterfaces:
AbstractDerivableComponentType,AbstractFeatureType,AbstractGMLType,AbstractProcessType,AbstractSMLType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
ComponentArrayTypeImpl
public interface ComponentArrayType extends AbstractDerivableComponentType
An XML ComponentArrayType(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComponentArrayType.FactoryA factory class with static methods for creating instances of this type.static interfaceComponentArrayType.ParametersAn XML parameters(@http://www.opengis.net/sensorML/1.0.1).
-
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 ComponentsDocument.ComponentsaddNewComponents()Appends and returns a new empty "components" elementConnectionsDocument.ConnectionsaddNewConnections()Appends and returns a new empty "connections" elementInputsDocument.InputsaddNewInputs()Appends and returns a new empty "inputs" elementOutputsDocument.OutputsaddNewOutputs()Appends and returns a new empty "outputs" elementComponentArrayType.ParametersaddNewParameters()Appends and returns a new empty "parameters" elementPositionsDocument.PositionsaddNewPositions()Appends and returns a new empty "positions" elementComponentsDocument.ComponentsgetComponents()Gets the "components" elementConnectionsDocument.ConnectionsgetConnections()Gets the "connections" elementInputsDocument.InputsgetInputs()Gets the "inputs" elementOutputsDocument.OutputsgetOutputs()Gets the "outputs" elementComponentArrayType.ParametersgetParameters()Gets the "parameters" elementPositionsDocument.PositionsgetPositions()Gets the "positions" elementbooleanisSetComponents()True if has "components" elementbooleanisSetConnections()True if has "connections" elementbooleanisSetInputs()True if has "inputs" elementbooleanisSetOutputs()True if has "outputs" elementbooleanisSetPositions()True if has "positions" elementvoidsetComponents(ComponentsDocument.Components components)Sets the "components" elementvoidsetConnections(ConnectionsDocument.Connections connections)Sets the "connections" elementvoidsetInputs(InputsDocument.Inputs inputs)Sets the "inputs" elementvoidsetOutputs(OutputsDocument.Outputs outputs)Sets the "outputs" elementvoidsetParameters(ComponentArrayType.Parameters parameters)Sets the "parameters" elementvoidsetPositions(PositionsDocument.Positions positions)Sets the "positions" elementvoidunsetComponents()Unsets the "components" elementvoidunsetConnections()Unsets the "connections" elementvoidunsetInputs()Unsets the "inputs" elementvoidunsetOutputs()Unsets the "outputs" elementvoidunsetPositions()Unsets the "positions" element-
Methods inherited from interface net.opengis.sensorML.x101.AbstractDerivableComponentType
addNewInterfaces, addNewPosition, addNewSmlLocation, addNewSpatialReferenceFrame, addNewTemporalReferenceFrame, addNewTimePosition, getInterfaces, getPosition, getSmlLocation, getSpatialReferenceFrame, getTemporalReferenceFrame, getTimePosition, isSetInterfaces, isSetPosition, isSetSmlLocation, isSetSpatialReferenceFrame, isSetTemporalReferenceFrame, isSetTimePosition, setInterfaces, setPosition, setSmlLocation, setSpatialReferenceFrame, setTemporalReferenceFrame, setTimePosition, unsetInterfaces, unsetPosition, unsetSmlLocation, unsetSpatialReferenceFrame, unsetTemporalReferenceFrame, unsetTimePosition
-
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 net.opengis.sensorML.x101.AbstractProcessType
addNewCapabilities, addNewCharacteristics, addNewClassification, addNewContact, addNewDocumentation, addNewHistory, addNewIdentification, addNewKeywords, addNewLegalConstraint, addNewSecurityConstraint, addNewValidTime, getCapabilitiesArray, getCapabilitiesArray, getCharacteristicsArray, getCharacteristicsArray, getClassificationArray, getClassificationArray, getContactArray, getContactArray, getDocumentationArray, getDocumentationArray, getHistoryArray, getHistoryArray, getIdentificationArray, getIdentificationArray, getKeywordsArray, getKeywordsArray, getLegalConstraintArray, getLegalConstraintArray, getSecurityConstraint, getValidTime, insertNewCapabilities, insertNewCharacteristics, insertNewClassification, insertNewContact, insertNewDocumentation, insertNewHistory, insertNewIdentification, insertNewKeywords, insertNewLegalConstraint, isSetSecurityConstraint, isSetValidTime, removeCapabilities, removeCharacteristics, removeClassification, removeContact, removeDocumentation, removeHistory, removeIdentification, removeKeywords, removeLegalConstraint, setCapabilitiesArray, setCapabilitiesArray, setCharacteristicsArray, setCharacteristicsArray, setClassificationArray, setClassificationArray, setContactArray, setContactArray, setDocumentationArray, setDocumentationArray, setHistoryArray, setHistoryArray, setIdentificationArray, setIdentificationArray, setKeywordsArray, setKeywordsArray, setLegalConstraintArray, setLegalConstraintArray, setSecurityConstraint, setValidTime, sizeOfCapabilitiesArray, sizeOfCharacteristicsArray, sizeOfClassificationArray, sizeOfContactArray, sizeOfDocumentationArray, sizeOfHistoryArray, sizeOfIdentificationArray, sizeOfKeywordsArray, sizeOfLegalConstraintArray, unsetSecurityConstraint, unsetValidTime
-
Methods inherited from interface net.opengis.sensorML.x101.AbstractSMLType
addNewName, getNameArray, getNameArray, insertNewName, removeName, setNameArray, setNameArray, sizeOfNameArray
-
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
-
getInputs
InputsDocument.Inputs getInputs()
Gets the "inputs" element
-
isSetInputs
boolean isSetInputs()
True if has "inputs" element
-
setInputs
void setInputs(InputsDocument.Inputs inputs)
Sets the "inputs" element
-
addNewInputs
InputsDocument.Inputs addNewInputs()
Appends and returns a new empty "inputs" element
-
unsetInputs
void unsetInputs()
Unsets the "inputs" element
-
getOutputs
OutputsDocument.Outputs getOutputs()
Gets the "outputs" element
-
isSetOutputs
boolean isSetOutputs()
True if has "outputs" element
-
setOutputs
void setOutputs(OutputsDocument.Outputs outputs)
Sets the "outputs" element
-
addNewOutputs
OutputsDocument.Outputs addNewOutputs()
Appends and returns a new empty "outputs" element
-
unsetOutputs
void unsetOutputs()
Unsets the "outputs" element
-
getParameters
ComponentArrayType.Parameters getParameters()
Gets the "parameters" element
-
setParameters
void setParameters(ComponentArrayType.Parameters parameters)
Sets the "parameters" element
-
addNewParameters
ComponentArrayType.Parameters addNewParameters()
Appends and returns a new empty "parameters" element
-
getComponents
ComponentsDocument.Components getComponents()
Gets the "components" element
-
isSetComponents
boolean isSetComponents()
True if has "components" element
-
setComponents
void setComponents(ComponentsDocument.Components components)
Sets the "components" element
-
addNewComponents
ComponentsDocument.Components addNewComponents()
Appends and returns a new empty "components" element
-
unsetComponents
void unsetComponents()
Unsets the "components" element
-
getPositions
PositionsDocument.Positions getPositions()
Gets the "positions" element
-
isSetPositions
boolean isSetPositions()
True if has "positions" element
-
setPositions
void setPositions(PositionsDocument.Positions positions)
Sets the "positions" element
-
addNewPositions
PositionsDocument.Positions addNewPositions()
Appends and returns a new empty "positions" element
-
unsetPositions
void unsetPositions()
Unsets the "positions" element
-
getConnections
ConnectionsDocument.Connections getConnections()
Gets the "connections" element
-
isSetConnections
boolean isSetConnections()
True if has "connections" element
-
setConnections
void setConnections(ConnectionsDocument.Connections connections)
Sets the "connections" element
-
addNewConnections
ConnectionsDocument.Connections addNewConnections()
Appends and returns a new empty "connections" element
-
unsetConnections
void unsetConnections()
Unsets the "connections" element
-
-