|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractDerivableProcessType
An XML AbstractDerivableProcessType(@http://www.opengis.net/sensorML/1.0). This is a complex type.
Nested Class Summary | |
---|---|
static class |
AbstractDerivableProcessType.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 | |
---|---|
ComponentsPropertyType |
addNewComponents()
Appends and returns a new empty "components" element |
ConnectionsPropertyType |
addNewConnections()
Appends and returns a new empty "connections" element |
DataSourcesPropertyType |
addNewDataSources()
Appends and returns a new empty "dataSources" element |
InputsPropertyType |
addNewInputs()
Appends and returns a new empty "inputs" element |
MethodPropertyType |
addNewMethod()
Appends and returns a new empty "method" element |
OutputsPropertyType |
addNewOutputs()
Appends and returns a new empty "outputs" element |
ParametersPropertyType |
addNewParameters()
Appends and returns a new empty "parameters" element |
ComponentsPropertyType |
getComponents()
Gets the "components" element |
ConnectionsPropertyType |
getConnections()
Gets the "connections" element |
DataSourcesPropertyType |
getDataSources()
Gets the "dataSources" element |
InputsPropertyType |
getInputs()
Gets the "inputs" element |
MethodPropertyType |
getMethod()
Gets the "method" element |
OutputsPropertyType |
getOutputs()
Gets the "outputs" element |
ParametersPropertyType |
getParameters()
Gets the "parameters" element |
boolean |
isSetComponents()
True if has "components" element |
boolean |
isSetConnections()
True if has "connections" element |
boolean |
isSetDataSources()
True if has "dataSources" element |
boolean |
isSetInputs()
True if has "inputs" element |
boolean |
isSetMethod()
True if has "method" element |
boolean |
isSetOutputs()
True if has "outputs" element |
boolean |
isSetParameters()
True if has "parameters" element |
void |
setComponents(ComponentsPropertyType components)
Sets the "components" element |
void |
setConnections(ConnectionsPropertyType connections)
Sets the "connections" element |
void |
setDataSources(DataSourcesPropertyType dataSources)
Sets the "dataSources" element |
void |
setInputs(InputsPropertyType inputs)
Sets the "inputs" element |
void |
setMethod(MethodPropertyType method)
Sets the "method" element |
void |
setOutputs(OutputsPropertyType outputs)
Sets the "outputs" element |
void |
setParameters(ParametersPropertyType parameters)
Sets the "parameters" element |
void |
unsetComponents()
Unsets the "components" element |
void |
unsetConnections()
Unsets the "connections" element |
void |
unsetDataSources()
Unsets the "dataSources" element |
void |
unsetInputs()
Unsets the "inputs" element |
void |
unsetMethod()
Unsets the "method" element |
void |
unsetOutputs()
Unsets the "outputs" element |
void |
unsetParameters()
Unsets the "parameters" 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, 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 |
---|
InputsPropertyType getInputs()
boolean isSetInputs()
void setInputs(InputsPropertyType inputs)
InputsPropertyType addNewInputs()
void unsetInputs()
OutputsPropertyType getOutputs()
boolean isSetOutputs()
void setOutputs(OutputsPropertyType outputs)
OutputsPropertyType addNewOutputs()
void unsetOutputs()
ParametersPropertyType getParameters()
boolean isSetParameters()
void setParameters(ParametersPropertyType parameters)
ParametersPropertyType addNewParameters()
void unsetParameters()
MethodPropertyType getMethod()
boolean isSetMethod()
void setMethod(MethodPropertyType method)
MethodPropertyType addNewMethod()
void unsetMethod()
ComponentsPropertyType getComponents()
boolean isSetComponents()
void setComponents(ComponentsPropertyType components)
ComponentsPropertyType addNewComponents()
void unsetComponents()
DataSourcesPropertyType getDataSources()
boolean isSetDataSources()
void setDataSources(DataSourcesPropertyType dataSources)
DataSourcesPropertyType addNewDataSources()
void unsetDataSources()
ConnectionsPropertyType getConnections()
boolean isSetConnections()
void setConnections(ConnectionsPropertyType connections)
ConnectionsPropertyType addNewConnections()
void unsetConnections()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |