public class

ManagePendingTransactionStatusResponseType

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

Class Overview

Java class for ManagePendingTransactionStatusResponseType complex type.

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

 <complexType name="ManagePendingTransactionStatusResponseType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType">
       <sequence>
         <element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String status
protected String transactionID
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
ManagePendingTransactionStatusResponseType()
Public Methods
String getStatus()
Gets the value of the status property.
String getTransactionID()
Gets the value of the transactionID property.
void setStatus(String value)
Sets the value of the status property.
void setTransactionID(String value)
Sets the value of the transactionID property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected String status

protected String transactionID

Public Constructors

public ManagePendingTransactionStatusResponseType ()

Public Methods

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getTransactionID ()

Gets the value of the transactionID property.

Returns
  • possible object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String