Uses of Interface
net.opengis.ows.x11.ValueType

Packages that use ValueType
net.opengis.ows.x11   
net.opengis.ows.x11.impl   
 

Uses of ValueType in net.opengis.ows.x11
 

Methods in net.opengis.ows.x11 that return ValueType
 ValueType UnNamedDomainType.addNewDefaultValue()
          Appends and returns a new empty "DefaultValue" element
 ValueType DefaultValueDocument.addNewDefaultValue()
          Appends and returns a new empty "DefaultValue" element
 ValueType RangeType.addNewMaximumValue()
          Appends and returns a new empty "MaximumValue" element
 ValueType MaximumValueDocument.addNewMaximumValue()
          Appends and returns a new empty "MaximumValue" element
 ValueType RangeType.addNewMinimumValue()
          Appends and returns a new empty "MinimumValue" element
 ValueType MinimumValueDocument.addNewMinimumValue()
          Appends and returns a new empty "MinimumValue" element
 ValueType SpacingDocument.addNewSpacing()
          Appends and returns a new empty "Spacing" element
 ValueType RangeType.addNewSpacing()
          Appends and returns a new empty "Spacing" element
 ValueType ValueDocument.addNewValue()
          Appends and returns a new empty "Value" element
 ValueType AllowedValuesDocument.AllowedValues.addNewValue()
          Appends and returns a new empty value (as xml) as the last "Value" element
 ValueType UnNamedDomainType.getDefaultValue()
          Gets the "DefaultValue" element
 ValueType DefaultValueDocument.getDefaultValue()
          Gets the "DefaultValue" element
 ValueType RangeType.getMaximumValue()
          Gets the "MaximumValue" element
 ValueType MaximumValueDocument.getMaximumValue()
          Gets the "MaximumValue" element
 ValueType RangeType.getMinimumValue()
          Gets the "MinimumValue" element
 ValueType MinimumValueDocument.getMinimumValue()
          Gets the "MinimumValue" element
 ValueType SpacingDocument.getSpacing()
          Gets the "Spacing" element
 ValueType RangeType.getSpacing()
          Gets the "Spacing" element
 ValueType ValueDocument.getValue()
          Gets the "Value" element
 ValueType[] AllowedValuesDocument.AllowedValues.getValueArray()
          Gets array of all "Value" elements
 ValueType AllowedValuesDocument.AllowedValues.getValueArray(int i)
          Gets ith "Value" element
 ValueType AllowedValuesDocument.AllowedValues.insertNewValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "Value" element
static ValueType ValueType.Factory.newInstance()
           
static ValueType ValueType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(File file)
           
