public class

DoVoidResponseType

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

Class Overview

Java class for DoVoidResponseType complex type.

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

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

Summary

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

Fields

protected String authorizationID

Public Constructors

public DoVoidResponseType ()

Public Methods

public String getAuthorizationID ()

Gets the value of the authorizationID property.

Returns
  • possible object is String

public void setAuthorizationID (String value)

Sets the value of the authorizationID property.

Parameters
value Allowed object is String