Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class FetchTokenRequestType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.AbstractRequestType
      extended by com.ebay.soap.eBLBaseComponents.FetchTokenRequestType
All Implemented Interfaces:
Serializable

public class FetchTokenRequestType
extends AbstractRequestType
implements Serializable

Retrieves an authentication token for a user.

Java class for FetchTokenRequestType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FetchTokenRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element name="SecretID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SessionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String secretID
           
protected  String sessionID
           
 
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel
 
Constructor Summary
FetchTokenRequestType()
           
 
Method Summary
 String getSecretID()
          Gets the value of the secretID property.
 String getSessionID()
          Gets the value of the sessionID property.
 void setSecretID(String value)
          Sets the value of the secretID property.
 void setSessionID(String value)
          Sets the value of the sessionID property.
 
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

secretID

protected String secretID

sessionID

protected String sessionID
Constructor Detail

FetchTokenRequestType

public FetchTokenRequestType()
Method Detail

getSecretID

public String getSecretID()
Gets the value of the secretID property.

Returns:
possible object is String

setSecretID

public void setSecretID(String value)
Sets the value of the secretID property.

Parameters:
value - allowed object is String

getSessionID

public String getSessionID()
Gets the value of the sessionID property.

Returns:
possible object is String

setSessionID

public void setSessionID(String value)
Sets the value of the sessionID property.

Parameters:
value - allowed object is String

Changes since
the last release

The information contained in this document is proprietary and confidential. Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc. For information regarding a qualifying NDA, contact Developer Relations: developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.