Class AdjustmentNonCurrencyBalance
java.lang.Object
com.oracle.communications.brm.cc.model.Extension
com.oracle.communications.brm.cc.model.AbstractARActionType
com.oracle.communications.brm.cc.model.AractionBaseType
com.oracle.communications.brm.cc.model.AdjustmentNonCurrencyBalance
- 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}aractionBaseType"> <sequence> <element name="resourceId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="elementId" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="amount" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="accountRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="balanceGroupRef" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}resourceRef"/> <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}date"/> <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ResourceRef
protected BigDecimal
The amount of the adjustment.protected ResourceRef
protected Integer
The element ID of the non-currency Adjustment which must be updated.protected Integer
The resource ID of the noncurrency balance to adjust.protected Calendar
The date and time the adjustment's validity period starts.protected Calendar
The date and time the adjustment's validity period ends.Fields inherited from class com.oracle.communications.brm.cc.model.AractionBaseType
actionAffectsRef, effective, notes
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the accountRef property.The amount of the adjustment.Gets the value of the balanceGroupRef property.The element ID of the non-currency Adjustment which must be updated.The resource ID of the noncurrency balance to adjust.The date and time the adjustment's validity period starts.The date and time the adjustment's validity period ends.void
setAccountRef
(ResourceRef value) Sets the value of the accountRef property.void
setAmount
(BigDecimal value) Sets the value of the amount property.void
setBalanceGroupRef
(ResourceRef value) Sets the value of the balanceGroupRef property.void
setElementId
(Integer value) Sets the value of the elementId property.void
setResourceId
(Integer value) Sets the value of the resourceId property.void
setValidFrom
(Calendar value) Sets the value of the validFrom property.void
setValidTo
(Calendar value) Sets the value of the validTo property.Methods inherited from class com.oracle.communications.brm.cc.model.AractionBaseType
getActionAffectsRef, getEffective, getNotes, setActionAffectsRef, setEffective, setNotes
Methods inherited from class com.oracle.communications.brm.cc.model.Extension
getExtension, setExtension
-
Field Details
-
resourceId
The resource ID of the noncurrency balance to adjust. -
elementId
The element ID of the non-currency Adjustment which must be updated. -
amount
The amount of the adjustment. -
accountRef
-
balanceGroupRef
-
validFrom
The date and time the adjustment's validity period starts. -
validTo
The date and time the adjustment's validity period ends.
-
-
Constructor Details
-
AdjustmentNonCurrencyBalance
public AdjustmentNonCurrencyBalance()
-
-
Method Details
-
getResourceId
The resource ID of the noncurrency balance to adjust.- Returns:
- possible object is
Integer
-
setResourceId
Sets the value of the resourceId property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getElementId
The element ID of the non-currency Adjustment which must be updated.- Returns:
- possible object is
Integer
-
setElementId
Sets the value of the elementId property.- Parameters:
value
- allowed object isInteger
- See Also:
-
getAmount
The amount of the adjustment.- Returns:
- possible object is
BigDecimal
-
setAmount
Sets the value of the amount property.- Parameters:
value
- allowed object isBigDecimal
- See Also:
-
getAccountRef
Gets the value of the accountRef property.- Returns:
- possible object is
ResourceRef
-
setAccountRef
Sets the value of the accountRef property.- Parameters:
value
- allowed object isResourceRef
-
getBalanceGroupRef
Gets the value of the balanceGroupRef property.- Returns:
- possible object is
ResourceRef
-
setBalanceGroupRef
Sets the value of the balanceGroupRef property.- Parameters:
value
- allowed object isResourceRef
-
getValidFrom
The date and time the adjustment's validity period starts.- Returns:
- possible object is
String
-
setValidFrom
Sets the value of the validFrom property.- Parameters:
value
- allowed object isString
- See Also:
-
getValidTo
The date and time the adjustment's validity period ends.- Returns:
- possible object is
String
-
setValidTo
Sets the value of the validTo property.- Parameters:
value
- allowed object isString
- See Also:
-