|
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.CheckoutStatusType
public class CheckoutStatusType
Type defining the CheckoutStatus container that is returned in GetOrders and GetOrderTransactions to indicate the current checkout status of the order.
Java class for CheckoutStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckoutStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="eBayPaymentStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentStatusCodeType" minOccurs="0"/> <element name="LastModifiedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PaymentMethod" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentMethodCodeType" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}CompleteStatusCodeType" 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="PaymentInstrument" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentInstrumentCodeType" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected EBayPaymentMismatchDetailsType |
eBayPaymentMismatchDetails
|
protected PaymentStatusCodeType |
eBayPaymentStatus
|
protected Boolean |
integratedMerchantCreditCardEnabled
|
protected Calendar |
lastModifiedTime
|
protected BuyerPaymentInstrumentCodeType |
paymentInstrument
|
protected BuyerPaymentMethodCodeType |
paymentMethod
|
protected CompleteStatusCodeType |
status
|
Constructor Summary | |
---|---|
CheckoutStatusType()
|
Method Summary | |
---|---|
protected List<Object> |
_getAny()
|
Object[] |
getAny()
|
Object |
getAny(int idx)
|
int |
getAnyLength()
|
EBayPaymentMismatchDetailsType |
getEBayPaymentMismatchDetails()
Gets the value of the eBayPaymentMismatchDetails property. |
PaymentStatusCodeType |
getEBayPaymentStatus()
Gets the value of the eBayPaymentStatus property. |
Calendar |
getLastModifiedTime()
Gets the value of the lastModifiedTime property. |
BuyerPaymentInstrumentCodeType |
getPaymentInstrument()
Gets the value of the paymentInstrument property. |
BuyerPaymentMethodCodeType |
getPaymentMethod()
Gets the value of the paymentMethod property. |
CompleteStatusCodeType |
getStatus()
Gets the value of the status property. |
Boolean |
isIntegratedMerchantCreditCardEnabled()
Gets the value of the integratedMerchantCreditCardEnabled property. |
Object |
setAny(int idx,
Object value)
|
void |
setAny(Object[] values)
|
void |
setEBayPaymentMismatchDetails(EBayPaymentMismatchDetailsType value)
Sets the value of the eBayPaymentMismatchDetails property. |
void |
setEBayPaymentStatus(PaymentStatusCodeType value)
Sets the value of the eBayPaymentStatus property. |
void |
setIntegratedMerchantCreditCardEnabled(Boolean value)
Sets the value of the integratedMerchantCreditCardEnabled property. |
void |
setLastModifiedTime(Calendar value)
Sets the value of the lastModifiedTime property. |
void |
setPaymentInstrument(BuyerPaymentInstrumentCodeType value)
Sets the value of the paymentInstrument property. |
void |
setPaymentMethod(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethod property. |
void |
setStatus(CompleteStatusCodeType value)
Sets the value of the status 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 Calendar lastModifiedTime
protected BuyerPaymentMethodCodeType paymentMethod
protected CompleteStatusCodeType status
protected Boolean integratedMerchantCreditCardEnabled
protected EBayPaymentMismatchDetailsType eBayPaymentMismatchDetails
protected BuyerPaymentInstrumentCodeType paymentInstrument
protected List<Object> any
Constructor Detail |
---|
public CheckoutStatusType()
Method Detail |
---|
public PaymentStatusCodeType getEBayPaymentStatus()
PaymentStatusCodeType
public void setEBayPaymentStatus(PaymentStatusCodeType value)
value
- allowed object is
PaymentStatusCodeType
public Calendar getLastModifiedTime()
String
public void setLastModifiedTime(Calendar value)
value
- allowed object is
String
public BuyerPaymentMethodCodeType getPaymentMethod()
BuyerPaymentMethodCodeType
public void setPaymentMethod(BuyerPaymentMethodCodeType value)
value
- allowed object is
BuyerPaymentMethodCodeType
public CompleteStatusCodeType getStatus()
CompleteStatusCodeType
public void setStatus(CompleteStatusCodeType value)
value
- allowed object is
CompleteStatusCodeType
public Boolean isIntegratedMerchantCreditCardEnabled()
Boolean
public void setIntegratedMerchantCreditCardEnabled(Boolean value)
value
- allowed object is
Boolean
public EBayPaymentMismatchDetailsType getEBayPaymentMismatchDetails()
EBayPaymentMismatchDetailsType
public void setEBayPaymentMismatchDetails(EBayPaymentMismatchDetailsType value)
value
- allowed object is
EBayPaymentMismatchDetailsType
public BuyerPaymentInstrumentCodeType getPaymentInstrument()
BuyerPaymentInstrumentCodeType
public void setPaymentInstrument(BuyerPaymentInstrumentCodeType value)
value
- allowed object is
BuyerPaymentInstrumentCodeType
public Object[] getAny()
Element
Object
public Object getAny(int idx)
Element
Object
public int getAnyLength()
public void setAny(Object[] values)
values
- allowed objects are
Element
Object
protected List<Object> _getAny()
public Object setAny(int idx, 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.