Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class TransactionType

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

public class TransactionType
extends Object
implements Serializable

Contains information about a single order line item (transaction). An order line item contains information about the sale of one or multiple items from a single listing to a single buyer. The eBay system creates an order line item when a buyer has committed to make a purchase in an auction or fixed-price listing. A fixed-priced listing (with multiple identical items or a similar item with variations) can spawn one or more order line items. Auction listings and single-quantity, fixed-price listings can only spawn one order line item.

Java class for TransactionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TransactionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AmountPaid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="AdjustmentAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ConvertedAdjustmentAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="Buyer" type="{urn:ebay:apis:eBLBaseComponents}UserType" minOccurs="0"/>
         <element name="ShippingDetails" type="{urn:ebay:apis:eBLBaseComponents}ShippingDetailsType" minOccurs="0"/>
         <element name="ConvertedAmountPaid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ConvertedTransactionPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="DepositType" type="{urn:ebay:apis:eBLBaseComponents}DepositTypeCodeType" minOccurs="0"/>
         <element name="Item" type="{urn:ebay:apis:eBLBaseComponents}ItemType" minOccurs="0"/>
         <element name="QuantityPurchased" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}TransactionStatusType" minOccurs="0"/>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TransactionPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="BestOfferSale" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="VATPercent" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="ExternalTransaction" type="{urn:ebay:apis:eBLBaseComponents}ExternalTransactionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="SellingManagerProductDetails" type="{urn:ebay:apis:eBLBaseComponents}SellingManagerProductDetailsType" minOccurs="0"/>
         <element name="ShippingServiceSelected" type="{urn:ebay:apis:eBLBaseComponents}ShippingServiceOptionsType" minOccurs="0"/>
         <element name="BuyerMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DutchAuctionBid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="BuyerPaidStatus" type="{urn:ebay:apis:eBLBaseComponents}PaidStatusCodeType" minOccurs="0"/>
         <element name="SellerPaidStatus" type="{urn:ebay:apis:eBLBaseComponents}PaidStatusCodeType" 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="TotalPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="FeedbackLeft" type="{urn:ebay:apis:eBLBaseComponents}FeedbackInfoType" minOccurs="0"/>
         <element name="FeedbackReceived" type="{urn:ebay:apis:eBLBaseComponents}FeedbackInfoType" minOccurs="0"/>
         <element name="ContainingOrder" type="{urn:ebay:apis:eBLBaseComponents}OrderType" minOccurs="0"/>
         <element name="FinalValueFee" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ListingCheckoutRedirectPreference" type="{urn:ebay:apis:eBLBaseComponents}ListingCheckoutRedirectPreferenceType" minOccurs="0"/>
         <element name="RefundArray" type="{urn:ebay:apis:eBLBaseComponents}RefundArrayType" minOccurs="0"/>
         <element name="TransactionSiteID" type="{urn:ebay:apis:eBLBaseComponents}SiteCodeType" minOccurs="0"/>
         <element name="Platform" type="{urn:ebay:apis:eBLBaseComponents}TransactionPlatformCodeType" minOccurs="0"/>
         <element name="CartID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SellerContactBuyerByEmail" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="PayPalEmailAddress" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaisaPayID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BuyerGuaranteePrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="Variation" type="{urn:ebay:apis:eBLBaseComponents}VariationType" minOccurs="0"/>
         <element name="BuyerCheckoutMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TotalTransactionPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="Taxes" type="{urn:ebay:apis:eBLBaseComponents}TaxesType" minOccurs="0"/>
         <element name="BundlePurchase" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="ActualShippingCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ActualHandlingCost" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="eBayPaymentID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentHoldDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentHoldDetailType" minOccurs="0"/>
         <element name="SellerDiscounts" type="{urn:ebay:apis:eBLBaseComponents}SellerDiscountsType" 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="CodiceFiscale" type="{http://www.w3.org/2001/XMLSchema}string" 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="InvoiceSentTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="UnpaidItem" type="{urn:ebay:apis:eBLBaseComponents}UnpaidItemType" minOccurs="0"/>
         <element name="IntangibleItem" type="{http://www.w3.org/2001/XMLSchema}boolean" 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="ShippingConvenienceCharge" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="LogisticsPlanType" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="BuyerPackageEnclosures" type="{urn:ebay:apis:eBLBaseComponents}BuyerPackageEnclosuresType" minOccurs="0"/>
         <element name="InventoryReservationID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExtendedOrderID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="eBayPlusTransaction" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GiftSummary" type="{urn:ebay:apis:eBLBaseComponents}GiftSummaryType" minOccurs="0"/>
         <element name="DigitalDeliverySelected" type="{urn:ebay:apis:eBLBaseComponents}DigitalDeliverySelectedType" minOccurs="0"/>
         <element name="Gift" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GuaranteedShipping" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="GuaranteedDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AmountType actualHandlingCost
           
protected  AmountType actualShippingCost
           
protected  AmountType adjustmentAmount
           
protected  AmountType amountPaid
           
protected  List<Object> any
           
protected  Boolean bestOfferSale
           
protected  Boolean bundlePurchase
           
protected  UserType buyer
           
protected  String buyerCheckoutMessage
           
protected  AmountType buyerGuaranteePrice
           
protected  String buyerMessage
           
protected  BuyerPackageEnclosuresType buyerPackageEnclosures
           
protected  PaidStatusCodeType buyerPaidStatus
           
protected  String cartID
           
protected  String codiceFiscale
           
protected  OrderType containingOrder
           
protected  AmountType convertedAdjustmentAmount
           
protected  AmountType convertedAmountPaid
           
protected  AmountType convertedTransactionPrice
           
protected  Calendar createdDate
           
protected  DepositTypeCodeType depositType
           
protected  DigitalDeliverySelectedType digitalDeliverySelected
           
protected  AmountType dutchAuctionBid
           
protected  String eBayPaymentID
           
protected  Boolean eBayPlusTransaction
           
