Class BillDetails

java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.BillDetails
All Implemented Interfaces:
Serializable

public class BillDetails 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 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 Details

  • Constructor Details

    • BillDetails

      public BillDetails()
  • Method Details

    • getFromPayingAccount

      public BillChargeGroup getFromPayingAccount()
      Gets the value of the fromPayingAccount property.
      Returns:
      possible object is BillChargeGroup
    • setFromPayingAccount

      public void setFromPayingAccount(BillChargeGroup value)
      Sets the value of the fromPayingAccount property.
      Parameters:
      value - allowed object is BillChargeGroup
    • getFromOtherAccounts

      public BillChargeGroup getFromOtherAccounts()
      Gets the value of the fromOtherAccounts property.
      Returns:
      possible object is BillChargeGroup
    • setFromOtherAccounts

      public void setFromOtherAccounts(BillChargeGroup value)
      Sets the value of the fromOtherAccounts property.
      Parameters:
      value - allowed object is BillChargeGroup