public class BillChargeGroup extends Extension implements Serializable
Java class for billChargeGroup complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="billChargeGroup"> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element name="account" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}accountAndBillItems"/> <element name="services" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}servicesAndBillItems" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected AccountAndBillItems |
account |
protected List<ServicesAndBillItems> |
services |
Constructor and Description |
---|
BillChargeGroup() |
Modifier and Type | Method and Description |
---|---|
AccountAndBillItems |
getAccount()
Gets the value of the account property.
|
List<ServicesAndBillItems> |
getServices()
Gets the value of the services property.
|
void |
setAccount(AccountAndBillItems value)
Sets the value of the account property.
|
getExtension, setExtension
protected AccountAndBillItems account
protected List<ServicesAndBillItems> services
public AccountAndBillItems getAccount()
AccountAndBillItems
public void setAccount(AccountAndBillItems value)
value
- allowed object is
AccountAndBillItems
public List<ServicesAndBillItems> getServices()
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 services property.
For example, to add a new item, do as follows:
getServices().add(newItem);
Objects of the following type(s) are allowed in the list
ServicesAndBillItems