Uses of Interface
net.opengis.sensorML.x101.ComponentArrayType.Parameters
-
Packages that use ComponentArrayType.Parameters Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of ComponentArrayType.Parameters in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return ComponentArrayType.Parameters Modifier and Type Method Description ComponentArrayType.ParametersComponentArrayType. addNewParameters()Appends and returns a new empty "parameters" elementComponentArrayType.ParametersComponentArrayType. getParameters()Gets the "parameters" elementstatic ComponentArrayType.ParametersComponentArrayType.Parameters.Factory. newInstance()static ComponentArrayType.ParametersComponentArrayType.Parameters.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type ComponentArrayType.Parameters Modifier and Type Method Description voidComponentArrayType. setParameters(ComponentArrayType.Parameters parameters)Sets the "parameters" element -
Uses of ComponentArrayType.Parameters in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement ComponentArrayType.Parameters Modifier and Type Class Description static classComponentArrayTypeImpl.ParametersImplAn XML parameters(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return ComponentArrayType.Parameters Modifier and Type Method Description ComponentArrayType.ParametersComponentArrayTypeImpl. addNewParameters()Appends and returns a new empty "parameters" elementComponentArrayType.ParametersComponentArrayTypeImpl. getParameters()Gets the "parameters" elementMethods in net.opengis.sensorML.x101.impl with parameters of type ComponentArrayType.Parameters Modifier and Type Method Description voidComponentArrayTypeImpl. setParameters(ComponentArrayType.Parameters parameters)Sets the "parameters" element
-