public class

ReverseTransactionResponseDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.ReverseTransactionResponseDetailsType

Class Overview

Java class for ReverseTransactionResponseDetailsType complex type.

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

 <complexType name="ReverseTransactionResponseDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ReverseTransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId" minOccurs="0"/>
         <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected JAXBElement<String> reverseTransactionID
protected String status
Public Constructors
ReverseTransactionResponseDetailsType()
Public Methods
JAXBElement<String> getReverseTransactionID()
Gets the value of the reverseTransactionID property.
String getStatus()
Gets the value of the status property.
void setReverseTransactionID(JAXBElement<String> value)
Sets the value of the reverseTransactionID property.
void setStatus(String value)
Sets the value of the status property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected JAXBElement<String> reverseTransactionID

protected String status

Public Constructors

public ReverseTransactionResponseDetailsType ()

Public Methods

public JAXBElement<String> getReverseTransactionID ()

Gets the value of the reverseTransactionID property.

Returns
  • possible object is JAXBElement<String>

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public void setReverseTransactionID (JAXBElement<String> value)

Sets the value of the reverseTransactionID property.

Parameters
value Allowed object is JAXBElement<String>

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String