public class

DoReferenceTransactionRequestType

extends AbstractRequestType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractRequestType
     ↳ ebay.api.paypalapi.DoReferenceTransactionRequestType

Class Overview

Java class for DoReferenceTransactionRequestType complex type.

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

 <complexType name="DoReferenceTransactionRequestType">
   <complexContent>
     <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
       <sequence>
         <element ref="{urn:ebay:apis:eBLBaseComponents}DoReferenceTransactionRequestDetails"/>
         <element name="ReturnFMFDetails" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected DoReferenceTransactionRequestDetailsType doReferenceTransactionRequestDetails
protected Integer returnFMFDetails
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractRequestType
Public Constructors
DoReferenceTransactionRequestType()
Public Methods
DoReferenceTransactionRequestDetailsType getDoReferenceTransactionRequestDetails()
Gets the value of the doReferenceTransactionRequestDetails property.
Integer getReturnFMFDetails()
Gets the value of the returnFMFDetails property.
void setDoReferenceTransactionRequestDetails(DoReferenceTransactionRequestDetailsType value)
Sets the value of the doReferenceTransactionRequestDetails property.
void setReturnFMFDetails(Integer value)
Sets the value of the returnFMFDetails property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractRequestType
From class java.lang.Object

Fields

protected DoReferenceTransactionRequestDetailsType doReferenceTransactionRequestDetails

protected Integer returnFMFDetails

Public Constructors

public DoReferenceTransactionRequestType ()

Public Methods

public DoReferenceTransactionRequestDetailsType getDoReferenceTransactionRequestDetails ()

Gets the value of the doReferenceTransactionRequestDetails property.

Returns

public Integer getReturnFMFDetails ()

Gets the value of the returnFMFDetails property.

Returns
  • possible object is Integer

public void setDoReferenceTransactionRequestDetails (DoReferenceTransactionRequestDetailsType value)

Sets the value of the doReferenceTransactionRequestDetails property.

Parameters
value Allowed object is DoReferenceTransactionRequestDetailsType

public void setReturnFMFDetails (Integer value)

Sets the value of the returnFMFDetails property.

Parameters
value Allowed object is Integer