public class CustomerPackages 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="billUnitPackages" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="packageID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="packageName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="packagePurchasedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="packageTerms" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}subscriptionTerms" minOccurs="0"/> <element name="serviceType" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}serviceGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="accountBundles" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}accountGroup" minOccurs="0"/> <element name="packageCreatedDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
CustomerPackages.BillUnitPackages
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<CustomerPackages.BillUnitPackages> |
billUnitPackages |
Constructor and Description |
---|
CustomerPackages() |
Modifier and Type | Method and Description |
---|---|
List<CustomerPackages.BillUnitPackages> |
getBillUnitPackages()
Gets the value of the billUnitPackages property.
|
protected List<CustomerPackages.BillUnitPackages> billUnitPackages
public List<CustomerPackages.BillUnitPackages> getBillUnitPackages()
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 billUnitPackages property.
For example, to add a new item, do as follows:
getBillUnitPackages().add(newItem);
Objects of the following type(s) are allowed in the list
CustomerPackages.BillUnitPackages