Class InstallmentScheduleBillDetails
java.lang.Object
com.oracle.communications.brm.cc.model.InstallmentScheduleBillDetails
- All Implemented Interfaces:
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="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="href" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="billDetails" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}installmentScheduleBill" maxOccurs="unbounded"/>
<element name="billInfoID" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<InstallmentScheduleBill> protected StringThe installment schedule bill information ID.protected StringThe unique resource URL, used for getting the object.protected StringThe installment schedule bill ID. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the billDetails property.The installment schedule bill information ID.getHref()The unique resource URL, used for getting the object.getId()The installment schedule bill ID.voidsetBillInfoID(String value) Sets the value of the billInfoID property.voidSets the value of the href property.voidSets the value of the id property.
-
Field Details
-
id
The installment schedule bill ID. -
href
The unique resource URL, used for getting the object. -
billDetails
-
billInfoID
The installment schedule bill information ID.
-
-
Constructor Details
-
InstallmentScheduleBillDetails
public InstallmentScheduleBillDetails()
-
-
Method Details
-
getId
The installment schedule bill ID.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString- See Also:
-
getHref
The unique resource URL, used for getting the object.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value- allowed object isString- See Also:
-
getBillDetails
Gets the value of the billDetails property.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
setmethod for the billDetails property.For example, to add a new item, do as follows:
getBillDetails().add(newItem);
Objects of the following type(s) are allowed in the list
InstallmentScheduleBill- Returns:
- The value of the billDetails property.
-
getBillInfoID
The installment schedule bill information ID.- Returns:
- possible object is
String
-
setBillInfoID
Sets the value of the billInfoID property.- Parameters:
value- allowed object isString- See Also:
-