public class

DoReauthorizationResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.DoReauthorizationResponseType

Class Overview

Java class for DoReauthorizationResponseType complex type.

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

 <complexType name="DoReauthorizationResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="AuthorizationID" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element ref="{urn:ebay:apis:eBLBaseComponents}AuthorizationInfo" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String authorizationID
protected AuthorizationInfoType authorizationInfo
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
DoReauthorizationResponseType()
Public Methods
String getAuthorizationID()
Gets the value of the authorizationID property.
AuthorizationInfoType getAuthorizationInfo()
Gets the value of the authorizationInfo property.
void setAuthorizationID(String value)
Sets the value of the authorizationID property.
void setAuthorizationInfo(AuthorizationInfoType value)
Sets the value of the authorizationInfo property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String authorizationID

protected AuthorizationInfoType authorizationInfo

Public Constructors

public DoReauthorizationResponseType ()

Public Methods

public String getAuthorizationID ()

Gets the value of the authorizationID property.

Returns
  • possible object is String

public AuthorizationInfoType getAuthorizationInfo ()

Gets the value of the authorizationInfo property.

Returns

public void setAuthorizationID (String value)

Sets the value of the authorizationID property.

Parameters
value Allowed object is String

public void setAuthorizationInfo (AuthorizationInfoType value)

Sets the value of the authorizationInfo property.

Parameters
value Allowed object is AuthorizationInfoType