net.opengis.sensorML.x10
Interface ProcessChainType

All Superinterfaces:
AbstractFeatureType, AbstractGMLType, AbstractProcessType, AbstractPureProcessType, AbstractRestrictedProcessType, AbstractSMLType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ProcessChainTypeImpl

public interface ProcessChainType
extends AbstractPureProcessType

An XML ProcessChainType(@http://www.opengis.net/sensorML/1.0). This is a complex type.


Nested Class Summary
static class ProcessChainType.Factory
          A factory class with static methods for creating instances of this type.
 
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
 ComponentsDocument.Components getComponents()
          Gets the "components" element
 ConnectionsDocument.Connections getConnections()
          Gets the "connections" element
 void setComponents(ComponentsDocument.Components components)
          Sets the "components" element
 void setConnections(ConnectionsDocument.Connections connections)
          Sets the "connections" element
 
Methods inherited from interface net.opengis.sensorML.x10.AbstractPureProcessType
addNewInputs, addNewOutputs, addNewParameters, getInputs, getOutputs, getParameters, isSetInputs, isSetOutputs, isSetParameters, setInputs, setOutputs, setParameters, unsetInputs, unsetOutputs, unsetParameters
 
Methods inherited from interface net.opengis.sensorML.x10.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.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, 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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getComponents

ComponentsDocument.Components getComponents()
Gets the "components" element


setComponents

void setComponents(ComponentsDocument.Components components)
Sets the "components" element


addNewComponents

ComponentsDocument.Components addNewComponents()
Appends and returns a new empty "components" element


getConnections

ConnectionsDocument.Connections getConnections()
Gets the "connections" element


setConnections

void setConnections(ConnectionsDocument.Connections connections)
Sets the "connections" element


addNewConnections

ConnectionsDocument.Connections addNewConnections()
Appends and returns a new empty "connections" element



Copyright © 2004-2013 52north.org. All Rights Reserved.