public class DiscountType
extends java.lang.Object
Java class for DiscountType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DiscountType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="RedeemedOfferType" type="{urn:ebay:apis:eBLBaseComponents}RedeemedOfferType" minOccurs="0"/>
<element name="RedeemedOfferID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BasicAmountType |
amount |
protected java.lang.String |
description |
protected java.lang.String |
name |
protected java.lang.String |
redeemedOfferID |
protected RedeemedOfferType |
redeemedOfferType |
| Constructor and Description |
|---|
DiscountType() |
| Modifier and Type | Method and Description |
|---|---|
BasicAmountType |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getDescription()
Gets the value of the description property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
java.lang.String |
getRedeemedOfferID()
Gets the value of the redeemedOfferID property.
|
RedeemedOfferType |
getRedeemedOfferType()
Gets the value of the redeemedOfferType property.
|
void |
setAmount(BasicAmountType value)
Sets the value of the amount property.
|
void |
setDescription(java.lang.String value)
Sets the value of the description property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setRedeemedOfferID(java.lang.String value)
Sets the value of the redeemedOfferID property.
|
void |
setRedeemedOfferType(RedeemedOfferType value)
Sets the value of the redeemedOfferType property.
|
protected java.lang.String name
protected java.lang.String description
protected BasicAmountType amount
protected RedeemedOfferType redeemedOfferType
protected java.lang.String redeemedOfferID
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getAmount()
BasicAmountTypepublic void setAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic RedeemedOfferType getRedeemedOfferType()
RedeemedOfferTypepublic void setRedeemedOfferType(RedeemedOfferType value)
value - the value
allowed object is
RedeemedOfferTypepublic java.lang.String getRedeemedOfferID()
Stringpublic void setRedeemedOfferID(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.