Uses of Interface
net.opengis.swe.x101.AllowedValuesPropertyType
-
Packages that use AllowedValuesPropertyType Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of AllowedValuesPropertyType in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return AllowedValuesPropertyType Modifier and Type Method Description AllowedValuesPropertyTypeCountDocument.Count. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeCountRangeDocument.CountRange. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeQuantityDocument.Quantity. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeQuantityRangeDocument.QuantityRange. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeCountDocument.Count. getConstraint()Gets the "constraint" elementAllowedValuesPropertyTypeCountRangeDocument.CountRange. getConstraint()Gets the "constraint" elementAllowedValuesPropertyTypeQuantityDocument.Quantity. getConstraint()Gets the "constraint" elementAllowedValuesPropertyTypeQuantityRangeDocument.QuantityRange. getConstraint()Gets the "constraint" elementstatic AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. newInstance()static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(File file)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(InputStream is)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(Reader r)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(String xmlAsString)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(URL u)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(XMLStreamReader sr)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(Node node)static AllowedValuesPropertyTypeAllowedValuesPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type AllowedValuesPropertyType Modifier and Type Method Description voidCountDocument.Count. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" elementvoidCountRangeDocument.CountRange. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" elementvoidQuantityDocument.Quantity. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" elementvoidQuantityRangeDocument.QuantityRange. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" element -
Uses of AllowedValuesPropertyType in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement AllowedValuesPropertyType Modifier and Type Class Description classAllowedValuesPropertyTypeImplAn XML AllowedValuesPropertyType(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return AllowedValuesPropertyType Modifier and Type Method Description AllowedValuesPropertyTypeCountDocumentImpl.CountImpl. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeCountRangeDocumentImpl.CountRangeImpl. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeQuantityDocumentImpl.QuantityImpl. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeQuantityRangeDocumentImpl.QuantityRangeImpl. addNewConstraint()Appends and returns a new empty "constraint" elementAllowedValuesPropertyTypeCountDocumentImpl.CountImpl. getConstraint()Gets the "constraint" elementAllowedValuesPropertyTypeCountRangeDocumentImpl.CountRangeImpl. getConstraint()Gets the "constraint" elementAllowedValuesPropertyTypeQuantityDocumentImpl.QuantityImpl. getConstraint()Gets the "constraint" elementAllowedValuesPropertyTypeQuantityRangeDocumentImpl.QuantityRangeImpl. getConstraint()Gets the "constraint" elementMethods in net.opengis.swe.x101.impl with parameters of type AllowedValuesPropertyType Modifier and Type Method Description voidCountDocumentImpl.CountImpl. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" elementvoidCountRangeDocumentImpl.CountRangeImpl. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" elementvoidQuantityDocumentImpl.QuantityImpl. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" elementvoidQuantityRangeDocumentImpl.QuantityRangeImpl. setConstraint(AllowedValuesPropertyType constraint)Sets the "constraint" element
-