Changes since
the last release

com.ebay.soap.eBLBaseComponents
Class SellerPaymentType

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

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

Note: This type is deprecated since it was only applicable to the Half.com, and the Half.com site was shut down.

Java class for SellerPaymentType complex type.

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

 <complexType name="SellerPaymentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/>
         <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="OrderID" type="{urn:ebay:apis:eBLBaseComponents}OrderIDType" minOccurs="0"/>
         <element name="SellerInventoryID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PrivateNotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentType" type="{urn:ebay:apis:eBLBaseComponents}PaymentTypeCodeType" minOccurs="0"/>
         <element name="TransactionPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="ShippingReimbursement" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="Commission" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="AmountPaid" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/>
         <element name="PaidTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <any/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  AmountType amountPaid
           
protected  java.util.List<java.lang.Object> any
           
protected  AmountType commission
           
protected  java.lang.String itemID
           
protected  java.lang.String orderID
           
protected  java.lang.String orderLineItemID
           
protected  java.util.Calendar paidTime
           
protected  PaymentTypeCodeType paymentType
           
protected  java.lang.String privateNotes
           
protected  java.lang.String sellerInventoryID
           
protected  AmountType shippingReimbursement
           
protected  java.lang.String title
           
protected  java.lang.String transactionID
           
protected  AmountType transactionPrice
           
 
Constructor Summary
SellerPaymentType()
           
 
Method Summary
protected  java.util.List<java.lang.Object> _getAny()
           
 AmountType getAmountPaid()
          Gets the value of the amountPaid property.
 java.lang.Object[] getAny()
           
 java.lang.Object getAny(int idx)
           
 int getAnyLength()
           
 AmountType getCommission()
          Gets the value of the commission property.
 java.lang.String getItemID()
          Gets the value of the itemID property.
 java.lang.String getOrderID()
          Gets the value of the orderID property.
 java.lang.String getOrderLineItemID()
          Gets the value of the orderLineItemID property.
 java.util.Calendar getPaidTime()
          Gets the value of the paidTime property.
 PaymentTypeCodeType getPaymentType()
          Gets the value of the paymentType property.
 java.lang.String getPrivateNotes()
          Gets the value of the privateNotes property.
 java.lang.String getSellerInventoryID()
          Gets the value of the sellerInventoryID property.
 AmountType getShippingReimbursement()
          Gets the value of the shippingReimbursement property.
 java.lang.String getTitle()
          Gets the value of the title property.
 java.lang.String getTransactionID()
          Gets the value of the transactionID property.
 AmountType getTransactionPrice()
          Gets the value of the transactionPrice property.
 void setAmountPaid(AmountType value)
          Sets the value of the amountPaid property.
 java.lang.Object setAny(int idx, java.lang.Object value)
           
 void setAny(java.lang.Object[] values)
           
 void setCommission(AmountType value)
          Sets the value of the commission property.
 void setItemID(java.lang.String value)
          Sets the value of the itemID property.
 void setOrderID(java.lang.String value)
          Sets the value of the orderID property.
 void setOrderLineItemID(java.lang.String value)
          Sets the value of the orderLineItemID property.
 void setPaidTime(java.util.Calendar value)
          Sets the value of the paidTime property.
 void setPaymentType(PaymentTypeCodeType value)
          Sets the value of the paymentType property.
 void setPrivateNotes(java.lang.String value)
          Sets the value of the privateNotes property.
 void setSellerInventoryID(java.lang.String value)
          Sets the value of the sellerInventoryID property.
 void setShippingReimbursement(AmountType value)
          Sets the value of the shippingReimbursement property.
 void setTitle(java.lang.String value)
          Sets the value of the title property.
 void setTransactionID(java.lang.String value)
          Sets the value of the transactionID property.
 void setTransactionPrice(AmountType value)
          Sets the value of the transactionPrice property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

itemID

protected java.lang.String itemID

transactionID

protected java.lang.String transactionID

orderID

protected java.lang.String orderID

sellerInventoryID

protected java.lang.String sellerInventoryID

privateNotes

protected java.lang.String privateNotes

title

protected java.lang.String title

paymentType

protected PaymentTypeCodeType paymentType

transactionPrice

protected AmountType transactionPrice

shippingReimbursement

protected AmountType shippingReimbursement

commission

protected AmountType commission

amountPaid

protected AmountType amountPaid

paidTime

protected java.util.Calendar paidTime

orderLineItemID

protected java.lang.String orderLineItemID

any

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

SellerPaymentType

public SellerPaymentType()
Method Detail

getItemID

public java.lang.String getItemID()
Gets the value of the itemID property.

Returns:
possible object is String

setItemID

public void setItemID(java.lang.String value)
Sets the value of the itemID property.

Parameters:
value - allowed object is String

getTransactionID

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

Returns:
possible object is String

setTransactionID

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

Parameters:
value - allowed object is String

getOrderID

public java.lang.String getOrderID()
Gets the value of the orderID property.

Returns:
possible object is String

setOrderID

public void setOrderID(java.lang.String value)
Sets the value of the orderID property.

Parameters:
value - allowed object is String

getSellerInventoryID

public java.lang.String getSellerInventoryID()
Gets the value of the sellerInventoryID property.

Returns:
possible object is String

setSellerInventoryID

public void setSellerInventoryID(java.lang.String value)
Sets the value of the sellerInventoryID property.

Parameters:
value - allowed object is String

getPrivateNotes

public java.lang.String getPrivateNotes()
Gets the value of the privateNotes property.

Returns:
possible object is String

setPrivateNotes

public void setPrivateNotes(java.lang.String value)
Sets the value of the privateNotes property.

Parameters:
value - allowed object is String

getTitle

public java.lang.String getTitle()
Gets the value of the title property.

Returns:
possible object is String

setTitle

public void setTitle(java.lang.String value)
Sets the value of the title property.

Parameters:
value - allowed object is String

getPaymentType

public PaymentTypeCodeType getPaymentType()
Gets the value of the paymentType property.

Returns:
possible object is PaymentTypeCodeType

setPaymentType

public void setPaymentType(PaymentTypeCodeType value)
Sets the value of the paymentType property.

Parameters:
value - allowed object is PaymentTypeCodeType

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

getShippingReimbursement

public AmountType getShippingReimbursement()
Gets the value of the shippingReimbursement property.

Returns:
possible object is AmountType

setShippingReimbursement

public void setShippingReimbursement(AmountType value)
Sets the value of the shippingReimbursement property.

Parameters:
value - allowed object is AmountType

getCommission

public AmountType getCommission()
Gets the value of the commission property.

Returns:
possible object is AmountType

setCommission

public void setCommission(AmountType value)
Sets the value of the commission property.

Parameters:
value - allowed object is AmountType

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

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

getOrderLineItemID

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

Returns:
possible object is String

setOrderLineItemID

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

Parameters:
value - allowed object is String

getAny

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

getAny

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

getAnyLength

public int getAnyLength()

setAny

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

_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 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.