protected  String extendedOrderID
           
protected  List<ExternalTransactionType> externalTransaction
           
protected  FeedbackInfoType feedbackLeft
           
protected  FeedbackInfoType feedbackReceived
           
protected  AmountType finalValueFee
           
protected  Boolean gift
           
protected  GiftSummaryType giftSummary
           
protected  Boolean guaranteedDelivery
           
protected  Boolean guaranteedShipping
           
protected  Boolean intangibleItem
           
protected  String inventoryReservationID
           
protected  Calendar invoiceSentTime
           
protected  Boolean isMultiLegShipping
           
protected  ItemType item
           
protected  ListingCheckoutRedirectPreferenceType listingCheckoutRedirectPreference
           
protected  String logisticsPlanType
           
protected  PaymentsInformationType monetaryDetails
           
protected  MultiLegShippingDetailsType multiLegShippingDetails
           
protected  String orderLineItemID
           
protected  Calendar paidTime
           
protected  String paisaPayID
           
protected  PaymentHoldDetailType paymentHoldDetails
           
protected  String payPalEmailAddress
           
protected  PickupDetailsType pickupDetails
           
protected  PickupMethodSelectedType pickupMethodSelected
           
protected  TransactionPlatformCodeType platform
           
protected  Integer quantityPurchased
           
protected  AmountType refundAmount
           
protected  RefundArrayType refundArray
           
protected  String refundStatus
           
protected  Boolean sellerContactBuyerByEmail
           
protected  SellerDiscountsType sellerDiscounts
           
protected  PaidStatusCodeType sellerPaidStatus
           
protected  SellingManagerProductDetailsType sellingManagerProductDetails
           
protected  Calendar shippedTime
           
protected  AmountType shippingConvenienceCharge
           
protected  ShippingDetailsType shippingDetails
           
protected  ShippingServiceOptionsType shippingServiceSelected
           
protected  TransactionStatusType status
           
protected  TaxesType taxes
           
protected  AmountType totalPrice
           
protected  AmountType totalTransactionPrice
           
protected  String transactionID
           
protected  AmountType transactionPrice
           
protected  SiteCodeType transactionSiteID
           
protected  UnpaidItemType unpaidItem
           
protected  VariationType variation
           
protected  BigDecimal vatPercent
           
 
Constructor Summary
TransactionType()
           
 
Method Summary
protected  List<Object> _getAny()
           
