|
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.SellingManagerSoldTransactionType
public class SellingManagerSoldTransactionType
Contains information about a single line item (transaction) in an order created through Selling Manager.
Java class for SellingManagerSoldTransactionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SellingManagerSoldTransactionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InvoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TransactionID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="SaleRecordID" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/> <element name="ItemID" type="{urn:ebay:apis:eBLBaseComponents}ItemIDType" minOccurs="0"/> <element name="QuantitySold" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="ItemPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="SubtotalAmount" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ItemTitle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="ListingType" type="{urn:ebay:apis:eBLBaseComponents}ListingTypeCodeType" minOccurs="0"/> <element name="Relisted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="WatchCount" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="StartPrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="ReservePrice" type="{urn:ebay:apis:eBLBaseComponents}AmountType" minOccurs="0"/> <element name="SecondChanceOfferSent" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="CustomLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SoldOn" type="{urn:ebay:apis:eBLBaseComponents}TransactionPlatformCodeType" minOccurs="0"/> <element name="ListedOn" type="{urn:ebay:apis:eBLBaseComponents}TransactionPlatformCodeType" maxOccurs="unbounded" minOccurs="0"/> <element name="Shipment" type="{urn:ebay:apis:eBLBaseComponents}ShipmentType" minOccurs="0"/> <element name="CharityListing" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Variation" type="{urn:ebay:apis:eBLBaseComponents}VariationType" minOccurs="0"/> <element name="OrderLineItemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <any/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.lang.Object> |
any
|
protected java.lang.Boolean |
charityListing
|
protected java.lang.String |
customLabel
|
protected java.lang.String |
invoiceNumber
|
protected java.lang.String |
itemID
|
protected AmountType |
itemPrice
|
protected java.lang.String |
itemTitle
|
protected java.util.List<TransactionPlatformCodeType> |
listedOn
|
protected ListingTypeCodeType |
listingType
|
protected java.lang.String |
orderLineItemID
|
protected java.lang.Integer |
quantitySold
|
protected java.lang.Boolean |
relisted
|
protected AmountType |
reservePrice
|
protected java.lang.Long |
saleRecordID
|
protected java.lang.Boolean |
secondChanceOfferSent
|
protected ShipmentType |
shipment
|
protected TransactionPlatformCodeType |
soldOn
|
protected AmountType |
startPrice
|
protected AmountType |
subtotalAmount
|
protected java.lang.Long |
transactionID
|
protected VariationType |
variation
|
protected java.lang.Integer |
watchCount
|
Constructor Summary | |
---|---|
SellingManagerSoldTransactionType()
|
Method Summary | |
---|---|
protected java.util.List<java.lang.Object> |
_getAny()
|
protected java.util.List<TransactionPlatformCodeType> |
_getListedOn()
|
java.lang.Object[] |
getAny()
|
java.lang.Object |
getAny(int idx)
|
int |
getAnyLength()
|
java.lang.String |
getCustomLabel()
Gets the value of the customLabel property. |
java.lang.String |
getInvoiceNumber()
Gets the value of the invoiceNumber property. |
java.lang.String |
getItemID()
Gets the value of the itemID property. |
AmountType |
getItemPrice()
Gets the value of the itemPrice property. |
java.lang.String |
getItemTitle()
Gets the value of the itemTitle property. |
TransactionPlatformCodeType[] |
getListedOn()
|
TransactionPlatformCodeType |
getListedOn(int idx)
|
int |
getListedOnLength()
|
ListingTypeCodeType |
getListingType()
Gets the value of the listingType property. |
java.lang.String |
getOrderLineItemID()
Gets the value of the orderLineItemID property. |
java.lang.Integer |
getQuantitySold()
Gets the value of the quantitySold property. |
AmountType |
getReservePrice()
Gets the value of the reservePrice property. |
java.lang.Long |
getSaleRecordID()
Gets the value of the saleRecordID property. |
ShipmentType |
getShipment()
Gets the value of the shipment property. |
TransactionPlatformCodeType |
getSoldOn()
Gets the value of the soldOn property. |
AmountType |
getStartPrice()
Gets the value of the startPrice property. |
AmountType |
getSubtotalAmount()
Gets the value of the subtotalAmount property. |
java.lang.Long |
getTransactionID()
Gets the value of the transactionID property. |
VariationType |
getVariation()
Gets the value of the variation property. |
java.lang.Integer |
getWatchCount()
Gets the value of the watchCount property. |
java.lang.Boolean |
isCharityListing()
Gets the value of the charityListing property. |
java.lang.Boolean |
isRelisted()
Gets the value of the relisted property. |
java.lang.Boolean |
isSecondChanceOfferSent()
Gets the value of the secondChanceOfferSent property. |
java.lang.Object |
setAny(int idx,
java.lang.Object value)
|
void |
setAny(java.lang.Object[] values)
|
void |
setCharityListing(java.lang.Boolean value)
Sets the value of the charityListing property. |
void |
setCustomLabel(java.lang.String value)
Sets the value of the customLabel property. |
void |
setInvoiceNumber(java.lang.String value)
Sets the value of the invoiceNumber property. |
void |
setItemID(java.lang.String value)
Sets the value of the itemID property. |
void |
setItemPrice(AmountType value)
Sets the value of the itemPrice property. |
void |
setItemTitle(java.lang.String value)
Sets the value of the itemTitle property. |
TransactionPlatformCodeType |
setListedOn(int idx,
TransactionPlatformCodeType value)
|
void |
setListedOn(TransactionPlatformCodeType[] values)
|
void |
setListingType(ListingTypeCodeType value)
Sets the value of the listingType property. |
void |
setOrderLineItemID(java.lang.String value)
Sets the value of the orderLineItemID property. |
void |
setQuantitySold(java.lang.Integer value)
Sets the value of the quantitySold property. |
void |
setRelisted(java.lang.Boolean value)
Sets the value of the relisted property. |
void |
setReservePrice(AmountType value)
Sets the value of the reservePrice property. |
void |
setSaleRecordID(java.lang.Long value)
Sets the value of the saleRecordID property. |
void |
setSecondChanceOfferSent(java.lang.Boolean value)
Sets the value of the secondChanceOfferSent property. |
void |
setShipment(ShipmentType value)
Sets the value of the shipment property. |
void |
setSoldOn(TransactionPlatformCodeType value)
Sets the value of the soldOn property. |
void |
setStartPrice(AmountType value)
Sets the value of the startPrice property. |
void |
setSubtotalAmount(AmountType value)
Sets the value of the subtotalAmount property. |
void |
setTransactionID(java.lang.Long value)
Sets the value of the transactionID property. |
void |
setVariation(VariationType value)
Sets the value of the variation property. |
void |
setWatchCount(java.lang.Integer value)
Sets the value of the watchCount 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 invoiceNumber
protected java.lang.Long transactionID
protected java.lang.Long saleRecordID
protected java.lang.String itemID
protected java.lang.Integer quantitySold
protected AmountType itemPrice
protected AmountType subtotalAmount
protected java.lang.String itemTitle
protected ListingTypeCodeType listingType
protected java.lang.Boolean relisted
protected java.lang.Integer watchCount
protected AmountType startPrice
protected AmountType reservePrice
protected java.lang.Boolean secondChanceOfferSent
protected java.lang.String customLabel
protected TransactionPlatformCodeType soldOn
protected java.util.List<TransactionPlatformCodeType> listedOn
protected ShipmentType shipment
protected java.lang.Boolean charityListing
protected VariationType variation
protected java.lang.String orderLineItemID
protected java.util.List<java.lang.Object> any
Constructor Detail |
---|
public SellingManagerSoldTransactionType()
Method Detail |
---|
public java.lang.String getInvoiceNumber()
String
public void setInvoiceNumber(java.lang.String value)
value
- allowed object is
String
public java.lang.Long getTransactionID()
Long
public void setTransactionID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.Long getSaleRecordID()
Long
public void setSaleRecordID(java.lang.Long value)
value
- allowed object is
Long
public java.lang.String getItemID()
String
public void setItemID(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getQuantitySold()
Integer
public void setQuantitySold(java.lang.Integer value)
value
- allowed object is
Integer
public AmountType getItemPrice()
AmountType
public void setItemPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getSubtotalAmount()
AmountType
public void setSubtotalAmount(AmountType value)
value
- allowed object is
AmountType
public java.lang.String getItemTitle()
String
public void setItemTitle(java.lang.String value)
value
- allowed object is
String
public ListingTypeCodeType getListingType()
ListingTypeCodeType
public void setListingType(ListingTypeCodeType value)
value
- allowed object is
ListingTypeCodeType
public java.lang.Boolean isRelisted()
Boolean
public void setRelisted(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getWatchCount()
Integer
public void setWatchCount(java.lang.Integer value)
value
- allowed object is
Integer
public AmountType getStartPrice()
AmountType
public void setStartPrice(AmountType value)
value
- allowed object is
AmountType
public AmountType getReservePrice()
AmountType
public void setReservePrice(AmountType value)
value
- allowed object is
AmountType
public java.lang.Boolean isSecondChanceOfferSent()
Boolean
public void setSecondChanceOfferSent(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getCustomLabel()
String
public void setCustomLabel(java.lang.String value)
value
- allowed object is
String
public TransactionPlatformCodeType getSoldOn()
TransactionPlatformCodeType
public void setSoldOn(TransactionPlatformCodeType value)
value
- allowed object is
TransactionPlatformCodeType
public TransactionPlatformCodeType[] getListedOn()
TransactionPlatformCodeType
public TransactionPlatformCodeType getListedOn(int idx)
TransactionPlatformCodeType
public int getListedOnLength()
public void setListedOn(TransactionPlatformCodeType[] values)
values
- allowed objects are
TransactionPlatformCodeType
protected java.util.List<TransactionPlatformCodeType> _getListedOn()
public TransactionPlatformCodeType setListedOn(int idx, TransactionPlatformCodeType value)
value
- allowed object is
TransactionPlatformCodeType
public ShipmentType getShipment()
ShipmentType
public void setShipment(ShipmentType value)
value
- allowed object is
ShipmentType
public java.lang.Boolean isCharityListing()
Boolean
public void setCharityListing(java.lang.Boolean value)
value
- allowed object is
Boolean
public VariationType getVariation()
VariationType
public void setVariation(VariationType value)
value
- allowed object is
VariationType
public java.lang.String getOrderLineItemID()
String
public void setOrderLineItemID(java.lang.String value)
value
- allowed object is
String
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.