Uses of Class
net.opengis.olsnav.v_1_3.CursorFetchResponse

Uses of CursorFetchResponse in net.opengis.olsnav.v_1_3
 

Fields in net.opengis.olsnav.v_1_3 declared as CursorFetchResponse
protected  CursorFetchResponse MapObjType.firstBucket
           
protected  CursorFetchResponse DetermineRouteResponseType.firstBucket
           
 

Methods in net.opengis.olsnav.v_1_3 that return CursorFetchResponse
 CursorFetchResponse ObjectFactory.createCursorFetchResponse()
          Create an instance of CursorFetchResponse
 CursorFetchResponse MapObjType.getFirstBucket()
          Gets the value of the firstBucket property.
 CursorFetchResponse DetermineRouteResponseType.getFirstBucket()
          Gets the value of the firstBucket property.
 CursorFetchResponse CursorFetchResponse.withCursorType(CursorTypeEnum value)
           
 CursorFetchResponse CursorFetchResponse.withNumFetchedRecords(long value)
           
 CursorFetchResponse CursorFetchResponse.withRetrievedRecords(Collection<Object> values)
           
 CursorFetchResponse CursorFetchResponse.withRetrievedRecords(List<Object> value)
           
 CursorFetchResponse CursorFetchResponse.withRetrievedRecords(Object... values)
           
 

Methods in net.opengis.olsnav.v_1_3 with parameters of type CursorFetchResponse
 void MapObjType.setFirstBucket(CursorFetchResponse value)
          Sets the value of the firstBucket property.
 void DetermineRouteResponseType.setFirstBucket(CursorFetchResponse value)
          Sets the value of the firstBucket property.
 MapObjType MapObjType.withFirstBucket(CursorFetchResponse value)
           
 DetermineRouteResponseType DetermineRouteResponseType.withFirstBucket(CursorFetchResponse value)
           
 



Copyright © 2008-2015. All Rights Reserved.