protected  List<ExternalTransactionType> _getExternalTransaction()
           
 AmountType getActualHandlingCost()
          Gets the value of the actualHandlingCost property.
 AmountType getActualShippingCost()
          Gets the value of the actualShippingCost property.
 AmountType getAdjustmentAmount()
          Gets the value of the adjustmentAmount property.
 AmountType getAmountPaid()
          Gets the value of the amountPaid property.
 Object[] getAny()
           
 Object getAny(int idx)
           
 int getAnyLength()
           
 UserType getBuyer()
          Gets the value of the buyer property.
 String getBuyerCheckoutMessage()
          Gets the value of the buyerCheckoutMessage property.
 AmountType getBuyerGuaranteePrice()
          Gets the value of the buyerGuaranteePrice property.
 String getBuyerMessage()
          Gets the value of the buyerMessage property.
 BuyerPackageEnclosuresType getBuyerPackageEnclosures()
          Gets the value of the buyerPackageEnclosures property.
 PaidStatusCodeType getBuyerPaidStatus()
          Gets the value of the buyerPaidStatus property.
 String getCartID()
          Gets the value of the cartID property.
 String getCodiceFiscale()
          Gets the value of the codiceFiscale property.
 OrderType getContainingOrder()
          Gets the value of the containingOrder property.
 AmountType getConvertedAdjustmentAmount()
          Gets the value of the convertedAdjustmentAmount property.
 AmountType getConvertedAmountPaid()
          Gets the value of the convertedAmountPaid property.
 AmountType getConvertedTransactionPrice()
          Gets the value of the convertedTransactionPrice property.
 Calendar getCreatedDate()
          Gets the value of the createdDate property.
 DepositTypeCodeType getDepositType()
          Gets the value of the depositType property.
 DigitalDeliverySelectedType getDigitalDeliverySelected()
          Gets the value of the digitalDeliverySelected property.
 AmountType getDutchAuctionBid()
          Gets the value of the dutchAuctionBid property.
 String getEBayPaymentID()
          Gets the value of the eBayPaymentID property.
 String getExtendedOrderID()
          Gets the value of the extendedOrderID property.
 ExternalTransactionType[] getExternalTransaction()
           
 ExternalTransactionType getExternalTransaction(int idx)
           
 int getExternalTransactionLength()
           
 FeedbackInfoType getFeedbackLeft()
          Gets the value of the feedbackLeft property.
 FeedbackInfoType getFeedbackReceived()
          Gets the value of the feedbackReceived property.
 AmountType getFinalValueFee()
          Gets the value of the finalValueFee property.
 GiftSummaryType getGiftSummary()
          Gets the value of the giftSummary property.
 String getInventoryReservationID()
          Gets the value of the inventoryReservationID property.
 Calendar getInvoiceSentTime()
          Gets the value of the invoiceSentTime property.
 ItemType getItem()
          Gets the value of the item property.
 ListingCheckoutRedirectPreferenceType getListingCheckoutRedirectPreference()
          Gets the value of the listingCheckoutRedirectPreference property.
 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.
 String getOrderLineItemID()
          Gets the value of the orderLineItemID property.
 Calendar getPaidTime()
          Gets the value of the paidTime property.
 String getPaisaPayID()
          Gets the value of the paisaPayID property.
 PaymentHoldDetailType getPaymentHoldDetails()
          Gets the value of the paymentHoldDetails property.
 String getPayPalEmailAddress()
          Gets the value of the payPalEmailAddress property.
 PickupDetailsType getPickupDetails()
          Gets the value of the pickupDetails property.
 PickupMethodSelectedType getPickupMethodSelected()
          Gets the value of the pickupMethodSelected property.
 TransactionPlatformCodeType getPlatform()
          Gets the value of the platform property.
 Integer getQuantityPurchased()
          Gets the value of the quantityPurchased property.
 AmountType getRefundAmount()
          Gets the value of the refundAmount property.
 RefundArrayType getRefundArray()
          Gets the value of the refundArray property.
 String getRefundStatus()
          Gets the value of the refundStatus property.
 SellerDiscountsType getSellerDiscounts()
          Gets the value of the sellerDiscounts property.
 PaidStatusCodeType getSellerPaidStatus()
          Gets the value of the sellerPaidStatus property.
 SellingManagerProductDetailsType getSellingManagerProductDetails()
          Gets the value of the sellingManagerProductDetails property.
 Calendar getShippedTime()
          Gets the value of the shippedTime 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.
 TransactionStatusType getStatus()
          Gets the value of the status property.
 TaxesType getTaxes()
          Gets the value of the taxes property.
 AmountType getTotalPrice()
          Gets the value of the totalPrice property.
 AmountType getTotalTransactionPrice()
          Gets the value of the totalTransactionPrice property.
 String getTransactionID()
          Gets the value of the transactionID property.
 AmountType getTransactionPrice()
          Gets the value of the transactionPrice property.
 SiteCodeType getTransactionSiteID()
          Gets the value of the transactionSiteID property.
 UnpaidItemType getUnpaidItem()
          Gets the value of the unpaidItem property.
 VariationType getVariation()
          Gets the value of the variation property.
 BigDecimal getVATPercent()
          Gets the value of the vatPercent property.
 Boolean isBestOfferSale()
          Gets the value of the bestOfferSale property.
 Boolean isBundlePurchase()
          Gets the value of the bundlePurchase property.
 Boolean isEBayPlusTransaction()
          Gets the value of the eBayPlusTransaction property.
 Boolean isGift()
          Gets the value of the gift property.
 Boolean isGuaranteedDelivery()
          Gets the value of the guaranteedDelivery property.
 Boolean isGuaranteedShipping()
          Gets the value of the guaranteedShipping property.
 Boolean isIntangibleItem()
          Gets the value of the intangibleItem property.
 Boolean isIsMultiLegShipping()
          Gets the value of the isMultiLegShipping property.
 Boolean isSellerContactBuyerByEmail()
          Gets the value of the sellerContactBuyerByEmail property.
 void setActualHandlingCost(AmountType value)
          Sets the value of the actualHandlingCost property.
 void setActualShippingCost(AmountType value)
          Sets the value of the actualShippingCost property.
 void setAdjustmentAmount(AmountType value)
          Sets the value of the adjustmentAmount property.
 void setAmountPaid(AmountType value)
          Sets the value of the amountPaid property.
 Object setAny(int idx, Object value)
           
 void setAny(Object[] values)
           
 void setBestOfferSale(Boolean value)
          Sets the value of the bestOfferSale property.
 void setBundlePurchase(Boolean value)
          Sets the value of the bundlePurchase property.
 void setBuyer(UserType value)
          Sets the value of the buyer property.
 void setBuyerCheckoutMessage(String value)
          Sets the value of the buyerCheckoutMessage property.
 void setBuyerGuaranteePrice(AmountType value)
          Sets the value of the buyerGuaranteePrice property.
 void setBuyerMessage(String value)
          Sets the value of the buyerMessage property.
 void setBuyerPackageEnclosures(BuyerPackageEnclosuresType value)
          Sets the value of the buyerPackageEnclosures property.
 void setBuyerPaidStatus(PaidStatusCodeType value)
          Sets the value of the buyerPaidStatus property.
 void setCartID(String value)
          Sets the value of the cartID property.
 void setCodiceFiscale(String value)
          Sets the value of the codiceFiscale property.
 void setContainingOrder(OrderType value)
          Sets the value of the containingOrder property.
 void setConvertedAdjustmentAmount(AmountType value)
          Sets the value of the convertedAdjustmentAmount property.
 void setConvertedAmountPaid(AmountType value)
          Sets the value of the convertedAmountPaid property.
 void setConvertedTransactionPrice(AmountType value)
          Sets the value of the convertedTransactionPrice property.
 void setCreatedDate(Calendar value)
          Sets the value of the createdDate property.
 void setDepositType(DepositTypeCodeType value)
          Sets the value of the depositType property.
 void setDigitalDeliverySelected(DigitalDeliverySelectedType value)
          Sets the value of the digitalDeliverySelected property.
 void setDutchAuctionBid(AmountType value)
          Sets the value of the dutchAuctionBid property.
 void setEBayPaymentID(String value)
          Sets the value of the eBayPaymentID property.
 void setEBayPlusTransaction(Boolean value)
          Sets the value of the eBayPlusTransaction property.
 void setExtendedOrderID(String value)
          Sets the value of the extendedOrderID property.
 void setExternalTransaction(ExternalTransactionType[] values)
           
 ExternalTransactionType setExternalTransaction(int idx, ExternalTransactionType value)
           
 void setFeedbackLeft(FeedbackInfoType value)
          Sets the value of the feedbackLeft property.
 void setFeedbackReceived(FeedbackInfoType value)
          Sets the value of the feedbackReceived property.
 void setFinalValueFee(AmountType value)
          Sets the value of the finalValueFee property.
 void setGift(Boolean value)
          Sets the value of the gift property.
 void setGiftSummary(GiftSummaryType value)
          Sets the value of the giftSummary property.
 void setGuaranteedDelivery(Boolean value)
          Sets the value of the guaranteedDelivery property.
 void setGuaranteedShipping(Boolean value)
          Sets the value of the guaranteedShipping property.
 void setIntangibleItem(Boolean value)
          Sets the value of the intangibleItem property.
 void setInventoryReservationID(String value)
          Sets the value of the inventoryReservationID property.
 void setInvoiceSentTime(Calendar value)
          Sets the value of the invoiceSentTime property.
 void setIsMultiLegShipping(Boolean value)
          Sets the value of the isMultiLegShipping property.
 void setItem(ItemType value)
          Sets the value of the item property.
 void setListingCheckoutRedirectPreference(ListingCheckoutRedirectPreferenceType value)
          Sets the value of the listingCheckoutRedirectPreference property.
 void setLogisticsPlanType(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 setOrderLineItemID(String value)
          Sets the value of the orderLineItemID property.
 void setPaidTime(Calendar value)
          Sets the value of the paidTime property.
 void setPaisaPayID(String value)
          Sets the value of the paisaPayID property.
 void setPaymentHoldDetails(PaymentHoldDetailType value)
          Sets the value of the paymentHoldDetails property.
 void setPayPalEmailAddress(String value)
          Sets the value of the payPalEmailAddress property.
 void setPickupDetails(PickupDetailsType value)
          Sets the value of the pickupDetails property.
 void setPickupMethodSelected(PickupMethodSelectedType value)
          Sets the value of the pickupMethodSelected property.
 void setPlatform(TransactionPlatformCodeType value)
          Sets the value of the platform property.
 void setQuantityPurchased(Integer value)
          Sets the value of the quantityPurchased 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(String value)
          Sets the value of the refundStatus property.
 void setSellerContactBuyerByEmail(Boolean value)
          Sets the value of the sellerContactBuyerByEmail property.
 void setSellerDiscounts(SellerDiscountsType value)
          Sets the value of the sellerDiscounts property.
 void setSellerPaidStatus(PaidStatusCodeType value)
          Sets the value of the sellerPaidStatus property.
 void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
          Sets the value of the sellingManagerProductDetails property.
 void setShippedTime(Calendar value)
          Sets the value of the shippedTime 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 setStatus(TransactionStatusType value)
          Sets the value of the status property.
 void setTaxes(TaxesType value)
          Sets the value of the taxes property.
 void setTotalPrice(AmountType value)
          Sets the value of the totalPrice property.
 void setTotalTransactionPrice(AmountType value)
          Sets the value of the totalTransactionPrice property.
 void setTransactionID(String value)
          Sets the value of the transactionID property.
 void setTransactionPrice(AmountType value)
          Sets the value of the transactionPrice property.
 void setTransactionSiteID(SiteCodeType value)
          Sets the value of the transactionSiteID property.
 void setUnpaidItem(UnpaidItemType value)
          Sets the value of the unpaidItem property.
 void setVariation(VariationType value)
          Sets the value of the variation property.
 void setVATPercent(BigDecimal value)
          Sets the value of the vatPercent property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

amountPaid

protected AmountType amountPaid

adjustmentAmount

protected AmountType adjustmentAmount

convertedAdjustmentAmount

protected AmountType convertedAdjustmentAmount

buyer

protected UserType buyer

shippingDetails

protected ShippingDetailsType shippingDetails

convertedAmountPaid

protected AmountType convertedAmountPaid

convertedTransactionPrice

protected AmountType convertedTransactionPrice

createdDate

protected Calendar createdDate

depositType

protected DepositTypeCodeType depositType

item

protected ItemType item

quantityPurchased

protected Integer quantityPurchased

status

protected TransactionStatusType status

transactionID

protected String transactionID

transactionPrice

protected AmountType transactionPrice

bestOfferSale

protected Boolean bestOfferSale

vatPercent

protected BigDecimal vatPercent

externalTransaction

protected List<ExternalTransactionType> externalTransaction

sellingManagerProductDetails

protected SellingManagerProductDetailsType sellingManagerProductDetails

shippingServiceSelected

protected ShippingServiceOptionsType shippingServiceSelected

buyerMessage

protected String buyerMessage

dutchAuctionBid

protected AmountType dutchAuctionBid

buyerPaidStatus

protected PaidStatusCodeType buyerPaidStatus

sellerPaidStatus

protected PaidStatusCodeType sellerPaidStatus

paidTime

protected Calendar paidTime

shippedTime

protected Calendar shippedTime

totalPrice

protected AmountType totalPrice

feedbackLeft

protected FeedbackInfoType feedbackLeft

feedbackReceived

protected FeedbackInfoType feedbackReceived

containingOrder

protected OrderType containingOrder

finalValueFee

protected AmountType finalValueFee

listingCheckoutRedirectPreference

protected ListingCheckoutRedirectPreferenceType listingCheckoutRedirectPreference

refundArray

protected RefundArrayType refundArray

transactionSiteID

protected SiteCodeType transactionSiteID

platform

protected TransactionPlatformCodeType platform

cartID

protected String cartID

sellerContactBuyerByEmail

protected Boolean sellerContactBuyerByEmail

payPalEmailAddress

protected String payPalEmailAddress

paisaPayID

protected String paisaPayID

buyerGuaranteePrice

protected AmountType buyerGuaranteePrice

variation

protected VariationType variation

buyerCheckoutMessage

protected String buyerCheckoutMessage

totalTransactionPrice

protected AmountType totalTransactionPrice

taxes

protected TaxesType taxes

bundlePurchase

protected Boolean bundlePurchase

actualShippingCost

protected AmountType actualShippingCost

actualHandlingCost

protected AmountType actualHandlingCost

orderLineItemID

protected String orderLineItemID

eBayPaymentID

protected String eBayPaymentID

paymentHoldDetails

protected PaymentHoldDetailType paymentHoldDetails

sellerDiscounts

protected SellerDiscountsType sellerDiscounts

refundAmount

protected AmountType refundAmount

refundStatus

protected String refundStatus

codiceFiscale

protected String codiceFiscale

isMultiLegShipping

protected Boolean isMultiLegShipping

multiLegShippingDetails

protected MultiLegShippingDetailsType multiLegShippingDetails

invoiceSentTime

protected Calendar invoiceSentTime

unpaidItem

protected UnpaidItemType unpaidItem

intangibleItem

protected Boolean intangibleItem

monetaryDetails

protected PaymentsInformationType monetaryDetails

pickupDetails

protected PickupDetailsType pickupDetails

pickupMethodSelected

protected PickupMethodSelectedType pickupMethodSelected

shippingConvenienceCharge

protected AmountType shippingConvenienceCharge

logisticsPlanType

protected String logisticsPlanType

buyerPackageEnclosures

protected BuyerPackageEnclosuresType buyerPackageEnclosures

inventoryReservationID

protected String inventoryReservationID

extendedOrderID

protected String extendedOrderID

eBayPlusTransaction

protected Boolean eBayPlusTransaction

giftSummary

protected GiftSummaryType giftSummary

digitalDeliverySelected

protected DigitalDeliverySelectedType digitalDeliverySelected

gift

protected Boolean gift

guaranteedShipping

protected Boolean guaranteedShipping

guaranteedDelivery

protected Boolean guaranteedDelivery

any

protected List<Object> any
Constructor Detail

TransactionType

public TransactionType()
Method Detail

getAmountPaid

public AmountType getAmountPaid()
Gets the value of the amountPaid property.

Returns:
possible object is AmountType

setAmountPaid

public void setAmountPaid(AmountType value)
Sets the value of the amountPaid property.

Parameters:
value - allowed object is AmountType

getAdjustmentAmount

public AmountType getAdjustmentAmount()
Gets the value of the adjustmentAmount property.

Returns:
possible object is AmountType

setAdjustmentAmount

public void setAdjustmentAmount(AmountType value)
Sets the value of the adjustmentAmount property.

Parameters:
value - allowed object is AmountType

getConvertedAdjustmentAmount

public AmountType getConvertedAdjustmentAmount()
Gets the value of the convertedAdjustmentAmount property.

Returns:
possible object is AmountType

setConvertedAdjustmentAmount

public void setConvertedAdjustmentAmount(AmountType value)
Sets the value of the convertedAdjustmentAmount property.

Parameters:
value - allowed object is AmountType

getBuyer

public UserType getBuyer()
Gets the value of the buyer property.

Returns:
possible object is UserType

setBuyer

public void setBuyer(UserType value)
Sets the value of the buyer property.

Parameters:
value - allowed object is UserType

getShippingDetails

public ShippingDetailsType getShippingDetails()
Gets the value of the shippingDetails property.

Returns:
possible object is ShippingDetailsType

setShippingDetails

public void setShippingDetails(ShippingDetailsType value)
Sets the value of the shippingDetails property.

Parameters:
value - allowed object is ShippingDetailsType

getConvertedAmountPaid

public AmountType getConvertedAmountPaid()
Gets the value of the convertedAmountPaid property.

Returns:
possible object is AmountType

setConvertedAmountPaid

public void setConvertedAmountPaid(AmountType value)
Sets the value of the convertedAmountPaid property.

Parameters:
value - allowed object is AmountType

getConvertedTransactionPrice

public AmountType getConvertedTransactionPrice()
Gets the value of the convertedTransactionPrice property.

Returns:
possible object is AmountType

setConvertedTransactionPrice

public void setConvertedTransactionPrice(AmountType value)
Sets the value of the convertedTransactionPrice property.

Parameters:
value - allowed object is AmountType

getCreatedDate

public Calendar getCreatedDate()
Gets the value of the createdDate property.

Returns:
possible object is String

setCreatedDate

public void setCreatedDate(Calendar value)
Sets the value of the createdDate property.

Parameters:
value - allowed object is String

getDepositType

public DepositTypeCodeType getDepositType()
Gets the value of the depositType property.

Returns:
possible object is DepositTypeCodeType

setDepositType

public void setDepositType(DepositTypeCodeType value)
Sets the value of the depositType property.

Parameters:
value - allowed object is DepositTypeCodeType

getItem

public ItemType getItem()
Gets the value of the item property.

Returns:
possible object is ItemType

setItem

public void setItem(ItemType value)
Sets the value of the item property.

Parameters:
value - allowed object is ItemType

getQuantityPurchased

public Integer getQuantityPurchased()
Gets the value of the quantityPurchased property.

Returns:
possible object is Integer

setQuantityPurchased

public void setQuantityPurchased(Integer value)
Sets the value of the quantityPurchased property.

Parameters:
value - allowed object is Integer

getStatus

public TransactionStatusType getStatus()
Gets the value of the status property.

Returns:
possible object is TransactionStatusType

setStatus

public void setStatus(TransactionStatusType value)
Sets the value of the status property.

Parameters:
value - allowed object is TransactionStatusType

getTransactionID

public String getTransactionID()
Gets the value of the transactionID property.

Returns:
possible object is String

setTransactionID

public void setTransactionID(String value)
Sets the value of the transactionID property.

Parameters:
value - allowed object is String

getTransactionPrice

public AmountType getTransactionPrice()
Gets the value of the transactionPrice property.

Returns:
possible object is AmountType

setTransactionPrice

public void setTransactionPrice(AmountType value)
Sets the value of the transactionPrice property.

Parameters:
value - allowed object is AmountType

isBestOfferSale

public Boolean isBestOfferSale()
Gets the value of the bestOfferSale property.

Returns:
possible object is Boolean

setBestOfferSale

public void setBestOfferSale(Boolean value)
Sets the value of the bestOfferSale property.

Parameters:
value - allowed object is Boolean

getVATPercent

public BigDecimal getVATPercent()
Gets the value of the vatPercent property.

Returns:
possible object is BigDecimal

setVATPercent

public void setVATPercent(BigDecimal value)
Sets the value of the vatPercent property.

Parameters:
value - allowed object is BigDecimal

getExternalTransaction

public ExternalTransactionType[] getExternalTransaction()
Returns:
array of ExternalTransactionType

getExternalTransaction

public ExternalTransactionType getExternalTransaction(int idx)
Returns:
one of ExternalTransactionType

getExternalTransactionLength

public int getExternalTransactionLength()

setExternalTransaction

public void setExternalTransaction(ExternalTransactionType[] values)
Parameters:
values - allowed objects are ExternalTransactionType

_getExternalTransaction

protected List<ExternalTransactionType> _getExternalTransaction()

setExternalTransaction

public ExternalTransactionType setExternalTransaction(int idx,
                                                      ExternalTransactionType value)
Parameters:
value - allowed object is ExternalTransactionType

getSellingManagerProductDetails

public SellingManagerProductDetailsType getSellingManagerProductDetails()
Gets the value of the sellingManagerProductDetails property.

Returns:
possible object is SellingManagerProductDetailsType

setSellingManagerProductDetails

public void setSellingManagerProductDetails(SellingManagerProductDetailsType value)
Sets the value of the sellingManagerProductDetails property.

Parameters:
value - allowed object is SellingManagerProductDetailsType

getShippingServiceSelected

public ShippingServiceOptionsType getShippingServiceSelected()
Gets the value of the shippingServiceSelected property.

Returns:
possible object is ShippingServiceOptionsType

setShippingServiceSelected

public void setShippingServiceSelected(ShippingServiceOptionsType value)
Sets the value of the shippingServiceSelected property.

Parameters:
value - allowed object is ShippingServiceOptionsType

getBuyerMessage

public String getBuyerMessage()
Gets the value of the buyerMessage property.

Returns:
possible object is String

setBuyerMessage

public void setBuyerMessage(String value)
Sets the value of the buyerMessage property.

Parameters:
value - allowed object is String

getDutchAuctionBid

public AmountType getDutchAuctionBid()
Gets the value of the dutchAuctionBid property.

Returns:
possible object is AmountType

setDutchAuctionBid

public void setDutchAuctionBid(AmountType value)
Sets the value of the dutchAuctionBid property.

Parameters:
value - allowed object is AmountType

getBuyerPaidStatus

public PaidStatusCodeType getBuyerPaidStatus()
Gets the value of the buyerPaidStatus property.

Returns:
possible object is PaidStatusCodeType

setBuyerPaidStatus

public void setBuyerPaidStatus(PaidStatusCodeType value)
Sets the value of the buyerPaidStatus property.

Parameters:
value - allowed object is PaidStatusCodeType

getSellerPaidStatus

public PaidStatusCodeType getSellerPaidStatus()
Gets the value of the sellerPaidStatus property.

Returns:
possible object is PaidStatusCodeType

setSellerPaidStatus

public void setSellerPaidStatus(PaidStatusCodeType value)
Sets the value of the sellerPaidStatus property.

Parameters:
value - allowed object is PaidStatusCodeType

getPaidTime

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

Returns:
possible object is String

setPaidTime

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

Parameters:
value - allowed object is String

getShippedTime

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

Returns:
possible object is String

setShippedTime

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

Parameters:
value - allowed object is String

getTotalPrice

public AmountType getTotalPrice()
Gets the value of the totalPrice property.

Returns:
possible object is AmountType

setTotalPrice

public void setTotalPrice(AmountType value)
Sets the value of the totalPrice property.

Parameters:
value - allowed object is AmountType

getFeedbackLeft

public FeedbackInfoType getFeedbackLeft()
Gets the value of the feedbackLeft property.

Returns:
possible object is FeedbackInfoType

setFeedbackLeft

public void setFeedbackLeft(FeedbackInfoType value)
Sets the value of the feedbackLeft property.

Parameters:
value - allowed object is FeedbackInfoType

getFeedbackReceived

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

Returns:
possible object is FeedbackInfoType

setFeedbackReceived

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

Parameters:
value - allowed object is FeedbackInfoType

getContainingOrder

public OrderType getContainingOrder()
Gets the value of the containingOrder property.

Returns:
possible object is OrderType

setContainingOrder

public void setContainingOrder(OrderType value)
Sets the value of the containingOrder property.

Parameters:
value - allowed object is OrderType

getFinalValueFee

public AmountType getFinalValueFee()
Gets the value of the finalValueFee property.

Returns:
possible object is AmountType

setFinalValueFee

public void setFinalValueFee(AmountType value)
Sets the value of the finalValueFee property.

Parameters:
value - allowed object is AmountType

getListingCheckoutRedirectPreference

public ListingCheckoutRedirectPreferenceType getListingCheckoutRedirectPreference()
Gets the value of the listingCheckoutRedirectPreference property.

Returns:
possible object is ListingCheckoutRedirectPreferenceType

setListingCheckoutRedirectPreference

public void setListingCheckoutRedirectPreference(ListingCheckoutRedirectPreferenceType value)
Sets the value of the listingCheckoutRedirectPreference property.

Parameters:
value - allowed object is ListingCheckoutRedirectPreferenceType

getRefundArray

public RefundArrayType getRefundArray()
Gets the value of the refundArray property.

Returns:
possible object is RefundArrayType

setRefundArray

public void setRefundArray(RefundArrayType value)
Sets the value of the refundArray property.

Parameters:
value - allowed object is RefundArrayType

getTransactionSiteID

public SiteCodeType getTransactionSiteID()
Gets the value of the transactionSiteID property.

Returns:
possible object is SiteCodeType

setTransactionSiteID

public void setTransactionSiteID(SiteCodeType value)
Sets the value of the transactionSiteID property.

Parameters:
value - allowed object is SiteCodeType

getPlatform

public TransactionPlatformCodeType getPlatform()
Gets the value of the platform property.

Returns:
possible object is TransactionPlatformCodeType

setPlatform

public void setPlatform(TransactionPlatformCodeType value)
Sets the value of the platform property.

Parameters:
value - allowed object is TransactionPlatformCodeType

getCartID

public String getCartID()
Gets the value of the cartID property.

Returns:
possible object is String

setCartID

public void setCartID(String value)
Sets the value of the cartID property.

Parameters:
value - allowed object is String

isSellerContactBuyerByEmail

public Boolean isSellerContactBuyerByEmail()
Gets the value of the sellerContactBuyerByEmail property.

Returns:
possible object is Boolean

setSellerContactBuyerByEmail

public void setSellerContactBuyerByEmail(Boolean value)
Sets the value of the sellerContactBuyerByEmail property.

Parameters:
value - allowed object is Boolean

getPayPalEmailAddress

public String getPayPalEmailAddress()
Gets the value of the payPalEmailAddress property.

Returns:
possible object is String

setPayPalEmailAddress

public void setPayPalEmailAddress(String value)
Sets the value of the payPalEmailAddress property.

Parameters:
value - allowed object is String

getPaisaPayID

public String getPaisaPayID()
Gets the value of the paisaPayID property.

Returns:
possible object is String

setPaisaPayID

public void setPaisaPayID(String value)
Sets the value of the paisaPayID property.

Parameters:
value - allowed object is String

getBuyerGuaranteePrice

public AmountType getBuyerGuaranteePrice()
Gets the value of the buyerGuaranteePrice property.

Returns:
possible object is AmountType

setBuyerGuaranteePrice

public void setBuyerGuaranteePrice(AmountType value)
Sets the value of the buyerGuaranteePrice property.

Parameters:
value - allowed object is AmountType

getVariation

public VariationType getVariation()
Gets the value of the variation property.

Returns:
possible object is VariationType

setVariation

public void setVariation(VariationType value)
Sets the value of the variation property.

Parameters:
value - allowed object is VariationType

getBuyerCheckoutMessage

public String getBuyerCheckoutMessage()
Gets the value of the buyerCheckoutMessage property.

Returns:
possible object is String

setBuyerCheckoutMessage

public void setBuyerCheckoutMessage(String value)
Sets the value of the buyerCheckoutMessage property.

Parameters:
value - allowed object is String

getTotalTransactionPrice

public AmountType getTotalTransactionPrice()
Gets the value of the totalTransactionPrice property.

Returns:
possible object is AmountType

setTotalTransactionPrice

public void setTotalTransactionPrice(AmountType value)
Sets the value of the totalTransactionPrice property.

Parameters:
value - allowed object is AmountType

getTaxes

public TaxesType getTaxes()
Gets the value of the taxes property.

Returns:
possible object is TaxesType

setTaxes

public void setTaxes(TaxesType value)
Sets the value of the taxes property.

Parameters:
value - allowed object is TaxesType

isBundlePurchase

public Boolean isBundlePurchase()
Gets the value of the bundlePurchase property.

Returns:
possible object is Boolean

setBundlePurchase

public void setBundlePurchase(Boolean value)
Sets the value of the bundlePurchase property.

Parameters:
value - allowed object is Boolean

getActualShippingCost

public AmountType getActualShippingCost()
Gets the value of the actualShippingCost property.

Returns:
possible object is AmountType

setActualShippingCost

public void setActualShippingCost(AmountType value)
Sets the value of the actualShippingCost property.

Parameters:
value - allowed object is AmountType

getActualHandlingCost

public AmountType getActualHandlingCost()
Gets the value of the actualHandlingCost property.

Returns:
possible object is AmountType

setActualHandlingCost

public void setActualHandlingCost(AmountType value)
Sets the value of the actualHandlingCost property.

Parameters:
value - allowed object is AmountType

getOrderLineItemID

public String getOrderLineItemID()
Gets the value of the orderLineItemID property.

Returns:
possible object is String

setOrderLineItemID

public void setOrderLineItemID(String value)
Sets the value of the orderLineItemID property.

Parameters:
value - allowed object is String

getEBayPaymentID

public String getEBayPaymentID()
Gets the value of the eBayPaymentID property.

Returns:
possible object is String

setEBayPaymentID

public void setEBayPaymentID(String value)
Sets the value of the eBayPaymentID property.

Parameters:
value - allowed object is String

getPaymentHoldDetails

public PaymentHoldDetailType getPaymentHoldDetails()
Gets the value of the paymentHoldDetails property.

Returns:
possible object is PaymentHoldDetailType

setPaymentHoldDetails

public void setPaymentHoldDetails(PaymentHoldDetailType value)
Sets the value of the paymentHoldDetails property.

Parameters:
value - allowed object is PaymentHoldDetailType

getSellerDiscounts

public SellerDiscountsType getSellerDiscounts()
Gets the value of the sellerDiscounts property.

Returns:
possible object is SellerDiscountsType

setSellerDiscounts

public void setSellerDiscounts(SellerDiscountsType value)
Sets the value of the sellerDiscounts property.

Parameters:
value - allowed object is SellerDiscountsType

getRefundAmount

public AmountType getRefundAmount()
Gets the value of the refundAmount property.

Returns:
possible object is AmountType

setRefundAmount

public void setRefundAmount(AmountType value)
Sets the value of the refundAmount property.

Parameters:
value - allowed object is AmountType

getRefundStatus

public String getRefundStatus()
Gets the value of the refundStatus property.

Returns:
possible object is String

setRefundStatus

public void setRefundStatus(String value)
Sets the value of the refundStatus property.

Parameters:
value - allowed object is String

getCodiceFiscale

public String getCodiceFiscale()
Gets the value of the codiceFiscale property.

Returns:
possible object is String

setCodiceFiscale

public void setCodiceFiscale(String value)
Sets the value of the codiceFiscale property.

Parameters:
value - allowed object is String

isIsMultiLegShipping

public Boolean isIsMultiLegShipping()
Gets the value of the isMultiLegShipping property.

Returns:
possible object is Boolean

setIsMultiLegShipping

public void setIsMultiLegShipping(Boolean value)
Sets the value of the isMultiLegShipping property.

Parameters:
value - allowed object is Boolean

getMultiLegShippingDetails

public MultiLegShippingDetailsType getMultiLegShippingDetails()
Gets the value of the multiLegShippingDetails property.

Returns:
possible object is MultiLegShippingDetailsType

setMultiLegShippingDetails

public void setMultiLegShippingDetails(MultiLegShippingDetailsType value)
Sets the value of the multiLegShippingDetails property.

Parameters:
value - allowed object is MultiLegShippingDetailsType

getInvoiceSentTime

public Calendar getInvoiceSentTime()
Gets the value of the invoiceSentTime property.

Returns:
possible object is String

setInvoiceSentTime

public void setInvoiceSentTime(Calendar value)
Sets the value of the invoiceSentTime property.

Parameters:
value - allowed object is String

getUnpaidItem

public UnpaidItemType getUnpaidItem()
Gets the value of the unpaidItem property.

Returns:
possible object is UnpaidItemType

setUnpaidItem

public void setUnpaidItem(UnpaidItemType value)
Sets the value of the unpaidItem property.

Parameters:
value - allowed object is UnpaidItemType

isIntangibleItem

public Boolean isIntangibleItem()
Gets the value of the intangibleItem property.

Returns:
possible object is Boolean

setIntangibleItem

public void setIntangibleItem(Boolean value)
Sets the value of the intangibleItem property.

Parameters:
value - allowed object is Boolean

getMonetaryDetails

public PaymentsInformationType getMonetaryDetails()
Gets the value of the monetaryDetails property.

Returns:
possible object is PaymentsInformationType

setMonetaryDetails

public void setMonetaryDetails(PaymentsInformationType value)
Sets the value of the monetaryDetails property.

Parameters:
value - allowed object is PaymentsInformationType

getPickupDetails

public PickupDetailsType getPickupDetails()
Gets the value of the pickupDetails property.

Returns:
possible object is PickupDetailsType

setPickupDetails

public void setPickupDetails(PickupDetailsType value)
Sets the value of the pickupDetails property.

Parameters:
value - allowed object is PickupDetailsType

getPickupMethodSelected

public PickupMethodSelectedType getPickupMethodSelected()
Gets the value of the pickupMethodSelected property.

Returns:
possible object is PickupMethodSelectedType

setPickupMethodSelected

public void setPickupMethodSelected(PickupMethodSelectedType value)
Sets the value of the pickupMethodSelected property.

Parameters:
value - allowed object is PickupMethodSelectedType

getShippingConvenienceCharge

public AmountType getShippingConvenienceCharge()
Gets the value of the shippingConvenienceCharge property.

Returns:
possible object is AmountType

setShippingConvenienceCharge

public void setShippingConvenienceCharge(AmountType value)
Sets the value of the shippingConvenienceCharge property.

Parameters:
value - allowed object is AmountType

getLogisticsPlanType

public String getLogisticsPlanType()
Gets the value of the logisticsPlanType property.

Returns:
possible object is String

setLogisticsPlanType

public void setLogisticsPlanType(String value)
Sets the value of the logisticsPlanType property.

Parameters:
value - allowed object is String

getBuyerPackageEnclosures

public BuyerPackageEnclosuresType getBuyerPackageEnclosures()
Gets the value of the buyerPackageEnclosures property.

Returns:
possible object is BuyerPackageEnclosuresType

setBuyerPackageEnclosures

public void setBuyerPackageEnclosures(BuyerPackageEnclosuresType value)
Sets the value of the buyerPackageEnclosures property.

Parameters:
value - allowed object is BuyerPackageEnclosuresType

getInventoryReservationID

public String getInventoryReservationID()
Gets the value of the inventoryReservationID property.

Returns:
possible object is String

setInventoryReservationID

public void setInventoryReservationID(String value)
Sets the value of the inventoryReservationID property.

Parameters:
value - allowed object is String

getExtendedOrderID

public String getExtendedOrderID()
Gets the value of the extendedOrderID property.

Returns:
possible object is String

setExtendedOrderID

public void setExtendedOrderID(String value)
Sets the value of the extendedOrderID property.

Parameters:
value - allowed object is String

isEBayPlusTransaction

public Boolean isEBayPlusTransaction()
Gets the value of the eBayPlusTransaction property.

Returns:
possible object is Boolean

setEBayPlusTransaction

public void setEBayPlusTransaction(Boolean value)
Sets the value of the eBayPlusTransaction property.

Parameters:
value - allowed object is Boolean

getGiftSummary

public GiftSummaryType getGiftSummary()
Gets the value of the giftSummary property.

Returns:
possible object is GiftSummaryType

setGiftSummary

public void setGiftSummary(GiftSummaryType value)
Sets the value of the giftSummary property.

Parameters:
value - allowed object is GiftSummaryType

getDigitalDeliverySelected

public DigitalDeliverySelectedType getDigitalDeliverySelected()
Gets the value of the digitalDeliverySelected property.

Returns:
possible object is DigitalDeliverySelectedType

setDigitalDeliverySelected

public void setDigitalDeliverySelected(DigitalDeliverySelectedType value)
Sets the value of the digitalDeliverySelected property.

Parameters:
value - allowed object is DigitalDeliverySelectedType

isGift

public Boolean isGift()
Gets the value of the gift property.

Returns:
possible object is Boolean

setGift

public void setGift(Boolean value)
Sets the value of the gift property.

Parameters:
value - allowed object is Boolean

isGuaranteedShipping

public Boolean isGuaranteedShipping()
Gets the value of the guaranteedShipping property.

Returns:
possible object is Boolean

setGuaranteedShipping

public void setGuaranteedShipping(Boolean value)
Sets the value of the guaranteedShipping property.

Parameters:
value - allowed object is Boolean

isGuaranteedDelivery

public Boolean isGuaranteedDelivery()
Gets the value of the guaranteedDelivery property.

Returns:
possible object is Boolean

setGuaranteedDelivery

public void setGuaranteedDelivery(Boolean value)
Sets the value of the guaranteedDelivery property.

Parameters:
value - allowed object is Boolean

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_getAny

protected List<Object> _getAny()

setAny

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

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.