it.geosolutions.geonetwork.util
Class GNSearchResponse

java.lang.Object
  extended by it.geosolutions.geonetwork.util.GNSearchResponse

public class GNSearchResponse
extends Object

Author:
ETj (etj at geo-solutions.it)

Nested Class Summary
static class GNSearchResponse.GNMetadata
           
 
Constructor Summary
GNSearchResponse(Element response)
           
 
Method Summary
 int getCount()
           
 int getFrom()
           
 GNSearchResponse.GNMetadata getMetadata(int index)
           
 Element getSummary()
           
 int getTo()
           
 boolean isCompleteResponse()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GNSearchResponse

public GNSearchResponse(Element response)
Method Detail

getCount

public int getCount()

getFrom

public int getFrom()

getTo

public int getTo()

isCompleteResponse

public boolean isCompleteResponse()

getSummary

public Element getSummary()

getMetadata

public GNSearchResponse.GNMetadata getMetadata(int index)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 GeoSolutions. All Rights Reserved.