public static class BundleOffers.BundleOffer.Discountoffers extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="discountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="isRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastStatusChange" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected ResourceRef |
discountRef |
protected boolean |
isRequired |
protected Calendar |
lastStatusChange |
protected String |
name |
protected String |
status |
| Constructor and Description |
|---|
Discountoffers() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
ResourceRef |
getDiscountRef()
Gets the value of the discountRef property.
|
Calendar |
getLastStatusChange()
Gets the value of the lastStatusChange property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStatus()
Gets the value of the status property.
|
boolean |
isIsRequired()
Gets the value of the isRequired property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDiscountRef(ResourceRef value)
Sets the value of the discountRef property.
|
void |
setIsRequired(boolean value)
Sets the value of the isRequired property.
|
void |
setLastStatusChange(Calendar value)
Sets the value of the lastStatusChange property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected ResourceRef discountRef
protected String name
protected String description
protected boolean isRequired
protected String status
protected Calendar lastStatusChange
public ResourceRef getDiscountRef()
ResourceRefpublic void setDiscountRef(ResourceRef value)
value - allowed object is
ResourceRefpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isIsRequired()
public void setIsRequired(boolean value)
public String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic Calendar getLastStatusChange()
String