public class ReverseTransactionResponseDetailsType
extends java.lang.Object
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>
 | Modifier and Type | Field and Description | 
|---|---|
protected javax.xml.bind.JAXBElement<java.lang.String> | 
reverseTransactionID  | 
protected java.lang.String | 
status  | 
| Constructor and Description | 
|---|
ReverseTransactionResponseDetailsType()  | 
| Modifier and Type | Method and Description | 
|---|---|
javax.xml.bind.JAXBElement<java.lang.String> | 
getReverseTransactionID()
Gets the value of the reverseTransactionID property. 
 | 
java.lang.String | 
getStatus()
Gets the value of the status property. 
 | 
void | 
setReverseTransactionID(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the reverseTransactionID property. 
 | 
void | 
setStatus(java.lang.String value)
Sets the value of the status property. 
 | 
protected javax.xml.bind.JAXBElement<java.lang.String> reverseTransactionID
protected java.lang.String status
public ReverseTransactionResponseDetailsType()
public javax.xml.bind.JAXBElement<java.lang.String> getReverseTransactionID()
JAXBElement<String>public void setReverseTransactionID(javax.xml.bind.JAXBElement<java.lang.String> value)
value - the value
     allowed object is
     JAXBElement<String>public java.lang.String getStatus()
Stringpublic void setStatus(java.lang.String value)
value - the value
     allowed object is
     StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.