Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellingManagerOrderStatusType

java.lang.Object
  extended by com.ebay.soap.eBLBaseComponents.SellingManagerOrderStatusType
All Implemented Interfaces:
java.io.Serializable

public class SellingManagerOrderStatusType
extends java.lang.Object
implements java.io.Serializable

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>
 

See Also:
Serialized Form

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

checkoutStatus

protected CheckoutStatusCodeType checkoutStatus

paidStatus

protected SellingManagerPaidStatusCodeType paidStatus

shippedStatus

protected SellingManagerShippedStatusCodeType shippedStatus

eBayPaymentStatus

protected PaymentStatusCodeType eBayPaymentStatus

payPalTransactionID

protected java.lang.String payPalTransactionID

paymentMethodUsed

protected BuyerPaymentMethodCodeType paymentMethodUsed

feedbackReceived

protected CommentTypeCodeType feedbackReceived

feedbackSent

protected java.lang.Boolean feedbackSent

totalEmailsSent

protected java.lang.Integer totalEmailsSent

paymentHoldStatus

protected PaymentHoldStatusCodeType paymentHoldStatus

sellerInvoiceNumber

protected java.lang.String sellerInvoiceNumber

shippedTime

protected java.util.Calendar shippedTime

paidTime

protected java.util.Calendar paidTime

lastEmailSentTime

protected java.util.Calendar lastEmailSentTime

sellerInvoiceTime

protected java.util.Calendar sellerInvoiceTime

integratedMerchantCreditCardEnabled

protected java.lang.Boolean integratedMerchantCreditCardEnabled

any

protected java.util.List<java.lang.Object> any
Constructor Detail

SellingManagerOrderStatusType

public SellingManagerOrderStatusType()
Method Detail

getCheckoutStatus

public CheckoutStatusCodeType getCheckoutStatus()
Gets the value of the checkoutStatus property.

Returns:
possible object is CheckoutStatusCodeType

setCheckoutStatus

public void setCheckoutStatus(CheckoutStatusCodeType value)
Sets the value of the checkoutStatus property.

Parameters:
value - allowed object is CheckoutStatusCodeType

getPaidStatus

public SellingManagerPaidStatusCodeType getPaidStatus()
Gets the value of the paidStatus property.

Returns:
possible object is SellingManagerPaidStatusCodeType

setPaidStatus

public void setPaidStatus(SellingManagerPaidStatusCodeType value)
Sets the value of the paidStatus property.

Parameters:
value - allowed object is SellingManagerPaidStatusCodeType

getShippedStatus

public SellingManagerShippedStatusCodeType getShippedStatus()
Gets the value of the shippedStatus property.

Returns:
possible object is SellingManagerShippedStatusCodeType

setShippedStatus

public void setShippedStatus(SellingManagerShippedStatusCodeType value)
Sets the value of the shippedStatus property.

Parameters:
value - allowed object is SellingManagerShippedStatusCodeType

getEBayPaymentStatus

public PaymentStatusCodeType getEBayPaymentStatus()
Gets the value of the eBayPaymentStatus property.

Returns:
possible object is PaymentStatusCodeType

setEBayPaymentStatus

public void setEBayPaymentStatus(PaymentStatusCodeType value)
Sets the value of the eBayPaymentStatus property.

Parameters:
value - allowed object is PaymentStatusCodeType

getPayPalTransactionID

public java.lang.String getPayPalTransactionID()
Gets the value of the payPalTransactionID property.

Returns:
possible object is String

setPayPalTransactionID

public void setPayPalTransactionID(java.lang.String value)
Sets the value of the payPalTransactionID property.

Parameters:
value - allowed object is String

getPaymentMethodUsed

public BuyerPaymentMethodCodeType getPaymentMethodUsed()
Gets the value of the paymentMethodUsed property.

Returns:
possible object is BuyerPaymentMethodCodeType

setPaymentMethodUsed

public void setPaymentMethodUsed(BuyerPaymentMethodCodeType value)
Sets the value of the paymentMethodUsed property.

Parameters:
value - allowed object is BuyerPaymentMethodCodeType

