Uses of Interface
net.opengis.swe.x20.DataChoiceType.ChoiceValue
-
Packages that use DataChoiceType.ChoiceValue Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of DataChoiceType.ChoiceValue in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return DataChoiceType.ChoiceValue Modifier and Type Method Description DataChoiceType.ChoiceValueDataChoiceType. addNewChoiceValue()Appends and returns a new empty "choiceValue" elementDataChoiceType.ChoiceValueDataChoiceType. getChoiceValue()Gets the "choiceValue" elementstatic DataChoiceType.ChoiceValueDataChoiceType.ChoiceValue.Factory. newInstance()static DataChoiceType.ChoiceValueDataChoiceType.ChoiceValue.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type DataChoiceType.ChoiceValue Modifier and Type Method Description voidDataChoiceType. setChoiceValue(DataChoiceType.ChoiceValue choiceValue)Sets the "choiceValue" element -
Uses of DataChoiceType.ChoiceValue in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement DataChoiceType.ChoiceValue Modifier and Type Class Description static classDataChoiceTypeImpl.ChoiceValueImplAn XML choiceValue(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return DataChoiceType.ChoiceValue Modifier and Type Method Description DataChoiceType.ChoiceValueDataChoiceTypeImpl. addNewChoiceValue()Appends and returns a new empty "choiceValue" elementDataChoiceType.ChoiceValueDataChoiceTypeImpl. getChoiceValue()Gets the "choiceValue" elementMethods in net.opengis.swe.x20.impl with parameters of type DataChoiceType.ChoiceValue Modifier and Type Method Description voidDataChoiceTypeImpl. setChoiceValue(DataChoiceType.ChoiceValue choiceValue)Sets the "choiceValue" element
-