Class BillDetails
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.BillDetails
- All Implemented Interfaces:
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 name="fromPayingAccount" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}billChargeGroup"/> <element name="fromOtherAccounts" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}billChargeGroup"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fromOtherAccounts property.Gets the value of the fromPayingAccount property.void
Sets the value of the fromOtherAccounts property.void
Sets the value of the fromPayingAccount property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
fromPayingAccount
-
fromOtherAccounts
-
-
Constructor Details
-
BillDetails
public BillDetails()
-
-
Method Details
-
getFromPayingAccount
Gets the value of the fromPayingAccount property.- Returns:
- possible object is
BillChargeGroup
-
setFromPayingAccount
Sets the value of the fromPayingAccount property.- Parameters:
value
- allowed object isBillChargeGroup
-
getFromOtherAccounts
Gets the value of the fromOtherAccounts property.- Returns:
- possible object is
BillChargeGroup
-
setFromOtherAccounts
Sets the value of the fromOtherAccounts property.- Parameters:
value
- allowed object isBillChargeGroup
-