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

Uses of ValueCollectionType in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 declared as ValueCollectionType
protected  ValueCollectionType AdditionalValues.valueCollection
           
protected  ValueCollectionType AdditionalObjects.valueCollection
           
 

Methods in net.opengis.wfs.v_2_0 that return ValueCollectionType
 ValueCollectionType ObjectFactory.createValueCollectionType()
          Create an instance of ValueCollectionType
 ValueCollectionType AdditionalValues.getValueCollection()
          Gets the value of the valueCollection property.
 ValueCollectionType AdditionalObjects.getValueCollection()
          Gets the value of the valueCollection property.
 ValueCollectionType ValueCollectionType.withAdditionalValues(AdditionalValues value)
           
 ValueCollectionType ValueCollectionType.withMember(Collection<MemberPropertyType> values)
           
 ValueCollectionType ValueCollectionType.withMember(List<MemberPropertyType> value)
           
 ValueCollectionType ValueCollectionType.withMember(MemberPropertyType... values)
           
 ValueCollectionType ValueCollectionType.withNext(String value)
           
 ValueCollectionType ValueCollectionType.withNumberMatched(String value)
           
 ValueCollectionType ValueCollectionType.withNumberReturned(BigInteger value)
           
 ValueCollectionType ValueCollectionType.withPrevious(String value)
           
 ValueCollectionType ValueCollectionType.withTimeStamp(XMLGregorianCalendar value)
           
 ValueCollectionType ValueCollectionType.withTruncatedResponse(TruncatedResponse value)
           
 

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

Methods in net.opengis.wfs.v_2_0 with parameters of type ValueCollectionType
 JAXBElement<ValueCollectionType> ObjectFactory.createValueCollection(ValueCollectionType value)
          Create an instance of JAXBElement<ValueCollectionType>}
 void AdditionalValues.setValueCollection(ValueCollectionType value)
          Sets the value of the valueCollection property.
 void AdditionalObjects.setValueCollection(ValueCollectionType value)
          Sets the value of the valueCollection property.
 AdditionalValues AdditionalValues.withValueCollection(ValueCollectionType value)
           
 AdditionalObjects AdditionalObjects.withValueCollection(ValueCollectionType value)
           
 



Copyright © 2008-2015. All Rights Reserved.