com.sap.businessobjects.platform.search.common
Class ValidateIndexLocationRequest

java.lang.Object
  extended by DefaultPlatformSearchRequest
      extended by com.sap.businessobjects.platform.search.common.ValidateIndexLocationRequest

public class ValidateIndexLocationRequest
extends DefaultPlatformSearchRequest


Constructor Summary
ValidateIndexLocationRequest()
           
 
Method Summary
 void fromXML(XmlPullParser parser)
          Internal use only.
 java.lang.String getLocation()
           
 java.lang.String getSearchAgent()
           
 void setLocation(java.lang.String location)
           
 void toXML(XmlSerializer serializer)
          Internal use only.
 void validateRequest()
          Internal use only.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidateIndexLocationRequest

public ValidateIndexLocationRequest()
Method Detail

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

fromXML

public void fromXML(XmlPullParser parser)
             throws java.lang.Exception

Internal use only.

Throws:
java.lang.Exception

toXML

public void toXML(XmlSerializer serializer)
           throws java.lang.Exception

Internal use only.

Throws:
java.lang.Exception

getSearchAgent

public java.lang.String getSearchAgent()

validateRequest

public void validateRequest()

Internal use only.