public class ManagePendingTransactionStatusRequestType extends AbstractRequestType
Java class for ManagePendingTransactionStatusRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagePendingTransactionStatusRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/> <element name="Action" type="{urn:ebay:apis:eBLBaseComponents}FMFPendingTransactionActionType"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected FMFPendingTransactionActionType |
action |
protected java.lang.String |
transactionID |
any, detailLevel, errorLanguage, version
Constructor and Description |
---|
ManagePendingTransactionStatusRequestType() |
Modifier and Type | Method and Description |
---|---|
FMFPendingTransactionActionType |
getAction()
Gets the value of the action property.
|
java.lang.String |
getTransactionID()
Gets the value of the transactionID property.
|
void |
setAction(FMFPendingTransactionActionType value)
Sets the value of the action property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
getAny, getDetailLevel, getErrorLanguage, getVersion, setAny, setErrorLanguage, setVersion
protected java.lang.String transactionID
protected FMFPendingTransactionActionType action
public ManagePendingTransactionStatusRequestType()
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- the value
allowed object is
String
public FMFPendingTransactionActionType getAction()
FMFPendingTransactionActionType
public void setAction(FMFPendingTransactionActionType value)
value
- the value
allowed object is
FMFPendingTransactionActionType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.