public class NewBillUnit extends Extension implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <extension base="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}extension"> <sequence> <element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="paymentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/> <element name="balanceGroups" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}id"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
NewBillUnit.BalanceGroups
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected ResourceRef |
accountRef |
protected List<NewBillUnit.BalanceGroups> |
balanceGroups |
protected String |
id |
protected String |
name |
protected String |
paymentType |
Constructor and Description |
---|
NewBillUnit() |
Modifier and Type | Method and Description |
---|---|
ResourceRef |
getAccountRef()
Gets the value of the accountRef property.
|
List<NewBillUnit.BalanceGroups> |
getBalanceGroups()
Gets the value of the balanceGroups property.
|
String |
getId()
The ID of the new bill unit.
|
String |
getName()
Gets the value of the name property.
|
String |
getPaymentType()
Gets the value of the paymentType property.
|
void |
setAccountRef(ResourceRef value)
Sets the value of the accountRef property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setPaymentType(String value)
Sets the value of the paymentType property.
|
getExtension, setExtension
protected String id
protected String name
protected String paymentType
protected ResourceRef accountRef
protected List<NewBillUnit.BalanceGroups> balanceGroups
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getPaymentType()
String
public void setPaymentType(String value)
value
- allowed object is
String
public ResourceRef getAccountRef()
ResourceRef
public void setAccountRef(ResourceRef value)
value
- allowed object is
ResourceRef
public List<NewBillUnit.BalanceGroups> getBalanceGroups()
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 balanceGroups property.
For example, to add a new item, do as follows:
getBalanceGroups().add(newItem);
Objects of the following type(s) are allowed in the list
NewBillUnit.BalanceGroups