static ValueType ValueType.Factory.parse(File file, org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(InputStream is)
           
static ValueType ValueType.Factory.parse(InputStream is, org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(Node node)
           
static ValueType ValueType.Factory.parse(Node node, org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(Reader r)
           
static ValueType ValueType.Factory.parse(Reader r, org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(String xmlAsString)
           
static ValueType ValueType.Factory.parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(URL u)
           
static ValueType ValueType.Factory.parse(URL u, org.apache.xmlbeans.XmlOptions options)
           
static ValueType ValueType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
          Deprecated. XMLInputStream
static ValueType ValueType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)
          Deprecated. XMLInputStream
static ValueType ValueType.Factory.parse(XMLStreamReader sr)
           
static ValueType ValueType.Factory.parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)
           
 

Methods in net.opengis.ows.x11 with parameters of type ValueType
 void UnNamedDomainType.setDefaultValue(ValueType defaultValue)
          Sets the "DefaultValue" element
 void DefaultValueDocument.setDefaultValue(ValueType defaultValue)
          Sets the "DefaultValue" element
 void RangeType.setMaximumValue(ValueType maximumValue)
          Sets the "MaximumValue" element
 void MaximumValueDocument.setMaximumValue(ValueType maximumValue)
          Sets the "MaximumValue" element
 void RangeType.setMinimumValue(ValueType minimumValue)
          Sets the "MinimumValue" element
 void MinimumValueDocument.setMinimumValue(ValueType minimumValue)
          Sets the "MinimumValue" element
 void SpacingDocument.setSpacing(ValueType spacing)
          Sets the "Spacing" element
 void RangeType.setSpacing(ValueType spacing)
          Sets the "Spacing" element
 void ValueDocument.setValue(ValueType value)
          Sets the "Value" element
 void AllowedValuesDocument.AllowedValues.setValueArray(int i, ValueType value)
          Sets ith "Value" element
 void AllowedValuesDocument.AllowedValues.setValueArray(ValueType[] valueArray)
          Sets array of all "Value" element
 

Uses of ValueType in net.opengis.ows.x11.impl
 

Classes in net.opengis.ows.x11.impl that implement ValueType
 class ValueTypeImpl
          An XML ValueType(@http://www.opengis.net/ows/1.1).
 

Methods in net.opengis.ows.x11.impl that return ValueType
 ValueType UnNamedDomainTypeImpl.addNewDefaultValue()
          Appends and returns a new empty "DefaultValue" element
 ValueType DefaultValueDocumentImpl.addNewDefaultValue()
          Appends and returns a new empty "DefaultValue" element
 ValueType RangeTypeImpl.addNewMaximumValue()
          Appends and returns a new empty "MaximumValue" element
 ValueType MaximumValueDocumentImpl.addNewMaximumValue()
          Appends and returns a new empty "MaximumValue" element
 ValueType RangeTypeImpl.addNewMinimumValue()
          Appends and returns a new empty "MinimumValue" element
 ValueType MinimumValueDocumentImpl.addNewMinimumValue()
          Appends and returns a new empty "MinimumValue" element
 ValueType SpacingDocumentImpl.addNewSpacing()
          Appends and returns a new empty "Spacing" element
 ValueType RangeTypeImpl.addNewSpacing()
          Appends and returns a new empty "Spacing" element
 ValueType ValueDocumentImpl.addNewValue()
          Appends and returns a new empty "Value" element
 ValueType AllowedValuesDocumentImpl.AllowedValuesImpl.addNewValue()
          Appends and returns a new empty value (as xml) as the last "Value" element
 ValueType UnNamedDomainTypeImpl.getDefaultValue()
          Gets the "DefaultValue" element
 ValueType DefaultValueDocumentImpl.getDefaultValue()
          Gets the "DefaultValue" element
 ValueType RangeTypeImpl.getMaximumValue()
          Gets the "MaximumValue" element
 ValueType MaximumValueDocumentImpl.getMaximumValue()
          Gets the "MaximumValue" element
 ValueType RangeTypeImpl.getMinimumValue()
          Gets the "MinimumValue" element
 ValueType MinimumValueDocumentImpl.getMinimumValue()
          Gets the "MinimumValue" element
 ValueType SpacingDocumentImpl.getSpacing()
          Gets the "Spacing" element
 ValueType RangeTypeImpl.getSpacing()
          Gets the "Spacing" element
 ValueType ValueDocumentImpl.getValue()
          Gets the "Value" element
 ValueType[] AllowedValuesDocumentImpl.AllowedValuesImpl.getValueArray()
          Gets array of all "Value" elements
 ValueType AllowedValuesDocumentImpl.AllowedValuesImpl.getValueArray(int i)
          Gets ith "Value" element
 ValueType AllowedValuesDocumentImpl.AllowedValuesImpl.insertNewValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "Value" element
 

Methods in net.opengis.ows.x11.impl with parameters of type ValueType
 void UnNamedDomainTypeImpl.setDefaultValue(ValueType defaultValue)
          Sets the "DefaultValue" element
 void DefaultValueDocumentImpl.setDefaultValue(ValueType defaultValue)
          Sets the "DefaultValue" element
 void RangeTypeImpl.setMaximumValue(ValueType maximumValue)
          Sets the "MaximumValue" element
 void MaximumValueDocumentImpl.setMaximumValue(ValueType maximumValue)
          Sets the "MaximumValue" element
 void RangeTypeImpl.setMinimumValue(ValueType minimumValue)
          Sets the "MinimumValue" element
 void MinimumValueDocumentImpl.setMinimumValue(ValueType minimumValue)
          Sets the "MinimumValue" element
 void SpacingDocumentImpl.setSpacing(ValueType spacing)
          Sets the "Spacing" element
 void RangeTypeImpl.setSpacing(ValueType spacing)
          Sets the "Spacing" element
 void ValueDocumentImpl.setValue(ValueType value)
          Sets the "Value" element
 void AllowedValuesDocumentImpl.AllowedValuesImpl.setValueArray(int i, ValueType value)
          Sets ith "Value" element
 void AllowedValuesDocumentImpl.AllowedValuesImpl.setValueArray(ValueType[] valueArray)
          Sets array of all "Value" element
 



Copyright © 2004-2012 52north.org. All Rights Reserved.