Class InsertAction
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.InsertAction
- 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="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 Summary
FieldsModifier and TypeFieldDescriptionprotected BigDecimal
The amount to collect for the new action.protected ResourceRef
protected boolean
Whether to cancel all of the follow-up collections actions (true) or keep the existing follow-up collections actions (false).protected String
The agent assigned to the collections action.protected Notes
protected ResourceRef
protected Integer
The number of days to slip the scheduled action.protected Calendar
The date and time the collections action starts. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount to collect for the new action.Gets the value of the billUnitRef property.The agent assigned to the collections action.getNotes()
Gets the value of the notes property.Gets the value of the paymentMethodRef property.The number of days to slip the scheduled action.The date and time the collections action starts.boolean
Whether to cancel all of the follow-up collections actions (true) or keep the existing follow-up collections actions (false).void
setAmount
(BigDecimal value) Sets the value of the amount property.void
setBillUnitRef
(ResourceRef value) Sets the value of the billUnitRef property.void
setCancelFollowupActions
(boolean value) Sets the value of the cancelFollowupActions property.void
setCollectionAgent
(String value) Sets the value of the collectionAgent property.void
Sets the value of the notes property.void
setPaymentMethodRef
(ResourceRef value) Sets the value of the paymentMethodRef property.void
setSlipByDays
(Integer value) Sets the value of the slipByDays property.void
setStartDate
(Calendar value) Sets the value of the startDate property.Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
billUnitRef
-
startDate
The date and time the collections action starts. -
collectionAgent
The agent assigned to the collections action. -
slipByDays
The number of days to slip the scheduled action. -
cancelFollowupActions
protected boolean cancelFollowupActionsWhether to cancel all of the follow-up collections actions (true) or keep the existing follow-up collections actions (false). -
amount
The amount to collect for the new action. -
paymentMethodRef
-
notes
-
-
Constructor Details
-
InsertAction
public InsertAction()
-
-
Method Details
-
getBillUnitRef
Gets the value of the billUnitRef property.- Returns:
- possible object is
ResourceRef
-
setBillUnitRef
Sets the value of the billUnitRef property.- Parameters:
value
- allowed object isResourceRef
-
getStartDate
The date and time the collections action starts.- Returns:
- possible object is
String
-
setStartDate
Sets the value of the startDate property.- Parameters:
value
- allowed object isString
- See Also:
-
getCollectionAgent
The agent assigned to the collections action.- Returns:
- possible object is
String
-
setCollectionAgent
Sets the value of the collectionAgent property.- Parameters:
value
- allowed object isString
- See Also:
-
getSlipByDays
The number of days to slip the scheduled action.- Returns:
- possible object is
Integer
-
setSlipByDays
Sets the value of the slipByDays property.- Parameters:
value
- allowed object isInteger
- 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
The amount to collect for the new action.- Returns:
- possible object is
BigDecimal
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getPaymentMethodRef
Gets the value of the paymentMethodRef property.- Returns:
- possible object is
ResourceRef
-
setPaymentMethodRef
Sets the value of the paymentMethodRef property.- Parameters:
value
- allowed object isResourceRef
-
getNotes
Gets the value of the notes property.- Returns:
- possible object is
Notes
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isNotes
-