public class OfferCouponInfoType
extends java.lang.Object
Java class for OfferCouponInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OfferCouponInfoType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AmountCurrency" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
amount |
protected java.lang.String |
amountCurrency |
protected java.lang.String |
id |
protected java.lang.String |
type |
| Constructor and Description |
|---|
OfferCouponInfoType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAmount()
Gets the value of the amount property.
|
java.lang.String |
getAmountCurrency()
Gets the value of the amountCurrency property.
|
java.lang.String |
getID()
Gets the value of the id property.
|
java.lang.String |
getType()
Gets the value of the type property.
|
void |
setAmount(java.lang.String value)
Sets the value of the amount property.
|
void |
setAmountCurrency(java.lang.String value)
Sets the value of the amountCurrency property.
|
void |
setID(java.lang.String value)
Sets the value of the id property.
|
void |
setType(java.lang.String value)
Sets the value of the type property.
|
protected java.lang.String type
protected java.lang.String id
protected java.lang.String amount
protected java.lang.String amountCurrency
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getID()
Stringpublic void setID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getAmount()
Stringpublic void setAmount(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getAmountCurrency()
Stringpublic void setAmountCurrency(java.lang.String value)
value - the value
allowed object is
StringstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.