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

Uses of ElementType in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 with type parameters of type ElementType
protected  List<ElementType> ExtendedDescriptionType.element
           
 

Methods in net.opengis.wfs.v_2_0 that return ElementType
 ElementType ObjectFactory.createElementType()
          Create an instance of ElementType
 ElementType ElementType.withMetadata(MetadataType value)
           
 ElementType ElementType.withName(String value)
           
 ElementType ElementType.withType(QName value)
           
 ElementType ElementType.withValueList(ValueListType value)
           
 

Methods in net.opengis.wfs.v_2_0 that return types with arguments of type ElementType
 JAXBElement<ElementType> ObjectFactory.createElement(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 List<ElementType> ExtendedDescriptionType.getElement()
          Gets the value of the element property.
 

Methods in net.opengis.wfs.v_2_0 with parameters of type ElementType
 JAXBElement<ElementType> ObjectFactory.createElement(ElementType value)
          Create an instance of JAXBElement<ElementType>}
 ExtendedDescriptionType ExtendedDescriptionType.withElement(ElementType... values)
           
 

Method parameters in net.opengis.wfs.v_2_0 with type arguments of type ElementType
 void ExtendedDescriptionType.setElement(List<ElementType> value)
           
 ExtendedDescriptionType ExtendedDescriptionType.withElement(Collection<ElementType> values)
           
 ExtendedDescriptionType ExtendedDescriptionType.withElement(List<ElementType> value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.