Uses of Interface
net.opengis.swes.x20.SensorDescriptionType.Data
-
Packages that use SensorDescriptionType.Data Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of SensorDescriptionType.Data in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return SensorDescriptionType.Data Modifier and Type Method Description SensorDescriptionType.DataSensorDescriptionType. addNewData()Appends and returns a new empty "data" elementSensorDescriptionType.DataSensorDescriptionType. getData()Gets the "data" elementstatic SensorDescriptionType.DataSensorDescriptionType.Data.Factory. newInstance()static SensorDescriptionType.DataSensorDescriptionType.Data.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type SensorDescriptionType.Data Modifier and Type Method Description voidSensorDescriptionType. setData(SensorDescriptionType.Data data)Sets the "data" element -
Uses of SensorDescriptionType.Data in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement SensorDescriptionType.Data Modifier and Type Class Description static classSensorDescriptionTypeImpl.DataImplAn XML data(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return SensorDescriptionType.Data Modifier and Type Method Description SensorDescriptionType.DataSensorDescriptionTypeImpl. addNewData()Appends and returns a new empty "data" elementSensorDescriptionType.DataSensorDescriptionTypeImpl. getData()Gets the "data" elementMethods in net.opengis.swes.x20.impl with parameters of type SensorDescriptionType.Data Modifier and Type Method Description voidSensorDescriptionTypeImpl. setData(SensorDescriptionType.Data data)Sets the "data" element
-