Class InsertAction

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

public class InsertAction 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="billUnitRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="collectionAgent" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="slipByDays" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="cancelFollowupActions" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="paymentMethodRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef" minOccurs="0"/>
         <element name="notes" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}notes" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • billUnitRef

      protected ResourceRef billUnitRef
    • startDate

      protected Calendar startDate
      The date and time the collections action starts.
    • collectionAgent

      protected String collectionAgent
      The agent assigned to the collections action.
    • slipByDays

      protected Integer slipByDays
      The number of days to slip the scheduled action.
    • cancelFollowupActions

      protected boolean cancelFollowupActions
      Whether to cancel all of the follow-up collections actions (true) or keep the existing follow-up collections actions (false).
    • amount

      protected BigDecimal amount
      The amount to collect for the new action.
    • paymentMethodRef

      protected ResourceRef paymentMethodRef
    • notes

      protected Notes notes
  • Constructor Details

    • InsertAction

      public InsertAction()
  • Method Details

    • getBillUnitRef

      public ResourceRef getBillUnitRef()
      Gets the value of the billUnitRef property.
      Returns:
      possible object is ResourceRef
    • setBillUnitRef

      public void setBillUnitRef(ResourceRef value)
      Sets the value of the billUnitRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getStartDate

      public Calendar getStartDate()
      The date and time the collections action starts.
      Returns:
      possible object is String
    • setStartDate

      public void setStartDate(Calendar value)
      Sets the value of the startDate property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCollectionAgent

      public String getCollectionAgent()
      The agent assigned to the collections action.
      Returns:
      possible object is String
    • setCollectionAgent

      public void setCollectionAgent(String value)
      Sets the value of the collectionAgent property.
      Parameters:
      value - allowed object is String
      See Also:
    • getSlipByDays

      public Integer getSlipByDays()
      The number of days to slip the scheduled action.
      Returns:
      possible object is Integer
    • setSlipByDays

      public void setSlipByDays(Integer value)
      Sets the value of the slipByDays property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • isCancelFollowupActions

      public boolean isCancelFollowupActions()
      Whether to cancel all of the follow-up collections actions (true) or keep the existing follow-up collections actions (false).
    • setCancelFollowupActions

      public void setCancelFollowupActions(boolean value)
      Sets the value of the cancelFollowupActions property.
    • getAmount

      public BigDecimal getAmount()
      The amount to collect for the new action.
      Returns:
      possible object is BigDecimal
    • setAmount

      public void setAmount(BigDecimal value)
      Sets the value of the amount property.
      Parameters:
      value - allowed object is BigDecimal
      See Also:
    • getPaymentMethodRef

      public ResourceRef getPaymentMethodRef()
      Gets the value of the paymentMethodRef property.
      Returns:
      possible object is ResourceRef
    • setPaymentMethodRef

      public void setPaymentMethodRef(ResourceRef value)
      Sets the value of the paymentMethodRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getNotes

      public Notes getNotes()
      Gets the value of the notes property.
      Returns:
      possible object is Notes
    • setNotes

      public void setNotes(Notes value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is Notes