public class PaymentItemInfoType
extends java.lang.Object
Java class for PaymentItemInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentItemInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SalesTax" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentItem" type="{urn:ebay:apis:eBLBaseComponents}PaymentItemType" maxOccurs="unbounded" minOccurs="0"/>
<element name="Subscription" type="{urn:ebay:apis:eBLBaseComponents}SubscriptionInfoType" minOccurs="0"/>
<element name="Auction" type="{urn:ebay:apis:eBLBaseComponents}AuctionInfoType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AuctionInfoType |
auction |
protected java.lang.String |
custom |
protected java.lang.String |
invoiceID |
protected java.lang.String |
memo |
protected java.util.List<PaymentItemType> |
paymentItem |
protected java.lang.String |
salesTax |
protected SubscriptionInfoType |
subscription |
| Constructor and Description |
|---|
PaymentItemInfoType() |
| Modifier and Type | Method and Description |
|---|---|
AuctionInfoType |
getAuction()
Gets the value of the auction property.
|
java.lang.String |
getCustom()
Gets the value of the custom property.
|
java.lang.String |
getInvoiceID()
Gets the value of the invoiceID property.
|
java.lang.String |
getMemo()
Gets the value of the memo property.
|
java.util.List<PaymentItemType> |
getPaymentItem()
Gets the value of the paymentItem property.
|
java.lang.String |
getSalesTax()
Gets the value of the salesTax property.
|
SubscriptionInfoType |
getSubscription()
Gets the value of the subscription property.
|
void |
setAuction(AuctionInfoType value)
Sets the value of the auction property.
|
void |
setCustom(java.lang.String value)
Sets the value of the custom property.
|
void |
setInvoiceID(java.lang.String value)
Sets the value of the invoiceID property.
|
void |
setMemo(java.lang.String value)
Sets the value of the memo property.
|
void |
setSalesTax(java.lang.String value)
Sets the value of the salesTax property.
|
void |
setSubscription(SubscriptionInfoType value)
Sets the value of the subscription property.
|
protected java.lang.String invoiceID
protected java.lang.String custom
protected java.lang.String memo
protected java.lang.String salesTax
protected java.util.List<PaymentItemType> paymentItem
protected SubscriptionInfoType subscription
protected AuctionInfoType auction
public java.lang.String getInvoiceID()
Stringpublic void setInvoiceID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustom()
Stringpublic void setCustom(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getMemo()
Stringpublic void setMemo(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSalesTax()
Stringpublic void setSalesTax(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<PaymentItemType> getPaymentItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentItem property.
For example, to add a new item, do as follows:
getPaymentItem().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentItemType
public SubscriptionInfoType getSubscription()
SubscriptionInfoTypepublic void setSubscription(SubscriptionInfoType value)
value - the value
allowed object is
SubscriptionInfoTypepublic AuctionInfoType getAuction()
AuctionInfoTypepublic void setAuction(AuctionInfoType value)
value - the value
allowed object is
AuctionInfoTypestSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.