public class CustomizedOffers 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 maxOccurs="unbounded" minOccurs="0">
<element name="customizedOffer">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/>
<element name="purchasedProductRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
<element name="cycleDuration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="recurringFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="recurringFeeOverriden" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="recurringDiscount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="recurringDiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="purchaseFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="purchaseFeeOverriden" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="purchaseDiscount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="purchaseDiscountPercent" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="usageDiscount" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="usageStartT" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="usageEndT" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="purchaseStartT" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="purchaseEndT" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="cycleStartT" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="cycleEndT" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="gracePeriodUnit" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="gracePeriodOffset" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="renewalMode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="terminationFee" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}overriddenCharges" maxOccurs="unbounded"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="planName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dealName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="serviceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="dealRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="serviceRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="planRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="status" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
</restriction>
</simpleType>
</element>
<element name="quantity" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
<element name="packageId" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="purchasedDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomizedOffers.CustomizedOffer
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<CustomizedOffers.CustomizedOffer> |
customizedOffer |
| Constructor and Description |
|---|
CustomizedOffers() |
| Modifier and Type | Method and Description |
|---|---|
List<CustomizedOffers.CustomizedOffer> |
getCustomizedOffer()
Gets the value of the customizedOffer property.
|
protected List<CustomizedOffers.CustomizedOffer> customizedOffer
public List<CustomizedOffers.CustomizedOffer> getCustomizedOffer()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customizedOffer property.
For example, to add a new item, do as follows:
getCustomizedOffer().add(newItem);
Objects of the following type(s) are allowed in the list
CustomizedOffers.CustomizedOffer