public class DoDirectPaymentRequestType extends AbstractRequestType
Java class for DoDirectPaymentRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoDirectPaymentRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element ref="{urn:ebay:apis:eBLBaseComponents}DoDirectPaymentRequestDetails"/>
<element name="ReturnFMFDetails" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DoDirectPaymentRequestDetailsType |
doDirectPaymentRequestDetails |
protected java.lang.Integer |
returnFMFDetails |
any, detailLevel, errorLanguage, version| Constructor and Description |
|---|
DoDirectPaymentRequestType() |
| Modifier and Type | Method and Description |
|---|---|
DoDirectPaymentRequestDetailsType |
getDoDirectPaymentRequestDetails()
Gets the value of the doDirectPaymentRequestDetails property.
|
java.lang.Integer |
getReturnFMFDetails()
Gets the value of the returnFMFDetails property.
|
void |
setDoDirectPaymentRequestDetails(DoDirectPaymentRequestDetailsType value)
Sets the value of the doDirectPaymentRequestDetails property.
|
void |
setReturnFMFDetails(java.lang.Integer value)
Sets the value of the returnFMFDetails property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersionprotected DoDirectPaymentRequestDetailsType doDirectPaymentRequestDetails
protected java.lang.Integer returnFMFDetails
public DoDirectPaymentRequestDetailsType getDoDirectPaymentRequestDetails()
DoDirectPaymentRequestDetailsTypepublic void setDoDirectPaymentRequestDetails(DoDirectPaymentRequestDetailsType value)
value - the value
allowed object is
DoDirectPaymentRequestDetailsTypepublic java.lang.Integer getReturnFMFDetails()
Integerpublic void setReturnFMFDetails(java.lang.Integer value)
value - the value
allowed object is
IntegerstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.