getFeedbackReceived

public CommentTypeCodeType getFeedbackReceived()
Gets the value of the feedbackReceived property.

Returns:
possible object is CommentTypeCodeType

setFeedbackReceived

public void setFeedbackReceived(CommentTypeCodeType value)
Sets the value of the feedbackReceived property.

Parameters:
value - allowed object is CommentTypeCodeType

isFeedbackSent

public java.lang.Boolean isFeedbackSent()
Gets the value of the feedbackSent property.

Returns:
possible object is Boolean

setFeedbackSent

public void setFeedbackSent(java.lang.Boolean value)
Sets the value of the feedbackSent property.

Parameters:
value - allowed object is Boolean

getTotalEmailsSent

public java.lang.Integer getTotalEmailsSent()
Gets the value of the totalEmailsSent property.

Returns:
possible object is Integer

setTotalEmailsSent

public void setTotalEmailsSent(java.lang.Integer value)
Sets the value of the totalEmailsSent property.

Parameters:
value - allowed object is Integer

getPaymentHoldStatus

public PaymentHoldStatusCodeType getPaymentHoldStatus()
Gets the value of the paymentHoldStatus property.

Returns:
possible object is PaymentHoldStatusCodeType

setPaymentHoldStatus

public void setPaymentHoldStatus(PaymentHoldStatusCodeType value)
Sets the value of the paymentHoldStatus property.

Parameters:
value - allowed object is PaymentHoldStatusCodeType

getSellerInvoiceNumber

public java.lang.String getSellerInvoiceNumber()
Gets the value of the sellerInvoiceNumber property.

Returns:
possible object is String

setSellerInvoiceNumber

public void setSellerInvoiceNumber(java.lang.String value)
Sets the value of the sellerInvoiceNumber property.

Parameters:
value - allowed object is String

getShippedTime

public java.util.Calendar getShippedTime()
Gets the value of the shippedTime property.

Returns:
possible object is String

setShippedTime

public void setShippedTime(java.util.Calendar value)
Sets the value of the shippedTime property.

Parameters:
value - allowed object is String

getPaidTime

public java.util.Calendar getPaidTime()
Gets the value of the paidTime property.

Returns:
possible object is String

setPaidTime

public void setPaidTime(java.util.Calendar value)
Sets the value of the paidTime property.

Parameters:
value - allowed object is String

getLastEmailSentTime

public java.util.Calendar getLastEmailSentTime()
Gets the value of the lastEmailSentTime property.

Returns:
possible object is String

setLastEmailSentTime

public void setLastEmailSentTime(java.util.Calendar value)
Sets the value of the lastEmailSentTime property.

Parameters:
value - allowed object is String

getSellerInvoiceTime

public java.util.Calendar getSellerInvoiceTime()
Gets the value of the sellerInvoiceTime property.

Returns:
possible object is String

setSellerInvoiceTime

public void setSellerInvoiceTime(java.util.Calendar value)
Sets the value of the sellerInvoiceTime property.

Parameters:
value - allowed object is String

isIntegratedMerchantCreditCardEnabled

public java.lang.Boolean isIntegratedMerchantCreditCardEnabled()
Gets the value of the integratedMerchantCreditCardEnabled property.

Returns:
possible object is Boolean

setIntegratedMerchantCreditCardEnabled

public void setIntegratedMerchantCreditCardEnabled(java.lang.Boolean value)
Sets the value of the integratedMerchantCreditCardEnabled property.

Parameters:
value - allowed object is Boolean

getAny

public java.lang.Object[] getAny()
Returns:
array of Object Element

getAny

public java.lang.Object getAny(int idx)
Returns:
one of Object Element

getAnyLength

public int getAnyLength()

setAny

public void setAny(java.lang.Object[] values)
Parameters:
values - allowed objects are Object Element

_getAny

protected java.util.List<java.lang.Object> _getAny()

setAny

public java.lang.Object setAny(int idx,
                               java.lang.Object value)
Parameters:
value - allowed object is Object Element

Changes since
the last release

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.