Uses of Interface
net.opengis.sensorML.x101.ParametersDocument.Parameters
-
Packages that use ParametersDocument.Parameters Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ParametersDocument.Parameters in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ParametersDocument.Parameters Modifier and Type Method Description ParametersDocument.ParametersAbstractComponentType. addNewParameters()Appends and returns a new empty "parameters" elementParametersDocument.ParametersAbstractPureProcessType. addNewParameters()Appends and returns a new empty "parameters" elementParametersDocument.ParametersParametersDocument. addNewParameters()Appends and returns a new empty "parameters" elementParametersDocument.ParametersAbstractComponentType. getParameters()Gets the "parameters" elementParametersDocument.ParametersAbstractPureProcessType. getParameters()Gets the "parameters" elementParametersDocument.ParametersParametersDocument. getParameters()Gets the "parameters" elementstatic ParametersDocument.ParametersParametersDocument.Parameters.Factory. newInstance()static ParametersDocument.ParametersParametersDocument.Parameters.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ParametersDocument.Parameters Modifier and Type Method Description voidAbstractComponentType. setParameters(ParametersDocument.Parameters parameters)Sets the "parameters" elementvoidAbstractPureProcessType. setParameters(ParametersDocument.Parameters parameters)Sets the "parameters" elementvoidParametersDocument. setParameters(ParametersDocument.Parameters parameters)Sets the "parameters" element -
Uses of ParametersDocument.Parameters in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ParametersDocument.Parameters Modifier and Type Class Description static classParametersDocumentImpl.ParametersImplAn XML parameters(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ParametersDocument.Parameters Modifier and Type Method Description ParametersDocument.ParametersAbstractComponentTypeImpl. addNewParameters()Appends and returns a new empty "parameters" elementParametersDocument.ParametersAbstractPureProcessTypeImpl. addNewParameters()Appends and returns a new empty "parameters" elementParametersDocument.ParametersParametersDocumentImpl. addNewParameters()Appends and returns a new empty "parameters" elementParametersDocument.ParametersAbstractComponentTypeImpl. getParameters()Gets the "parameters" elementParametersDocument.ParametersAbstractPureProcessTypeImpl. getParameters()Gets the "parameters" elementParametersDocument.ParametersParametersDocumentImpl. getParameters()Gets the "parameters" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ParametersDocument.Parameters Modifier and Type Method Description voidAbstractComponentTypeImpl. setParameters(ParametersDocument.Parameters parameters)Sets the "parameters" elementvoidAbstractPureProcessTypeImpl. setParameters(ParametersDocument.Parameters parameters)Sets the "parameters" elementvoidParametersDocumentImpl. setParameters(ParametersDocument.Parameters parameters)Sets the "parameters" element
-