|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.soap.eBLBaseComponents.TransactionStatusType
public class TransactionStatusType
Contains the order status, e.g. the buyer's online payment and whether the checkout process for the order is complete.
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="{urn:ebay:apis:eBLBaseComponents}PaymentStatusCodeType" minOccurs="0"/> <element name="CheckoutStatus" type="{urn:ebay:apis:eBLBaseComponents}CheckoutStatusCodeType" 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="CompleteStatus" type="{urn:ebay:apis:eBLBaseComponents}CompleteStatusCodeType" minOccurs="0"/> <element name="BuyerSelectedShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="PaymentHoldStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldStatusCodeType" minOccurs="0"/> <element name="IntegratedMerchantCreditCardEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="eBayPaymentMismatchDetails" type="{urn:ebay:apis:eBLBaseComponents}eBayPaymentMismatchDetailsType" minOccurs="0"/> <element name="InquiryStatus" type="{urn:ebay:apis:eBLBaseComponents}InquiryStatusCodeType" minOccurs="0"/> <element name="ReturnStatus" type="{urn:ebay:apis:eBLBaseComponents}ReturnStatusCodeType" minOccurs="0"/> <element name="PaymentInstrument" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentInstrumentCodeType" minOccurs="0"/> <element name="DigitalStatus" type="{urn:ebay:apis:eBLBaseComponents}DigitalStatusCodeType" minOccurs="0"/> <element name="CancelStatus" type="{urn:ebay:apis:eBLBaseComponents}CancelStatusCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.Boolean |
buyerSelectedShipping
|
protected CancelStatusCodeType |
cancelStatus
|
protected CheckoutStatusCodeType |
checkoutStatus
|
protected CompleteStatusCodeType |
completeStatus
|
protected DigitalStatusCodeType |
digitalStatus
|
protected EBayPaymentMismatchDetailsType |
eBayPaymentMismatchDetails
|
protected PaymentStatusCodeType |
eBayPaymentStatus
|
protected InquiryStatusCodeType |
inquiryStatus
|
protected java.lang.Boolean |
integratedMerchantCreditCardEnabled
|
protected java.util.Calendar |
lastTimeModified
|
protected PaymentHoldStatusCodeType |
paymentHoldStatus
|
protected BuyerPaymentInstrumentCodeType |
paymentInstrument
|
protected BuyerPaymentMethodCodeType |
paymentMethodUsed
|
protected ReturnStatusCodeType |
returnStatus
|
Constructor Summary | |
---|---|
TransactionStatusType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
CancelStatusCodeType |
getCancelStatus()
Gets the value of the cancelStatus property. |
CheckoutStatusCodeType |
getCheckoutStatus()
Gets the value of the checkoutStatus property. |
CompleteStatusCodeType |
getCompleteStatus()
Gets the value of the completeStatus property. |
DigitalStatusCodeType |
getDigitalStatus()
Gets the value of the digitalStatus property. |
EBayPaymentMismatchDetailsType |
getEBayPaymentMismatchDetails()
Gets the value of the eBayPaymentMismatchDetails property. |
PaymentStatusCodeType |
getEBayPaymentStatus()
Gets the value of the eBayPaymentStatus property. |
InquiryStatusCodeType |
getInquiryStatus()
Gets the value of the inquiryStatus property. |
java.util.Calendar |
getLastTimeModified()
Gets the value of the lastTimeModified property. |
PaymentHoldStatusCodeType |
getPaymentHoldStatus()
Gets the value of the paymentHoldStatus property. |
BuyerPaymentInstrumentCodeType |
getPaymentInstrument()
Gets the value of the paymentInstrument property. |
BuyerPaymentMethodCodeType |
getPaymentMethodUsed()
Gets the value of the paymentMethodUsed property. |
ReturnStatusCodeType |
getReturnStatus()
Gets the value of the returnStatus property. |
java.lang.Boolean |
isBuyerSelectedShipping()
Gets the value of the buyerSelectedShipping property. |
java.lang.Boolean |
isIntegratedMerchantCreditCardEnabled()
Gets the value of the integratedMerchantCreditCardEnabled property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBuyerSelectedShipping(java.lang.Boolean value)
Sets the value of the buyerSelectedShipping property. |
void |
setCancelStatus(CancelStatusCodeType value)
Sets the value of the cancelStatus property. |
void |
setCheckoutStatus(CheckoutStatusCodeType value)
Sets the value of the checkoutStatus property. |
void |
setCompleteStatus(CompleteStatusCodeType value)
Sets the value of the completeStatus property. |
void |
setDigitalStatus(DigitalStatusCodeType value)
Sets the value of the digitalStatus property. |
void |
setEBayPaymentMismatchDetails(EBayPaymentMismatchDetailsType value)
Sets the value of the eBayPaymentMismatchDetails property. |
void |
setEBayPaymentStatus(PaymentStatusCodeType value)
Sets the value of the eBayPaymentStatus property. |
void |
setInquiryStatus(InquiryStatusCodeType value)
Sets the value of the inquiryStatus property. |
void |
setIntegratedMerchantCreditCardEnabled(java.lang.Boolean value)
Sets the value of the integratedMerchantCreditCardEnabled property. |
void |
setLastTimeModified(java.util.Calendar value)
Sets the value of the lastTimeModified property. |
void |
setPaymentHoldStatus(PaymentHoldStatusCodeType value)
Sets the value of the paymentHoldStatus property. |
void |
setPaymentInstrument(BuyerPaymentInstrumentCodeType value)
Sets the value of the paymentInstrument property. |
void |
setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethodUsed property. |
void |
setReturnStatus(ReturnStatusCodeType value)
Sets the value of the returnStatus property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected PaymentStatusCodeType eBayPaymentStatus
protected CheckoutStatusCodeType checkoutStatus
protected java.util.Calendar lastTimeModified
protected BuyerPaymentMethodCodeType paymentMethodUsed
protected CompleteStatusCodeType completeStatus
protected java.lang.Boolean buyerSelectedShipping
protected PaymentHoldStatusCodeType paymentHoldStatus
protected java.lang.Boolean integratedMerchantCreditCardEnabled
protected EBayPaymentMismatchDetailsType eBayPaymentMismatchDetails
protected InquiryStatusCodeType inquiryStatus
protected ReturnStatusCodeType returnStatus
protected BuyerPaymentInstrumentCodeType paymentInstrument
protected DigitalStatusCodeType digitalStatus
protected CancelStatusCodeType cancelStatus
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public TransactionStatusType()
Method Detail |
---|
public PaymentStatusCodeType getEBayPaymentStatus()
PaymentStatusCodeType
public void setEBayPaymentStatus(PaymentStatusCodeType value)
value
- allowed object is
PaymentStatusCodeType
public CheckoutStatusCodeType getCheckoutStatus()
CheckoutStatusCodeType
public void setCheckoutStatus(CheckoutStatusCodeType value)
value
- allowed object is
CheckoutStatusCodeType
public java.util.Calendar getLastTimeModified()
String
public void setLastTimeModified(java.util.Calendar value)
value
- allowed object is
String
public BuyerPaymentMethodCodeType getPaymentMethodUsed()
BuyerPaymentMethodCodeType
public void setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
value
- allowed object is
BuyerPaymentMethodCodeType
public CompleteStatusCodeType getCompleteStatus()
CompleteStatusCodeType
public void setCompleteStatus(CompleteStatusCodeType value)
value
- allowed object is
CompleteStatusCodeType
public java.lang.Boolean isBuyerSelectedShipping()
Boolean
public void setBuyerSelectedShipping(java.lang.Boolean value)
value
- allowed object is
Boolean
public PaymentHoldStatusCodeType getPaymentHoldStatus()
PaymentHoldStatusCodeType
public void setPaymentHoldStatus(PaymentHoldStatusCodeType value)
value
- allowed object is
PaymentHoldStatusCodeType
public java.lang.Boolean isIntegratedMerchantCreditCardEnabled()
Boolean
public void setIntegratedMerchantCreditCardEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public EBayPaymentMismatchDetailsType getEBayPaymentMismatchDetails()
EBayPaymentMismatchDetailsType
public void setEBayPaymentMismatchDetails(EBayPaymentMismatchDetailsType value)
value
- allowed object is
EBayPaymentMismatchDetailsType
public InquiryStatusCodeType getInquiryStatus()
InquiryStatusCodeType
public void setInquiryStatus(InquiryStatusCodeType value)
value
- allowed object is
InquiryStatusCodeType
public ReturnStatusCodeType getReturnStatus()
ReturnStatusCodeType
public void setReturnStatus(ReturnStatusCodeType value)
value
- allowed object is
ReturnStatusCodeType
public BuyerPaymentInstrumentCodeType getPaymentInstrument()
BuyerPaymentInstrumentCodeType
public void setPaymentInstrument(BuyerPaymentInstrumentCodeType value)
value
- allowed object is
BuyerPaymentInstrumentCodeType
public DigitalStatusCodeType getDigitalStatus()
DigitalStatusCodeType
public void setDigitalStatus(DigitalStatusCodeType value)
value
- allowed object is
DigitalStatusCodeType
public CancelStatusCodeType getCancelStatus()
CancelStatusCodeType
public void setCancelStatus(CancelStatusCodeType value)
value
- allowed object is
CancelStatusCodeType
public java.lang.Object[] getAny()
Element
Object
public java.lang.Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Element
Object
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Element
Object
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.