Esri Geoportal Server
1.0

com.esri.gpt.server.csw.client
Class CswSearchResponse

java.lang.Object
  extended by com.esri.gpt.server.csw.client.CswSearchResponse

public class CswSearchResponse
extends Object

CswSearchResponse class. CswSearchResponse class is used to store the response for CSW search request.


Constructor Summary
CswSearchResponse()
          Constructor
 
Method Summary
 String get_requestStr()
           
 CswRecords getRecords()
          CSW Records returned
 String getResponseXML()
          get responseXML string.
 void set_requestStr(String str)
           
 void setRecords(CswRecords records)
          set CSW Records
 void setResponseXML(String responseXML)
          set responseXML string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CswSearchResponse

public CswSearchResponse()
Constructor

Method Detail

setRecords

public void setRecords(CswRecords records)
set CSW Records


getRecords

public CswRecords getRecords()
CSW Records returned


setResponseXML

public void setResponseXML(String responseXML)
set responseXML string. reponseXML string is raw response from a service


getResponseXML

public String getResponseXML()
get responseXML string.


get_requestStr

public String get_requestStr()

set_requestStr

public void set_requestStr(String str)

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.