public class TransactionStatusType
extends java.lang.Object
Java class for TransactionStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransactionStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eBayPaymentStatus" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="IncompleteState" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="LastTimeModified" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PaymentMethodUsed" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentMethodCodeType" minOccurs="0"/> <element name="StatusIs" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.Integer |
eBayPaymentStatus |
protected java.lang.Integer |
incompleteState |
protected javax.xml.datatype.XMLGregorianCalendar |
lastTimeModified |
protected BuyerPaymentMethodCodeType |
paymentMethodUsed |
protected java.lang.Integer |
statusIs |
Constructor and Description |
---|
TransactionStatusType() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getEBayPaymentStatus()
Gets the value of the eBayPaymentStatus property.
|
java.lang.Integer |
getIncompleteState()
Gets the value of the incompleteState property.
|
javax.xml.datatype.XMLGregorianCalendar |
getLastTimeModified()
Gets the value of the lastTimeModified property.
|
BuyerPaymentMethodCodeType |
getPaymentMethodUsed()
Gets the value of the paymentMethodUsed property.
|
java.lang.Integer |
getStatusIs()
Gets the value of the statusIs property.
|
void |
setEBayPaymentStatus(java.lang.Integer value)
Sets the value of the eBayPaymentStatus property.
|
void |
setIncompleteState(java.lang.Integer value)
Sets the value of the incompleteState property.
|
void |
setLastTimeModified(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the lastTimeModified property.
|
void |
setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethodUsed property.
|
void |
setStatusIs(java.lang.Integer value)
Sets the value of the statusIs property.
|
protected java.lang.Integer eBayPaymentStatus
protected java.lang.Integer incompleteState
protected javax.xml.datatype.XMLGregorianCalendar lastTimeModified
protected BuyerPaymentMethodCodeType paymentMethodUsed
protected java.lang.Integer statusIs
public java.lang.Integer getEBayPaymentStatus()
Integer
public void setEBayPaymentStatus(java.lang.Integer value)
value
- the value
allowed object is
Integer
public java.lang.Integer getIncompleteState()
Integer
public void setIncompleteState(java.lang.Integer value)
value
- the value
allowed object is
Integer
public javax.xml.datatype.XMLGregorianCalendar getLastTimeModified()
XMLGregorianCalendar
public void setLastTimeModified(javax.xml.datatype.XMLGregorianCalendar value)
value
- the value
allowed object is
XMLGregorianCalendar
public BuyerPaymentMethodCodeType getPaymentMethodUsed()
BuyerPaymentMethodCodeType
public void setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
value
- the value
allowed object is
BuyerPaymentMethodCodeType
public java.lang.Integer getStatusIs()
Integer
public void setStatusIs(java.lang.Integer value)
value
- the value
allowed object is
Integer
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.