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

Uses of Title in net.opengis.wfs.v_2_0
 

Fields in net.opengis.wfs.v_2_0 with type parameters of type Title
protected  List<Title> StoredQueryListItemType.title
           
protected  List<Title> StoredQueryDescriptionType.title
           
protected  List<Title> ParameterExpressionType.title
           
protected  List<Title> FeatureTypeType.title
           
 

Methods in net.opengis.wfs.v_2_0 that return Title
 Title ObjectFactory.createTitle()
          Create an instance of Title
 Title Title.withLang(String value)
           
 Title Title.withValue(String value)
           
 

Methods in net.opengis.wfs.v_2_0 that return types with arguments of type Title
 List<Title> StoredQueryListItemType.getTitle()
          Gets the value of the title property.
 List<Title> StoredQueryDescriptionType.getTitle()
          Gets the value of the title property.
 List<Title> ParameterExpressionType.getTitle()
          Gets the value of the title property.
 List<Title> FeatureTypeType.getTitle()
          Gets the value of the title property.
 

Methods in net.opengis.wfs.v_2_0 with parameters of type Title
 StoredQueryListItemType StoredQueryListItemType.withTitle(Title... values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withTitle(Title... values)
           
 ParameterExpressionType ParameterExpressionType.withTitle(Title... values)
           
 FeatureTypeType FeatureTypeType.withTitle(Title... values)
           
 

Method parameters in net.opengis.wfs.v_2_0 with type arguments of type Title
 void StoredQueryListItemType.setTitle(List<Title> value)
           
 void StoredQueryDescriptionType.setTitle(List<Title> value)
           
 void ParameterExpressionType.setTitle(List<Title> value)
           
 void FeatureTypeType.setTitle(List<Title> value)
           
 StoredQueryListItemType StoredQueryListItemType.withTitle(Collection<Title> values)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withTitle(Collection<Title> values)
           
 ParameterExpressionType ParameterExpressionType.withTitle(Collection<Title> values)
           
 FeatureTypeType FeatureTypeType.withTitle(Collection<Title> values)
           
 StoredQueryListItemType StoredQueryListItemType.withTitle(List<Title> value)
           
 StoredQueryDescriptionType StoredQueryDescriptionType.withTitle(List<Title> value)
           
 ParameterExpressionType ParameterExpressionType.withTitle(List<Title> value)
           
 FeatureTypeType FeatureTypeType.withTitle(List<Title> value)
           
 



Copyright © 2008-2014 Highsource. All Rights Reserved.