Uses of Class
net.opengis.tjs.v_1_0.K

Uses of K in net.opengis.tjs.v_1_0
 

Fields in net.opengis.tjs.v_1_0 with type parameters of type K
protected  List<K> Rowset.Row.k
           
protected  List<K> DescribeFrameworkKeyType.Rowset.Row.k
           
 

Methods in net.opengis.tjs.v_1_0 that return K
 K ObjectFactory.createK()
          Create an instance of K
 K K.withAid(String value)
           
 K K.withValue(String value)
           
 

Methods in net.opengis.tjs.v_1_0 that return types with arguments of type K
 List<K> Rowset.Row.getK()
          Gets the value of the k property.
 List<K> DescribeFrameworkKeyType.Rowset.Row.getK()
          Gets the value of the k property.
 

Methods in net.opengis.tjs.v_1_0 with parameters of type K
 Rowset.Row Rowset.Row.withK(K... values)
           
 DescribeFrameworkKeyType.Rowset.Row DescribeFrameworkKeyType.Rowset.Row.withK(K... values)
           
 

Method parameters in net.opengis.tjs.v_1_0 with type arguments of type K
 void Rowset.Row.setK(List<K> value)
           
 void DescribeFrameworkKeyType.Rowset.Row.setK(List<K> value)
           
 Rowset.Row Rowset.Row.withK(Collection<K> values)
           
 DescribeFrameworkKeyType.Rowset.Row DescribeFrameworkKeyType.Rowset.Row.withK(Collection<K> values)
           
 Rowset.Row Rowset.Row.withK(List<K> value)
           
 DescribeFrameworkKeyType.Rowset.Row DescribeFrameworkKeyType.Rowset.Row.withK(List<K> value)
           
 



Copyright © 2008-2015. All Rights Reserved.