|
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.OrderType
public class OrderType
This type is used to express the details of an order. An order may contain one or more line items (purchases) from the same buyer. Regardless of how many line items an order has, only one payment is made for the order.
The GetOrders and GetOrderTransactions calls return many of the fields of this type.
The GetItemTransactions and GetSellerTransactions calls will only return order-level details if the IncludeContainingOrder boolean field is included in the call request and set to true
.
The AddOrder call is used to combine two or more unpaid order line items (between the same seller and buyer) into a 'Combined Invoice' order. While combining these order line items into one 'Combined Invoice' order, the seller can make adjustments to accepted payment methods, shipping details (including costs), and the total cost of the order. Sometimes, sellers will reduce the cost of shipping if one or more order line items can be shipped together in the same package.
The GetMyeBaySelling call returns order details if the seller wishes to view listings that have sold, and the GetMyeBayBuying call returns order details if the buyer wishes to view items they have won or purchased.
Java class for OrderType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrderType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OrderID" type="{urn:ebay:apis:eBLBaseComponents}OrderIDType" minOccurs="0"/> <element name="OrderStatus" type="{urn:ebay:apis:eBLBaseComponents}OrderStatusCodeType" minOccurs="0"/> <element name="AdjustmentAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="AmountPaid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="AmountSaved" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="CheckoutStatus" type="{urn:ebay:apis:eBLBaseComponents}CheckoutStatusType" minOccurs="0"/> <element name="ShippingDetails" type="{urn:ebay:apis:eBLBaseComponents}ShippingDetailsType" minOccurs="0"/> <element name="CreatingUserRole" type="{urn:ebay:apis:eBLBaseComponents}TradingRoleCodeType" minOccurs="0"/> <element name="CreatedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="PaymentMethods" type="{urn:ebay:apis:eBLBaseComponents}BuyerPaymentMethodCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="SellerEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShippingAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/> <element name="ShippingServiceSelected" type="{urn:ebay:apis:eBLBaseComponents}ShippingServiceOptionsType" minOccurs="0"/> <element name="Subtotal" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="Total" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ExternalTransaction" type="{urn:ebay:apis:eBLBaseComponents}ExternalTransactionType" maxOccurs="unbounded" minOccurs="0"/> <element name="TransactionArray" type="{urn:ebay:apis:eBLBaseComponents}TransactionArrayType" minOccurs="0"/> <element name="BuyerUserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="PaidTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ShippedTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="IntegratedMerchantCreditCardEnabled" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BundlePurchase" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="BuyerCheckoutMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="EIASToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="PaymentHoldStatus" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldStatusCodeType" minOccurs="0"/> <element name="PaymentHoldDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldDetailType" minOccurs="0"/> <element name="RefundAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="RefundStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RefundArray" type="{urn:ebay:apis:eBLBaseComponents}RefundArrayType" minOccurs="0"/> <element name="IsMultiLegShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="MultiLegShippingDetails" type="{urn:ebay:apis:eBLBaseComponents}MultiLegShippingDetailsType" minOccurs="0"/> <element name="MonetaryDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentsInformationType" minOccurs="0"/> <element name="PickupDetails" type="{urn:ebay:apis:eBLBaseComponents}PickupDetailsType" minOccurs="0"/> <element name="PickupMethodSelected" type="{urn:ebay:apis:eBLBaseComponents}PickupMethodSelectedType" minOccurs="0"/> <element name="SellerUserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="SellerEIASToken" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CancelReason" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="CancelStatus" type="{urn:ebay:apis:eBLBaseComponents}CancelStatusCodeType" minOccurs="0"/> <element name="CancelReasonDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ShippingConvenienceCharge" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="CancelDetail" type="{urn:ebay:apis:eBLBaseComponents}CancelDetailType" maxOccurs="unbounded" minOccurs="0"/> <element name="LogisticsPlanType" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/> <element name="BuyerTaxIdentifier" type="{urn:ebay:apis:eBLBaseComponents}TaxIdentifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="BuyerPackageEnclosures" type="{urn:ebay:apis:eBLBaseComponents}BuyerPackageEnclosuresType" minOccurs="0"/> <element name="ExtendedOrderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ContainseBayPlusTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="eBayCollectAndRemitTax" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="OrderLineItemCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
OrderType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<TaxIdentifierType> |
_getBuyerTaxIdentifier()
|
protected java.util.List<CancelDetailType> |
_getCancelDetail()
|
protected java.util.List<ExternalTransactionType> |
_getExternalTransaction()
|
protected java.util.List<BuyerPaymentMethodCodeType> |
_getPaymentMethods()
|
AmountType |
getAdjustmentAmount()
Gets the value of the adjustmentAmount property. |
AmountType |
getAmountPaid()
Gets the value of the amountPaid property. |
AmountType |
getAmountSaved()
Gets the value of the amountSaved property. |
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getBuyerCheckoutMessage()
Gets the value of the buyerCheckoutMessage property. |
BuyerPackageEnclosuresType |
getBuyerPackageEnclosures()
Gets the value of the buyerPackageEnclosures property. |
TaxIdentifierType[] |
getBuyerTaxIdentifier()
|
TaxIdentifierType |
getBuyerTaxIdentifier(int idx)
|
int |
getBuyerTaxIdentifierLength()
|
java.lang.String |
getBuyerUserID()
Gets the value of the buyerUserID property. |
CancelDetailType[] |
getCancelDetail()
|
CancelDetailType |
getCancelDetail(int idx)
|
int |
getCancelDetailLength()
|
java.lang.String |
getCancelReason()
Gets the value of the cancelReason property. |
java.lang.String |
getCancelReasonDetails()
Gets the value of the cancelReasonDetails property. |
CancelStatusCodeType |
getCancelStatus()
Gets the value of the cancelStatus property. |
CheckoutStatusType |
getCheckoutStatus()
Gets the value of the checkoutStatus property. |
java.util.Calendar |
getCreatedTime()
Gets the value of the createdTime property. |
TradingRoleCodeType |
getCreatingUserRole()
Gets the value of the creatingUserRole property. |
java.lang.String |
getEIASToken()
Gets the value of the eiasToken property. |
java.lang.String |
getExtendedOrderID()
Gets the value of the extendedOrderID property. |
ExternalTransactionType[] |
getExternalTransaction()
|
ExternalTransactionType |
getExternalTransaction(int idx)
|
int |
getExternalTransactionLength()
|
java.lang.String |
getLogisticsPlanType()
Gets the value of the logisticsPlanType property. |
PaymentsInformationType |
getMonetaryDetails()
Gets the value of the monetaryDetails property. |
MultiLegShippingDetailsType |
getMultiLegShippingDetails()
Gets the value of the multiLegShippingDetails property. |
java.lang.String |
getOrderID()
Gets the value of the orderID property. |
java.lang.Long |
getOrderLineItemCount()
Gets the value of the orderLineItemCount property. |
OrderStatusCodeType |
getOrderStatus()
Gets the value of the orderStatus property. |
java.util.Calendar |
getPaidTime()
Gets the value of the paidTime property. |
PaymentHoldDetailType |
getPaymentHoldDetails()
Gets the value of the paymentHoldDetails property. |
PaymentHoldStatusCodeType |
getPaymentHoldStatus()
Gets the value of the paymentHoldStatus property. |
BuyerPaymentMethodCodeType[] |
getPaymentMethods()
|
BuyerPaymentMethodCodeType |
getPaymentMethods(int idx)
|
int |
getPaymentMethodsLength()
|
PickupDetailsType |
getPickupDetails()
Gets the value of the pickupDetails property. |
PickupMethodSelectedType |
getPickupMethodSelected()
Gets the value of the pickupMethodSelected property. |
AmountType |
getRefundAmount()
Gets the value of the refundAmount property. |
RefundArrayType |
getRefundArray()
Gets the value of the refundArray property. |
java.lang.String |
getRefundStatus()
Gets the value of the refundStatus property. |
java.lang.String |
getSellerEIASToken()
Gets the value of the sellerEIASToken property. |
java.lang.String |
getSellerEmail()
Gets the value of the sellerEmail property. |
java.lang.String |
getSellerUserID()
Gets the value of the sellerUserID property. |
java.util.Calendar |
getShippedTime()
Gets the value of the shippedTime property. |
AddressType |
getShippingAddress()
Gets the value of the shippingAddress property. |
AmountType |
getShippingConvenienceCharge()
Gets the value of the shippingConvenienceCharge property. |
ShippingDetailsType |
getShippingDetails()
Gets the value of the shippingDetails property. |
ShippingServiceOptionsType |
getShippingServiceSelected()
Gets the value of the shippingServiceSelected property. |
AmountType |
getSubtotal()
Gets the value of the subtotal property. |
AmountType |
getTotal()
Gets the value of the total property. |
TransactionArrayType |
getTransactionArray()
Gets the value of the transactionArray property. |
java.lang.Boolean |
isBundlePurchase()
Gets the value of the bundlePurchase property. |
java.lang.Boolean |
isContainseBayPlusTransaction()
Gets the value of the containseBayPlusTransaction property. |
java.lang.Boolean |
isEBayCollectAndRemitTax()
Gets the value of the eBayCollectAndRemitTax property. |
java.lang.Boolean |
isIntegratedMerchantCreditCardEnabled()
Gets the value of the integratedMerchantCreditCardEnabled property. |
java.lang.Boolean |
isIsMultiLegShipping()
Gets the value of the isMultiLegShipping property. |
void |
setAdjustmentAmount(AmountType value)
Sets the value of the adjustmentAmount property. |
void |
setAmountPaid(AmountType value)
Sets the value of the amountPaid property. |
void |
setAmountSaved(AmountType value)
Sets the value of the amountSaved property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setBundlePurchase(java.lang.Boolean value)
Sets the value of the bundlePurchase property. |
void |
setBuyerCheckoutMessage(java.lang.String value)
Sets the value of the buyerCheckoutMessage property. |
void |
setBuyerPackageEnclosures(BuyerPackageEnclosuresType value)
Sets the value of the buyerPackageEnclosures property. |
TaxIdentifierType |
setBuyerTaxIdentifier(int idx,
TaxIdentifierType value)
|
void |
setBuyerTaxIdentifier(TaxIdentifierType[] values)
|
void |
setBuyerUserID(java.lang.String value)
Sets the value of the buyerUserID property. |
void |
setCancelDetail(CancelDetailType[] values)
|
CancelDetailType |
setCancelDetail(int idx,
CancelDetailType value)
|
void |
setCancelReason(java.lang.String value)
Sets the value of the cancelReason property. |
void |
setCancelReasonDetails(java.lang.String value)
Sets the value of the cancelReasonDetails property. |
void |
setCancelStatus(CancelStatusCodeType value)
Sets the value of the cancelStatus property. |
void |
setCheckoutStatus(CheckoutStatusType value)
Sets the value of the checkoutStatus property. |
void |
setContainseBayPlusTransaction(java.lang.Boolean value)
Sets the value of the containseBayPlusTransaction property. |
void |
setCreatedTime(java.util.Calendar value)
Sets the value of the createdTime property. |
void |
setCreatingUserRole(TradingRoleCodeType value)
Sets the value of the creatingUserRole property. |
void |
setEBayCollectAndRemitTax(java.lang.Boolean value)
Sets the value of the eBayCollectAndRemitTax property. |
void |
setEIASToken(java.lang.String value)
Sets the value of the eiasToken property. |
void |
setExtendedOrderID(java.lang.String value)
Sets the value of the extendedOrderID property. |
void |
setExternalTransaction(ExternalTransactionType[] values)
|
ExternalTransactionType |
setExternalTransaction(int idx,
ExternalTransactionType value)
|
void |
setIntegratedMerchantCreditCardEnabled(java.lang.Boolean value)
Sets the value of the integratedMerchantCreditCardEnabled property. |
void |
setIsMultiLegShipping(java.lang.Boolean value)
Sets the value of the isMultiLegShipping property. |
void |
setLogisticsPlanType(java.lang.String value)
Sets the value of the logisticsPlanType property. |
void |
setMonetaryDetails(PaymentsInformationType value)
Sets the value of the monetaryDetails property. |
void |
setMultiLegShippingDetails(MultiLegShippingDetailsType value)
Sets the value of the multiLegShippingDetails property. |
void |
setOrderID(java.lang.String value)
Sets the value of the orderID property. |
void |
setOrderLineItemCount(java.lang.Long value)
Sets the value of the orderLineItemCount property. |
void |
setOrderStatus(OrderStatusCodeType value)
Sets the value of the orderStatus property. |
void |
setPaidTime(java.util.Calendar value)
Sets the value of the paidTime property. |
void |
setPaymentHoldDetails(PaymentHoldDetailType value)
Sets the value of the paymentHoldDetails property. |
void |
setPaymentHoldStatus(PaymentHoldStatusCodeType value)
Sets the value of the paymentHoldStatus property. |
void |
setPaymentMethods(BuyerPaymentMethodCodeType[] values)
|
BuyerPaymentMethodCodeType |
setPaymentMethods(int idx,
BuyerPaymentMethodCodeType value)
|
void |
setPickupDetails(PickupDetailsType value)
Sets the value of the pickupDetails property. |
void |
setPickupMethodSelected(PickupMethodSelectedType value)
Sets the value of the pickupMethodSelected property. |
void |
setRefundAmount(AmountType value)
Sets the value of the refundAmount property. |
void |
setRefundArray(RefundArrayType value)
Sets the value of the refundArray property. |
void |
setRefundStatus(java.lang.String value)
Sets the value of the refundStatus property. |
void |
setSellerEIASToken(java.lang.String value)
Sets the value of the sellerEIASToken property. |
void |
setSellerEmail(java.lang.String value)
Sets the value of the sellerEmail property. |
void |
setSellerUserID(java.lang.String value)
Sets the value of the sellerUserID property. |
void |
setShippedTime(java.util.Calendar value)
Sets the value of the shippedTime property. |
void |
setShippingAddress(AddressType value)
Sets the value of the shippingAddress property. |
void |
setShippingConvenienceCharge(AmountType value)
Sets the value of the shippingConvenienceCharge property. |
void |
setShippingDetails(ShippingDetailsType value)
Sets the value of the shippingDetails property. |
void |
setShippingServiceSelected(ShippingServiceOptionsType value)
Sets the value of the shippingServiceSelected property. |
void |
setSubtotal(AmountType value)
Sets the value of the subtotal property. |
void |
setTotal(AmountType value)
Sets the value of the total property. |
void |
setTransactionArray(TransactionArrayType value)
Sets the value of the transactionArray property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String orderID
protected OrderStatusCodeType orderStatus
protected AmountType adjustmentAmount
protected AmountType amountPaid
protected AmountType amountSaved
protected CheckoutStatusType checkoutStatus
protected ShippingDetailsType shippingDetails
protected TradingRoleCodeType creatingUserRole
protected java.util.Calendar createdTime
protected java.util.List<BuyerPaymentMethodCodeType> paymentMethods
protected java.lang.String sellerEmail
protected AddressType shippingAddress
protected ShippingServiceOptionsType shippingServiceSelected
protected AmountType subtotal
protected AmountType total
protected java.util.List<ExternalTransactionType> externalTransaction
protected TransactionArrayType transactionArray
protected java.lang.String buyerUserID
protected java.util.Calendar paidTime
protected java.util.Calendar shippedTime
protected java.lang.Boolean integratedMerchantCreditCardEnabled
protected java.lang.Boolean bundlePurchase
protected java.lang.String buyerCheckoutMessage
protected java.lang.String eiasToken
protected PaymentHoldStatusCodeType paymentHoldStatus
protected PaymentHoldDetailType paymentHoldDetails
protected AmountType refundAmount
protected java.lang.String refundStatus
protected RefundArrayType refundArray
protected java.lang.Boolean isMultiLegShipping
protected MultiLegShippingDetailsType multiLegShippingDetails
protected PaymentsInformationType monetaryDetails
protected PickupDetailsType pickupDetails
protected PickupMethodSelectedType pickupMethodSelected
protected java.lang.String sellerUserID
protected java.lang.String sellerEIASToken
protected java.lang.String cancelReason
protected CancelStatusCodeType cancelStatus
protected java.lang.String cancelReasonDetails
protected AmountType shippingConvenienceCharge
protected java.util.List<CancelDetailType> cancelDetail
protected java.lang.String logisticsPlanType
protected java.util.List<TaxIdentifierType> buyerTaxIdentifier
protected BuyerPackageEnclosuresType buyerPackageEnclosures
protected java.lang.String extendedOrderID
protected java.lang.Boolean containseBayPlusTransaction
protected java.lang.Boolean eBayCollectAndRemitTax
protected java.lang.Long orderLineItemCount
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public OrderType()
Method Detail |
---|
public java.lang.String getOrderID()
String
public void setOrderID(java.lang.String value)
value
- allowed object is
String
public OrderStatusCodeType getOrderStatus()
OrderStatusCodeType
public void setOrderStatus(OrderStatusCodeType value)
value
- allowed object is
OrderStatusCodeType
public AmountType getAdjustmentAmount()
AmountType
public void setAdjustmentAmount(AmountType value)
value
- allowed object is
AmountType
public AmountType getAmountPaid()
AmountType
public void setAmountPaid(AmountType value)
value
- allowed object is
AmountType
public AmountType getAmountSaved()
AmountType
public void setAmountSaved(AmountType value)
value
- allowed object is
AmountType
public CheckoutStatusType getCheckoutStatus()
CheckoutStatusType
public void setCheckoutStatus(CheckoutStatusType value)
value
- allowed object is
CheckoutStatusType
public ShippingDetailsType getShippingDetails()
ShippingDetailsType
public void setShippingDetails(ShippingDetailsType value)
value
- allowed object is
ShippingDetailsType
public TradingRoleCodeType getCreatingUserRole()
TradingRoleCodeType
public void setCreatingUserRole(TradingRoleCodeType value)
value
- allowed object is
TradingRoleCodeType
public java.util.Calendar getCreatedTime()
String
public void setCreatedTime(java.util.Calendar value)
value
- allowed object is
String
public BuyerPaymentMethodCodeType[] getPaymentMethods()
BuyerPaymentMethodCodeType
public BuyerPaymentMethodCodeType getPaymentMethods(int idx)
BuyerPaymentMethodCodeType
public int getPaymentMethodsLength()
public void setPaymentMethods(BuyerPaymentMethodCodeType[] values)
values
- allowed objects are
BuyerPaymentMethodCodeType
protected java.util.List<BuyerPaymentMethodCodeType> _getPaymentMethods()
public BuyerPaymentMethodCodeType setPaymentMethods(int idx, BuyerPaymentMethodCodeType value)
value
- allowed object is
BuyerPaymentMethodCodeType
public java.lang.String getSellerEmail()
String
public void setSellerEmail(java.lang.String value)
value
- allowed object is
String
public AddressType getShippingAddress()
AddressType
public void setShippingAddress(AddressType value)
value
- allowed object is
AddressType
public ShippingServiceOptionsType getShippingServiceSelected()
ShippingServiceOptionsType
public void setShippingServiceSelected(ShippingServiceOptionsType value)
value
- allowed object is
ShippingServiceOptionsType
public AmountType getSubtotal()
AmountType
public void setSubtotal(AmountType value)
value
- allowed object is
AmountType
public AmountType getTotal()
AmountType
public void setTotal(AmountType value)
value
- allowed object is
AmountType
public ExternalTransactionType[] getExternalTransaction()
ExternalTransactionType
public ExternalTransactionType getExternalTransaction(int idx)
ExternalTransactionType
public int getExternalTransactionLength()
public void setExternalTransaction(ExternalTransactionType[] values)
values
- allowed objects are
ExternalTransactionType
protected java.util.List<ExternalTransactionType> _getExternalTransaction()
public ExternalTransactionType setExternalTransaction(int idx, ExternalTransactionType value)
value
- allowed object is
ExternalTransactionType
public TransactionArrayType getTransactionArray()
TransactionArrayType
public void setTransactionArray(TransactionArrayType value)
value
- allowed object is
TransactionArrayType
public java.lang.String getBuyerUserID()
String
public void setBuyerUserID(java.lang.String 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 getShippedTime()
String
public void setShippedTime(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.Boolean isBundlePurchase()
Boolean
public void setBundlePurchase(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getBuyerCheckoutMessage()
String
public void setBuyerCheckoutMessage(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEIASToken()
String
public void setEIASToken(java.lang.String value)
value
- allowed object is
String
public PaymentHoldStatusCodeType getPaymentHoldStatus()
PaymentHoldStatusCodeType
public void setPaymentHoldStatus(PaymentHoldStatusCodeType value)
value
- allowed object is
PaymentHoldStatusCodeType
public PaymentHoldDetailType getPaymentHoldDetails()
PaymentHoldDetailType
public void setPaymentHoldDetails(PaymentHoldDetailType value)
value
- allowed object is
PaymentHoldDetailType
public AmountType getRefundAmount()
AmountType
public void setRefundAmount(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getRefundStatus()
String
public void setRefundStatus(java.lang.String value)
value
- allowed object is
String
public RefundArrayType getRefundArray()
RefundArrayType
public void setRefundArray(RefundArrayType value)
value
- allowed object is
RefundArrayType
public java.lang.Boolean isIsMultiLegShipping()
Boolean
public void setIsMultiLegShipping(java.lang.Boolean value)
value
- allowed object is
Boolean
public MultiLegShippingDetailsType getMultiLegShippingDetails()
MultiLegShippingDetailsType
public void setMultiLegShippingDetails(MultiLegShippingDetailsType value)
value
- allowed object is
MultiLegShippingDetailsType
public PaymentsInformationType getMonetaryDetails()
PaymentsInformationType
public void setMonetaryDetails(PaymentsInformationType value)
value
- allowed object is
PaymentsInformationType
public PickupDetailsType getPickupDetails()
PickupDetailsType
public void setPickupDetails(PickupDetailsType value)
value
- allowed object is
PickupDetailsType
public PickupMethodSelectedType getPickupMethodSelected()
PickupMethodSelectedType
public void setPickupMethodSelected(PickupMethodSelectedType value)
value
- allowed object is
PickupMethodSelectedType
public java.lang.String getSellerUserID()
String
public void setSellerUserID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSellerEIASToken()
String
public void setSellerEIASToken(java.lang.String value)
value
- allowed object is
String
public java.lang.String getCancelReason()
String
public void setCancelReason(java.lang.String value)
value
- allowed object is
String
public CancelStatusCodeType getCancelStatus()
CancelStatusCodeType
public void setCancelStatus(CancelStatusCodeType value)
value
- allowed object is
CancelStatusCodeType
public java.lang.String getCancelReasonDetails()
String
public void setCancelReasonDetails(java.lang.String value)
value
- allowed object is
String
public AmountType getShippingConvenienceCharge()
AmountType
public void setShippingConvenienceCharge(AmountType value)
value
- allowed object is
AmountType
public CancelDetailType[] getCancelDetail()
CancelDetailType
public CancelDetailType getCancelDetail(int idx)
CancelDetailType
public int getCancelDetailLength()
public void setCancelDetail(CancelDetailType[] values)
values
- allowed objects are
CancelDetailType
protected java.util.List<CancelDetailType> _getCancelDetail()
public CancelDetailType setCancelDetail(int idx, CancelDetailType value)
value
- allowed object is
CancelDetailType
public java.lang.String getLogisticsPlanType()
String
public void setLogisticsPlanType(java.lang.String value)
value
- allowed object is
String
public TaxIdentifierType[] getBuyerTaxIdentifier()
TaxIdentifierType
public TaxIdentifierType getBuyerTaxIdentifier(int idx)
TaxIdentifierType
public int getBuyerTaxIdentifierLength()
public void setBuyerTaxIdentifier(TaxIdentifierType[] values)
values
- allowed objects are
TaxIdentifierType
protected java.util.List<TaxIdentifierType> _getBuyerTaxIdentifier()
public TaxIdentifierType setBuyerTaxIdentifier(int idx, TaxIdentifierType value)
value
- allowed object is
TaxIdentifierType
public BuyerPackageEnclosuresType getBuyerPackageEnclosures()
BuyerPackageEnclosuresType
public void setBuyerPackageEnclosures(BuyerPackageEnclosuresType value)
value
- allowed object is
BuyerPackageEnclosuresType
public java.lang.String getExtendedOrderID()
String
public void setExtendedOrderID(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isContainseBayPlusTransaction()
Boolean
public void setContainseBayPlusTransaction(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isEBayCollectAndRemitTax()
Boolean
public void setEBayCollectAndRemitTax(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Long getOrderLineItemCount()
Long
public void setOrderLineItemCount(java.lang.Long value)
value
- allowed object is
Long
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.