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

Uses of PropertyType in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 with type parameters of type PropertyType
protected  List<PropertyType> UpdateType.property
           
 

Methods in net.opengis.wfs.v_2_0 that return PropertyType
 PropertyType ObjectFactory.createPropertyType()
          Create an instance of PropertyType
 PropertyType PropertyType.withValue(Object value)
           
 PropertyType PropertyType.withValueReference(PropertyType.ValueReference value)
           
 

Methods in net.opengis.wfs.v_2_0 that return types with arguments of type PropertyType
 JAXBElement<PropertyType> ObjectFactory.createProperty(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}
 List<PropertyType> UpdateType.getProperty()
          Gets the value of the property property.
 

Methods in net.opengis.wfs.v_2_0 with parameters of type PropertyType
 JAXBElement<PropertyType> ObjectFactory.createProperty(PropertyType value)
          Create an instance of JAXBElement<PropertyType>}
 UpdateType UpdateType.withProperty(PropertyType... values)
           
 

Method parameters in net.opengis.wfs.v_2_0 with type arguments of type PropertyType
 void UpdateType.setProperty(List<PropertyType> value)
           
 UpdateType UpdateType.withProperty(Collection<PropertyType> values)
           
 UpdateType UpdateType.withProperty(List<PropertyType> value)
           
 



Copyright © 2008-2015. All Rights Reserved.