Uses of Interface
net.opengis.swes.x20.DescribeSensorResponseType.Description
-
Packages that use DescribeSensorResponseType.Description Package Description net.opengis.swes.x20 net.opengis.swes.x20.impl -
-
Uses of DescribeSensorResponseType.Description in net.opengis.swes.x20
Methods in net.opengis.swes.x20 that return DescribeSensorResponseType.Description Modifier and Type Method Description DescribeSensorResponseType.DescriptionDescribeSensorResponseType. addNewDescription()Appends and returns a new empty value (as xml) as the last "description" elementDescribeSensorResponseType.Description[]DescribeSensorResponseType. getDescriptionArray()Gets array of all "description" elementsDescribeSensorResponseType.DescriptionDescribeSensorResponseType. getDescriptionArray(int i)Gets ith "description" elementDescribeSensorResponseType.DescriptionDescribeSensorResponseType. insertNewDescription(int i)Inserts and returns a new empty value (as xml) as the ith "description" elementstatic DescribeSensorResponseType.DescriptionDescribeSensorResponseType.Description.Factory. newInstance()static DescribeSensorResponseType.DescriptionDescribeSensorResponseType.Description.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swes.x20 with parameters of type DescribeSensorResponseType.Description Modifier and Type Method Description voidDescribeSensorResponseType. setDescriptionArray(int i, DescribeSensorResponseType.Description description)Sets ith "description" elementvoidDescribeSensorResponseType. setDescriptionArray(DescribeSensorResponseType.Description[] descriptionArray)Sets array of all "description" element -
Uses of DescribeSensorResponseType.Description in net.opengis.swes.x20.impl
Classes in net.opengis.swes.x20.impl that implement DescribeSensorResponseType.Description Modifier and Type Class Description static classDescribeSensorResponseTypeImpl.DescriptionImplAn XML description(@http://www.opengis.net/swes/2.0).Methods in net.opengis.swes.x20.impl that return DescribeSensorResponseType.Description Modifier and Type Method Description DescribeSensorResponseType.DescriptionDescribeSensorResponseTypeImpl. addNewDescription()Appends and returns a new empty value (as xml) as the last "description" elementDescribeSensorResponseType.Description[]DescribeSensorResponseTypeImpl. getDescriptionArray()Gets array of all "description" elementsDescribeSensorResponseType.DescriptionDescribeSensorResponseTypeImpl. getDescriptionArray(int i)Gets ith "description" elementDescribeSensorResponseType.DescriptionDescribeSensorResponseTypeImpl. insertNewDescription(int i)Inserts and returns a new empty value (as xml) as the ith "description" elementMethods in net.opengis.swes.x20.impl with parameters of type DescribeSensorResponseType.Description Modifier and Type Method Description voidDescribeSensorResponseTypeImpl. setDescriptionArray(int i, DescribeSensorResponseType.Description description)Sets ith "description" elementvoidDescribeSensorResponseTypeImpl. setDescriptionArray(DescribeSensorResponseType.Description[] descriptionArray)Sets array of all "description" element
-