Uses of Class
net.opengis.ows.v_2_0.ValueType

Uses of ValueType in net.opengis.ows.v_2_0
 

Fields in net.opengis.ows.v_2_0 declared as ValueType
protected  ValueType UnNamedDomainType.defaultValue
           
protected  ValueType RangeType.maximumValue
           
protected  ValueType RangeType.minimumValue
           
protected  ValueType RangeType.spacing
           
 

Methods in net.opengis.ows.v_2_0 that return ValueType
 ValueType ObjectFactory.createValueType()
          Create an instance of ValueType
 ValueType UnNamedDomainType.getDefaultValue()
          Optional default value for this quantity, which should be included when this quantity has a default value.
 ValueType RangeType.getMaximumValue()
          Gets the value of the maximumValue property.
 ValueType RangeType.getMinimumValue()
          Gets the value of the minimumValue property.
 ValueType RangeType.getSpacing()
          Shall be included when the allowed values are NOT continuous in this range.
 ValueType ValueType.withValue(String value)
           
 

Methods in net.opengis.ows.v_2_0 that return types with arguments of type ValueType
 JAXBElement<ValueType> ObjectFactory.createDefaultValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createMaximumValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createMinimumValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createSpacing(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 

Methods in net.opengis.ows.v_2_0 with parameters of type ValueType
 JAXBElement<ValueType> ObjectFactory.createDefaultValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createMaximumValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createMinimumValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createSpacing(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 JAXBElement<ValueType> ObjectFactory.createValue(ValueType value)
          Create an instance of JAXBElement<ValueType>}
 void UnNamedDomainType.setDefaultValue(ValueType value)
          Sets the value of the defaultValue property.
 void RangeType.setMaximumValue(ValueType value)
          Sets the value of the maximumValue property.
 void RangeType.setMinimumValue(ValueType value)
          Sets the value of the minimumValue property.
 void RangeType.setSpacing(ValueType value)
          Sets the value of the spacing property.
 UnNamedDomainType UnNamedDomainType.withDefaultValue(ValueType value)
           
 DomainType DomainType.withDefaultValue(ValueType value)
           
 RangeType RangeType.withMaximumValue(ValueType value)
           
 RangeType RangeType.withMinimumValue(ValueType value)
           
 RangeType RangeType.withSpacing(ValueType value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.