public class ManagePendingTransactionStatusResponseType extends AbstractResponseType
Java class for ManagePendingTransactionStatusResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManagePendingTransactionStatusResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/> <element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
status |
protected java.lang.String |
transactionID |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
ManagePendingTransactionStatusResponseType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStatus()
Gets the value of the status property.
|
java.lang.String |
getTransactionID()
Gets the value of the transactionID property.
|
void |
setStatus(java.lang.String value)
Sets the value of the status property.
|
void |
setTransactionID(java.lang.String value)
Sets the value of the transactionID property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
protected java.lang.String transactionID
protected java.lang.String status
public ManagePendingTransactionStatusResponseType()
public java.lang.String getTransactionID()
String
public void setTransactionID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getStatus()
String
public void setStatus(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.