Uses of Class
net.opengis.wfs.v_2_0.ValueListType

Uses of ValueListType in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 declared as ValueListType
protected  ValueListType ElementType.valueList
           
 

Methods in net.opengis.wfs.v_2_0 that return ValueListType
 ValueListType ObjectFactory.createValueListType()
          Create an instance of ValueListType
 ValueListType ElementType.getValueList()
          Gets the value of the valueList property.
 ValueListType ValueListType.withValue(Collection<Object> values)
           
 ValueListType ValueListType.withValue(List<Object> value)
           
 ValueListType ValueListType.withValue(Object... values)
           
 

Methods in net.opengis.wfs.v_2_0 that return types with arguments of type ValueListType
 JAXBElement<ValueListType> ObjectFactory.createValueList(ValueListType value)
          Create an instance of JAXBElement<ValueListType>}
 

Methods in net.opengis.wfs.v_2_0 with parameters of type ValueListType
 JAXBElement<ValueListType> ObjectFactory.createValueList(ValueListType value)
          Create an instance of JAXBElement<ValueListType>}
 void ElementType.setValueList(ValueListType value)
          Sets the value of the valueList property.
 ElementType ElementType.withValueList(ValueListType value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.