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

Uses of StoredQueryDescriptionType in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 with type parameters of type StoredQueryDescriptionType
protected  List<StoredQueryDescriptionType> CreateStoredQueryType.storedQueryDefinition
           
protected  List<StoredQueryDescriptionType> DescribeStoredQueriesResponseType.storedQueryDescription
           
 

Methods in net.opengis.wfs.v_2_0 that return StoredQueryDescriptionType
 StoredQueryDescriptionType ObjectFactory.createStoredQueryDescriptionType()
          Create an instance of StoredQueryDescriptionType
 StoredQueryDescriptionType StoredQueryDescriptionType.withAbstract(Abstract... values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withAbstract(Collection<Abstract> values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withAbstract(List<Abstract> value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withId(String value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withMetadata(Collection<MetadataType> values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withMetadata(List<MetadataType> value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withMetadata(MetadataType... values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withParameter(Collection<ParameterExpressionType> values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withParameter(List<ParameterExpressionType> value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withParameter(ParameterExpressionType... values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withQueryExpressionText(Collection<QueryExpressionTextType> values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withQueryExpressionText(List<QueryExpressionTextType> value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withQueryExpressionText(QueryExpressionTextType... values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withTitle(Collection<Title> values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withTitle(List<Title> value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withTitle(Title... values)
           
 

Methods in net.opengis.wfs.v_2_0 that return types with arguments of type StoredQueryDescriptionType
 List<StoredQueryDescriptionType> CreateStoredQueryType.getStoredQueryDefinition()
          Gets the value of the storedQueryDefinition property.
 List<StoredQueryDescriptionType> DescribeStoredQueriesResponseType.getStoredQueryDescription()
          Gets the value of the storedQueryDescription property.
 

Methods in net.opengis.wfs.v_2_0 with parameters of type StoredQueryDescriptionType
 CreateStoredQueryType CreateStoredQueryType.withStoredQueryDefinition(StoredQueryDescriptionType... values)
           
 DescribeStoredQueriesResponseType DescribeStoredQueriesResponseType.withStoredQueryDescription(StoredQueryDescriptionType... values)
           
 

Method parameters in net.opengis.wfs.v_2_0 with type arguments of type StoredQueryDescriptionType
 void CreateStoredQueryType.setStoredQueryDefinition(List<StoredQueryDescriptionType> value)
           
 void DescribeStoredQueriesResponseType.setStoredQueryDescription(List<StoredQueryDescriptionType> value)
           
 CreateStoredQueryType CreateStoredQueryType.withStoredQueryDefinition(Collection<StoredQueryDescriptionType> values)
           
 CreateStoredQueryType CreateStoredQueryType.withStoredQueryDefinition(List<StoredQueryDescriptionType> value)
           
 DescribeStoredQueriesResponseType DescribeStoredQueriesResponseType.withStoredQueryDescription(Collection<StoredQueryDescriptionType> values)
           
 DescribeStoredQueriesResponseType DescribeStoredQueriesResponseType.withStoredQueryDescription(List<StoredQueryDescriptionType> value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.