public class IncentiveDetailsType
extends java.lang.Object
Java class for IncentiveDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="UniqueIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SiteAppliedOn" type="{urn:ebay:apis:eBLBaseComponents}IncentiveSiteAppliedOnType" minOccurs="0"/> <element name="TotalDiscountAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="Status" type="{urn:ebay:apis:eBLBaseComponents}IncentiveAppliedStatusType" minOccurs="0"/> <element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="IncentiveAppliedDetails" type="{urn:ebay:apis:eBLBaseComponents}IncentiveAppliedDetailsType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.math.BigInteger |
errorCode |
protected java.util.List<IncentiveAppliedDetailsType> |
incentiveAppliedDetails |
protected IncentiveSiteAppliedOnType |
siteAppliedOn |
protected IncentiveAppliedStatusType |
status |
protected BasicAmountType |
totalDiscountAmount |
protected java.lang.String |
uniqueIdentifier |
Constructor and Description |
---|
IncentiveDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getErrorCode()
Gets the value of the errorCode property.
|
java.util.List<IncentiveAppliedDetailsType> |
getIncentiveAppliedDetails()
Gets the value of the incentiveAppliedDetails property.
|
IncentiveSiteAppliedOnType |
getSiteAppliedOn()
Gets the value of the siteAppliedOn property.
|
IncentiveAppliedStatusType |
getStatus()
Gets the value of the status property.
|
BasicAmountType |
getTotalDiscountAmount()
Gets the value of the totalDiscountAmount property.
|
java.lang.String |
getUniqueIdentifier()
Gets the value of the uniqueIdentifier property.
|
void |
setErrorCode(java.math.BigInteger value)
Sets the value of the errorCode property.
|
void |
setSiteAppliedOn(IncentiveSiteAppliedOnType value)
Sets the value of the siteAppliedOn property.
|
void |
setStatus(IncentiveAppliedStatusType value)
Sets the value of the status property.
|
void |
setTotalDiscountAmount(BasicAmountType value)
Sets the value of the totalDiscountAmount property.
|
void |
setUniqueIdentifier(java.lang.String value)
Sets the value of the uniqueIdentifier property.
|
protected java.lang.String uniqueIdentifier
protected IncentiveSiteAppliedOnType siteAppliedOn
protected BasicAmountType totalDiscountAmount
protected IncentiveAppliedStatusType status
protected java.math.BigInteger errorCode
protected java.util.List<IncentiveAppliedDetailsType> incentiveAppliedDetails
public java.lang.String getUniqueIdentifier()
String
public void setUniqueIdentifier(java.lang.String value)
value
- the value
allowed object is
String
public IncentiveSiteAppliedOnType getSiteAppliedOn()
IncentiveSiteAppliedOnType
public void setSiteAppliedOn(IncentiveSiteAppliedOnType value)
value
- the value
allowed object is
IncentiveSiteAppliedOnType
public BasicAmountType getTotalDiscountAmount()
BasicAmountType
public void setTotalDiscountAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public IncentiveAppliedStatusType getStatus()
IncentiveAppliedStatusType
public void setStatus(IncentiveAppliedStatusType value)
value
- the value
allowed object is
IncentiveAppliedStatusType
public java.math.BigInteger getErrorCode()
BigInteger
public void setErrorCode(java.math.BigInteger value)
value
- the value
allowed object is
BigInteger
public java.util.List<IncentiveAppliedDetailsType> getIncentiveAppliedDetails()
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 incentiveAppliedDetails property.
For example, to add a new item, do as follows:
getIncentiveAppliedDetails().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveAppliedDetailsType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.