Uses of Interface
net.opengis.swe.x20.AllowedValuesType
-
Packages that use AllowedValuesType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of AllowedValuesType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeAllowedValuesDocument. addNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyByValueType. addNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyType. addNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedValuesTypeAllowedValuesDocument. getAllowedValues()Gets the "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyByValueType. getAllowedValues()Gets the "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyType. getAllowedValues()Gets the "AllowedValues" elementstatic AllowedValuesTypeAllowedValuesType.Factory. newInstance()static AllowedValuesTypeAllowedValuesType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(File file)static AllowedValuesTypeAllowedValuesType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(InputStream is)static AllowedValuesTypeAllowedValuesType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(Reader r)static AllowedValuesTypeAllowedValuesType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(String xmlAsString)static AllowedValuesTypeAllowedValuesType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(URL u)static AllowedValuesTypeAllowedValuesType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(XMLStreamReader sr)static AllowedValuesTypeAllowedValuesType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AllowedValuesTypeAllowedValuesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AllowedValuesTypeAllowedValuesType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AllowedValuesTypeAllowedValuesType.Factory. parse(Node node)static AllowedValuesTypeAllowedValuesType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type AllowedValuesType Modifier and Type Method Description voidAllowedValuesDocument. setAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" elementvoidAllowedValuesPropertyByValueType. setAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" elementvoidAllowedValuesPropertyType. setAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" element -
Uses of AllowedValuesType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement AllowedValuesType Modifier and Type Class Description classAllowedValuesTypeImplAn XML AllowedValuesType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return AllowedValuesType Modifier and Type Method Description AllowedValuesTypeAllowedValuesDocumentImpl. addNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyByValueTypeImpl. addNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyTypeImpl. addNewAllowedValues()Appends and returns a new empty "AllowedValues" elementAllowedValuesTypeAllowedValuesDocumentImpl. getAllowedValues()Gets the "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyByValueTypeImpl. getAllowedValues()Gets the "AllowedValues" elementAllowedValuesTypeAllowedValuesPropertyTypeImpl. getAllowedValues()Gets the "AllowedValues" elementMethods in net.opengis.swe.x20.impl with parameters of type AllowedValuesType Modifier and Type Method Description voidAllowedValuesDocumentImpl. setAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" elementvoidAllowedValuesPropertyByValueTypeImpl. setAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" elementvoidAllowedValuesPropertyTypeImpl. setAllowedValues(AllowedValuesType allowedValues)Sets the "AllowedValues" element
-