Uses of Interface
net.opengis.sensorML.x101.DataSourceType.Values
-
Packages that use DataSourceType.Values Package Description net.opengis.sensorML.x101 net.opengis.sensorML.x101.impl -
-
Uses of DataSourceType.Values in net.opengis.sensorML.x101
Methods in net.opengis.sensorML.x101 that return DataSourceType.Values Modifier and Type Method Description DataSourceType.ValuesDataSourceType. addNewValues()Appends and returns a new empty "values" elementDataSourceType.ValuesDataSourceType. getValues()Gets the "values" elementstatic DataSourceType.ValuesDataSourceType.Values.Factory. newInstance()static DataSourceType.ValuesDataSourceType.Values.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.sensorML.x101 with parameters of type DataSourceType.Values Modifier and Type Method Description voidDataSourceType. setValues(DataSourceType.Values values)Sets the "values" element -
Uses of DataSourceType.Values in net.opengis.sensorML.x101.impl
Classes in net.opengis.sensorML.x101.impl that implement DataSourceType.Values Modifier and Type Class Description static classDataSourceTypeImpl.ValuesImplAn XML values(@http://www.opengis.net/sensorML/1.0.1).Methods in net.opengis.sensorML.x101.impl that return DataSourceType.Values Modifier and Type Method Description DataSourceType.ValuesDataSourceTypeImpl. addNewValues()Appends and returns a new empty "values" elementDataSourceType.ValuesDataSourceTypeImpl. getValues()Gets the "values" elementMethods in net.opengis.sensorML.x101.impl with parameters of type DataSourceType.Values Modifier and Type Method Description voidDataSourceTypeImpl. setValues(DataSourceType.Values values)Sets the "values" element
-