|
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.SellingManagerOrderStatusType
public class SellingManagerOrderStatusType
This type contains details on the status of an order.
Java class for SellingManagerOrderStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingManagerOrderStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="CheckoutStatus" type="{urn:ebay:apis:eBLBaseComponents}CheckoutStatusCodeType" minOccurs="0"/> <element name="PaidStatus" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerPaidStatusCodeType" minOccurs="0"/> <element name="ShippedStatus" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerShippedStatusCodeType" minOccurs="0"/> <element name="eBayPaymentStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentStatusCodeType" minOccurs="0"/> <element name="PayPalTransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PaymentMethodUsed" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentMethodCodeType" minOccurs="0"/> <element name="FeedbackReceived" type="{urn:ebay:apis:eBLBaseComponents}CommentTypeCodeType" minOccurs="0"/> <element name="FeedbackSent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="TotalEmailsSent" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="PaymentHoldStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldStatusCodeType" minOccurs="0"/> <element name="SellerInvoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShippedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PaidTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="LastEmailSentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="SellerInvoiceTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="IntegratedMerchantCreditCardEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected CheckoutStatusCodeType |
checkoutStatus
|
protected PaymentStatusCodeType |
eBayPaymentStatus
|
protected CommentTypeCodeType |
feedbackReceived
|
protected java.lang.Boolean |
feedbackSent
|
protected java.lang.Boolean |
integratedMerchantCreditCardEnabled
|
protected java.util.Calendar |
lastEmailSentTime
|
protected SellingManagerPaidStatusCodeType |
paidStatus
|
protected java.util.Calendar |
paidTime
|
protected PaymentHoldStatusCodeType |
paymentHoldStatus
|
protected BuyerPaymentMethodCodeType |
paymentMethodUsed
|
protected java.lang.String |
payPalTransactionID
|
protected java.lang.String |
sellerInvoiceNumber
|
protected java.util.Calendar |
sellerInvoiceTime
|
protected SellingManagerShippedStatusCodeType |
shippedStatus
|
protected java.util.Calendar |
shippedTime
|
protected java.lang.Integer |
totalEmailsSent
|
Constructor Summary | |
---|---|
SellingManagerOrderStatusType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
CheckoutStatusCodeType |
getCheckoutStatus()
Gets the value of the checkoutStatus property. |
PaymentStatusCodeType |
getEBayPaymentStatus()
Gets the value of the eBayPaymentStatus property. |
CommentTypeCodeType |
getFeedbackReceived()
Gets the value of the feedbackReceived property. |
java.util.Calendar |
getLastEmailSentTime()
Gets the value of the lastEmailSentTime property. |
SellingManagerPaidStatusCodeType |
getPaidStatus()
Gets the value of the paidStatus property. |
java.util.Calendar |
getPaidTime()
Gets the value of the paidTime property. |
PaymentHoldStatusCodeType |
getPaymentHoldStatus()
Gets the value of the paymentHoldStatus property. |
BuyerPaymentMethodCodeType |
getPaymentMethodUsed()
Gets the value of the paymentMethodUsed property. |
java.lang.String |
getPayPalTransactionID()
Gets the value of the payPalTransactionID property. |
java.lang.String |
getSellerInvoiceNumber()
Gets the value of the sellerInvoiceNumber property. |
java.util.Calendar |
getSellerInvoiceTime()
Gets the value of the sellerInvoiceTime property. |
SellingManagerShippedStatusCodeType |
getShippedStatus()
Gets the value of the shippedStatus property. |
java.util.Calendar |
getShippedTime()
Gets the value of the shippedTime property. |
java.lang.Integer |
getTotalEmailsSent()
Gets the value of the totalEmailsSent property. |
java.lang.Boolean |
isFeedbackSent()
Gets the value of the feedbackSent 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 |
setCheckoutStatus(CheckoutStatusCodeType value)
Sets the value of the checkoutStatus property. |
void |
setEBayPaymentStatus(PaymentStatusCodeType value)
Sets the value of the eBayPaymentStatus property. |
void |
setFeedbackReceived(CommentTypeCodeType value)
Sets the value of the feedbackReceived property. |
void |
setFeedbackSent(java.lang.Boolean value)
Sets the value of the feedbackSent property. |
void |
setIntegratedMerchantCreditCardEnabled(java.lang.Boolean value)
Sets the value of the integratedMerchantCreditCardEnabled property. |
void |
setLastEmailSentTime(java.util.Calendar value)
Sets the value of the lastEmailSentTime property. |
void |
setPaidStatus(SellingManagerPaidStatusCodeType value)
Sets the value of the paidStatus property. |
void |
setPaidTime(java.util.Calendar value)
Sets the value of the paidTime property. |
void |
setPaymentHoldStatus(PaymentHoldStatusCodeType value)
Sets the value of the paymentHoldStatus property. |
void |
setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethodUsed property. |
void |
setPayPalTransactionID(java.lang.String value)
Sets the value of the payPalTransactionID property. |
void |
setSellerInvoiceNumber(java.lang.String value)
Sets the value of the sellerInvoiceNumber property. |
void |
setSellerInvoiceTime(java.util.Calendar value)
Sets the value of the sellerInvoiceTime property. |
void |
setShippedStatus(SellingManagerShippedStatusCodeType value)
Sets the value of the shippedStatus property. |
void |
setShippedTime(java.util.Calendar value)
Sets the value of the shippedTime property. |
void |
setTotalEmailsSent(java.lang.Integer value)
Sets the value of the totalEmailsSent property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected CheckoutStatusCodeType checkoutStatus
protected SellingManagerPaidStatusCodeType paidStatus
protected SellingManagerShippedStatusCodeType shippedStatus
protected PaymentStatusCodeType eBayPaymentStatus
protected java.lang.String payPalTransactionID
protected BuyerPaymentMethodCodeType paymentMethodUsed
protected CommentTypeCodeType feedbackReceived
protected java.lang.Boolean feedbackSent
protected java.lang.Integer totalEmailsSent
protected PaymentHoldStatusCodeType paymentHoldStatus
protected java.lang.String sellerInvoiceNumber
protected java.util.Calendar shippedTime
protected java.util.Calendar paidTime
protected java.util.Calendar lastEmailSentTime
protected java.util.Calendar sellerInvoiceTime
protected java.lang.Boolean integratedMerchantCreditCardEnabled
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerOrderStatusType()
Method Detail |
---|
public CheckoutStatusCodeType getCheckoutStatus()
CheckoutStatusCodeType
public void setCheckoutStatus(CheckoutStatusCodeType value)
value
- allowed object is
CheckoutStatusCodeType
public SellingManagerPaidStatusCodeType getPaidStatus()
SellingManagerPaidStatusCodeType
public void setPaidStatus(SellingManagerPaidStatusCodeType value)
value
- allowed object is
SellingManagerPaidStatusCodeType
public SellingManagerShippedStatusCodeType getShippedStatus()
SellingManagerShippedStatusCodeType
public void setShippedStatus(SellingManagerShippedStatusCodeType value)
value
- allowed object is
SellingManagerShippedStatusCodeType
public PaymentStatusCodeType getEBayPaymentStatus()
PaymentStatusCodeType
public void setEBayPaymentStatus(PaymentStatusCodeType value)
value
- allowed object is
PaymentStatusCodeType
public java.lang.String getPayPalTransactionID()
String
public void setPayPalTransactionID(java.lang.String value)
value
- allowed object is
String
public BuyerPaymentMethodCodeType getPaymentMethodUsed()
BuyerPaymentMethodCodeType
public void setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
value
- allowed object is
BuyerPaymentMethodCodeType
public CommentTypeCodeType getFeedbackReceived()
CommentTypeCodeType
public void setFeedbackReceived(CommentTypeCodeType value)
value
- allowed object is
CommentTypeCodeType
public java.lang.Boolean isFeedbackSent()
Boolean
public void setFeedbackSent(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getTotalEmailsSent()
Integer
public void setTotalEmailsSent(java.lang.Integer value)
value
- allowed object is
Integer
public PaymentHoldStatusCodeType getPaymentHoldStatus()
PaymentHoldStatusCodeType
public void setPaymentHoldStatus(PaymentHoldStatusCodeType value)
value
- allowed object is
PaymentHoldStatusCodeType
public java.lang.String getSellerInvoiceNumber()
String
public void setSellerInvoiceNumber(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getShippedTime()
String
public void setShippedTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getPaidTime()
String
public void setPaidTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getLastEmailSentTime()
String
public void setLastEmailSentTime(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getSellerInvoiceTime()
String
public void setSellerInvoiceTime(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Boolean isIntegratedMerchantCreditCardEnabled()
Boolean
public void setIntegratedMerchantCreditCardEnabled(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Object[] getAny()
Object
Element
public java.lang.Object getAny(int idx)
Object
Element
public int getAnyLength()
public void setAny(java.lang.Object[] values)
values
- allowed objects are
Object
Element
protected java.util.List<java.lang.Object> _getAny()
public java.lang.Object setAny(int idx, java.lang.Object value)
value
- allowed object is
Object
Element
|
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.