net.opengis.sensorML.x10
Interface AbstractPureProcessType

All Superinterfaces:
AbstractFeatureType, AbstractGMLType, AbstractProcessType, AbstractRestrictedProcessType, AbstractSMLType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Subinterfaces:
ProcessChainType, ProcessModelType
All Known Implementing Classes:
AbstractPureProcessTypeImpl, ProcessChainTypeImpl, ProcessModelTypeImpl

public interface AbstractPureProcessType
extends AbstractRestrictedProcessType

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


Nested Class Summary
static class AbstractPureProcessType.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
 InputsDocument.Inputs addNewInputs()
          Appends and returns a new empty "inputs" element
 OutputsDocument.Outputs addNewOutputs()
          Appends and returns a new empty "outputs" element
 ParametersDocument.Parameters addNewParameters()
          Appends and returns a new empty "parameters" element
 InputsDocument.Inputs getInputs()
          Gets the "inputs" element
 OutputsDocument.Outputs getOutputs()
          Gets the "outputs" element
 ParametersDocument.Parameters getParameters()
          Gets the "parameters" element
 boolean isSetInputs()
          True if has "inputs" element
 boolean isSetOutputs()
          True if has "outputs" element
 boolean isSetParameters()
          True if has "parameters" element
 void setInputs(InputsDocument.Inputs inputs)
          Sets the "inputs" element
 void setOutputs(OutputsDocument.Outputs outputs)
          Sets the "outputs" element
 void setParameters(ParametersDocument.Parameters parameters)
          Sets the "parameters" element
 void unsetInputs()
          Unsets the "inputs" element
 void unsetOutputs()
          Unsets the "outputs" element
 void unsetParameters()
          Unsets the "parameters" element
 
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, 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

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

ParametersDocument.Parameters getParameters()
Gets the "parameters" element


isSetParameters

boolean isSetParameters()
True if has "parameters" element


setParameters

void setParameters(ParametersDocument.Parameters parameters)
Sets the "parameters" element


addNewParameters

ParametersDocument.Parameters addNewParameters()
Appends and returns a new empty "parameters" element


unsetParameters

void unsetParameters()
Unsets the "parameters" element



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