public class

TransactionStatusType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.TransactionStatusType

Class Overview

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>
 

Summary

Fields
protected Integer eBayPaymentStatus
protected Integer incompleteState
protected XMLGregorianCalendar lastTimeModified
protected BuyerPaymentMethodCodeType paymentMethodUsed
protected Integer statusIs
Public Constructors
TransactionStatusType()
Public Methods
Integer getEBayPaymentStatus()
Gets the value of the eBayPaymentStatus property.
Integer getIncompleteState()
Gets the value of the incompleteState property.
XMLGregorianCalendar getLastTimeModified()
Gets the value of the lastTimeModified property.
BuyerPaymentMethodCodeType getPaymentMethodUsed()
Gets the value of the paymentMethodUsed property.
Integer getStatusIs()
Gets the value of the statusIs property.
void setEBayPaymentStatus(Integer value)
Sets the value of the eBayPaymentStatus property.
void setIncompleteState(Integer value)
Sets the value of the incompleteState property.
void setLastTimeModified(XMLGregorianCalendar value)
Sets the value of the lastTimeModified property.
void setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethodUsed property.
void setStatusIs(Integer value)
Sets the value of the statusIs property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer eBayPaymentStatus

protected Integer incompleteState

protected XMLGregorianCalendar lastTimeModified

protected BuyerPaymentMethodCodeType paymentMethodUsed

protected Integer statusIs

Public Constructors

public TransactionStatusType ()

Public Methods

public Integer getEBayPaymentStatus ()

Gets the value of the eBayPaymentStatus property.

Returns
  • possible object is Integer

public Integer getIncompleteState ()

Gets the value of the incompleteState property.

Returns
  • possible object is Integer

public XMLGregorianCalendar getLastTimeModified ()

Gets the value of the lastTimeModified property.

Returns
  • possible object is XMLGregorianCalendar

public BuyerPaymentMethodCodeType getPaymentMethodUsed ()

Gets the value of the paymentMethodUsed property.

Returns

public Integer getStatusIs ()

Gets the value of the statusIs property.

Returns
  • possible object is Integer

public void setEBayPaymentStatus (Integer value)

Sets the value of the eBayPaymentStatus property.

Parameters
value Allowed object is Integer

public void setIncompleteState (Integer value)

Sets the value of the incompleteState property.

Parameters
value Allowed object is Integer

public void setLastTimeModified (XMLGregorianCalendar value)

Sets the value of the lastTimeModified property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setPaymentMethodUsed (BuyerPaymentMethodCodeType value)

Sets the value of the paymentMethodUsed property.

Parameters
value Allowed object is BuyerPaymentMethodCodeType

public void setStatusIs (Integer value)

Sets the value of the statusIs property.

Parameters
value Allowed object is Integer