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()
String
public void setType(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getID()
String
public void setID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getAmount()
String
public void setAmount(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getAmountCurrency()
String
public void setAmountCurrency(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.