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()
String
public void setName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getAmount()
BasicAmountType
public void setAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public RedeemedOfferType getRedeemedOfferType()
RedeemedOfferType
public void setRedeemedOfferType(RedeemedOfferType value)
value
- the value
allowed object is
RedeemedOfferType
public java.lang.String getRedeemedOfferID()
String
public void setRedeemedOfferID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.