Package net.opengis.sensorml.x20
Interface AggregateProcessType
-
- All Superinterfaces:
AbstractFeatureType,AbstractGMLType,AbstractProcessType,DescribedObjectType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AggregateProcessTypeImpl
public interface AggregateProcessType extends AbstractProcessType
An XML AggregateProcessType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAggregateProcessType.FactoryA factory class with static methods for creating instances of this type.-
Nested classes/interfaces inherited from interface net.opengis.sensorml.x20.AbstractProcessType
AbstractProcessType.Configuration, AbstractProcessType.FeaturesOfInterest, AbstractProcessType.Inputs, AbstractProcessType.Modes, AbstractProcessType.Outputs, AbstractProcessType.Parameters
-
Nested classes/interfaces inherited from interface net.opengis.sensorml.x20.DescribedObjectType
DescribedObjectType.Capabilities, DescribedObjectType.Characteristics, DescribedObjectType.ValidTime
-
-
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 ComponentListPropertyTypeaddNewComponents()Appends and returns a new empty "components" elementConnectionListPropertyTypeaddNewConnections()Appends and returns a new empty "connections" elementComponentListPropertyTypegetComponents()Gets the "components" elementConnectionListPropertyTypegetConnections()Gets the "connections" elementbooleanisSetComponents()True if has "components" elementbooleanisSetConnections()True if has "connections" elementvoidsetComponents(ComponentListPropertyType components)Sets the "components" elementvoidsetConnections(ConnectionListPropertyType connections)Sets the "connections" elementvoidunsetComponents()Unsets the "components" elementvoidunsetConnections()Unsets the "connections" element-
Methods inherited from interface net.opengis.gml.x32.AbstractFeatureType
addNewBoundedBy, addNewLocation, getBoundedBy, getLocation, isNilBoundedBy, isSetBoundedBy, isSetLocation, setBoundedBy, setLocation, setNilBoundedBy, unsetBoundedBy, unsetLocation
-
Methods inherited from interface net.opengis.gml.x32.AbstractGMLType
addNewDescription, addNewDescriptionReference, addNewIdentifier, addNewMetaDataProperty, addNewName, getDescription, getDescriptionReference, getId, getIdentifier, getMetaDataPropertyArray, getMetaDataPropertyArray, getNameArray, getNameArray, insertNewMetaDataProperty, insertNewName, isSetDescription, isSetDescriptionReference, isSetIdentifier, removeMetaDataProperty, removeName, setDescription, setDescriptionReference, setId, setIdentifier, setMetaDataPropertyArray, setMetaDataPropertyArray, setNameArray, setNameArray, sizeOfMetaDataPropertyArray, sizeOfNameArray, unsetDescription, unsetDescriptionReference, unsetIdentifier, xgetId, xsetId
-
Methods inherited from interface net.opengis.sensorml.x20.AbstractProcessType
addNewConfiguration, addNewFeaturesOfInterest, addNewInputs, addNewModes, addNewOutputs, addNewParameters, addNewTypeOf, getConfiguration, getDefinition, getFeaturesOfInterest, getInputs, getModesArray, getModesArray, getOutputs, getParameters, getTypeOf, insertNewModes, isSetConfiguration, isSetDefinition, isSetFeaturesOfInterest, isSetInputs, isSetOutputs, isSetParameters, isSetTypeOf, removeModes, setConfiguration, setDefinition, setFeaturesOfInterest, setInputs, setModesArray, setModesArray, setOutputs, setParameters, setTypeOf, sizeOfModesArray, unsetConfiguration, unsetDefinition, unsetFeaturesOfInterest, unsetInputs, unsetOutputs, unsetParameters, unsetTypeOf, xgetDefinition, xsetDefinition
-
Methods inherited from interface net.opengis.sensorml.x20.DescribedObjectType
addNewCapabilities, addNewCharacteristics, addNewClassification, addNewContacts, addNewDocumentation, addNewExtension, addNewHistory, addNewIdentification, addNewKeywords, addNewLegalConstraints, addNewSecurityConstraints, addNewValidTime, getCapabilitiesArray, getCapabilitiesArray, getCharacteristicsArray, getCharacteristicsArray, getClassificationArray, getClassificationArray, getContactsArray, getContactsArray, getDocumentationArray, getDocumentationArray, getExtensionArray, getExtensionArray, getHistoryArray, getHistoryArray, getIdentificationArray, getIdentificationArray, getKeywordsArray, getKeywordsArray, getLang, getLegalConstraintsArray, getLegalConstraintsArray, getSecurityConstraintsArray, getSecurityConstraintsArray, getValidTimeArray, getValidTimeArray, insertNewCapabilities, insertNewCharacteristics, insertNewClassification, insertNewContacts, insertNewDocumentation, insertNewExtension, insertNewHistory, insertNewIdentification, insertNewKeywords, insertNewLegalConstraints, insertNewSecurityConstraints, insertNewValidTime, isSetLang, removeCapabilities, removeCharacteristics, removeClassification, removeContacts, removeDocumentation, removeExtension, removeHistory, removeIdentification, removeKeywords, removeLegalConstraints, removeSecurityConstraints, removeValidTime, setCapabilitiesArray, setCapabilitiesArray, setCharacteristicsArray, setCharacteristicsArray, setClassificationArray, setClassificationArray, setContactsArray, setContactsArray, setDocumentationArray, setDocumentationArray, setExtensionArray, setExtensionArray, setHistoryArray, setHistoryArray, setIdentificationArray, setIdentificationArray, setKeywordsArray, setKeywordsArray, setLang, setLegalConstraintsArray, setLegalConstraintsArray, setSecurityConstraintsArray, setSecurityConstraintsArray, setValidTimeArray, setValidTimeArray, sizeOfCapabilitiesArray, sizeOfCharacteristicsArray, sizeOfClassificationArray, sizeOfContactsArray, sizeOfDocumentationArray, sizeOfExtensionArray, sizeOfHistoryArray, sizeOfIdentificationArray, sizeOfKeywordsArray, sizeOfLegalConstraintsArray, sizeOfSecurityConstraintsArray, sizeOfValidTimeArray, unsetLang, xgetLang, xsetLang
-
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
-
getComponents
ComponentListPropertyType getComponents()
Gets the "components" element
-
isSetComponents
boolean isSetComponents()
True if has "components" element
-
setComponents
void setComponents(ComponentListPropertyType components)
Sets the "components" element
-
addNewComponents
ComponentListPropertyType addNewComponents()
Appends and returns a new empty "components" element
-
unsetComponents
void unsetComponents()
Unsets the "components" element
-
getConnections
ConnectionListPropertyType getConnections()
Gets the "connections" element
-
isSetConnections
boolean isSetConnections()
True if has "connections" element
-
setConnections
void setConnections(ConnectionListPropertyType connections)
Sets the "connections" element
-
addNewConnections
ConnectionListPropertyType addNewConnections()
Appends and returns a new empty "connections" element
-
unsetConnections
void unsetConnections()
Unsets the "connections" element
-
-