Class AdjustmentNonCurrencyBalance

All Implemented Interfaces:
Serializable

public class AdjustmentNonCurrencyBalance extends AractionBaseType 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}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 Details

    • resourceId

      protected Integer resourceId
      The resource ID of the noncurrency balance to adjust.
    • elementId

      protected Integer elementId
      The element ID of the non-currency Adjustment which must be updated.
    • amount

      protected BigDecimal amount
      The amount of the adjustment.
    • accountRef

      protected ResourceRef accountRef
    • balanceGroupRef

      protected ResourceRef balanceGroupRef
    • validFrom

      protected Calendar validFrom
      The date and time the adjustment's validity period starts.
    • validTo

      protected Calendar validTo
      The date and time the adjustment's validity period ends.
  • Constructor Details

    • AdjustmentNonCurrencyBalance

      public AdjustmentNonCurrencyBalance()
  • Method Details

    • getResourceId

      public Integer getResourceId()
      The resource ID of the noncurrency balance to adjust.
      Returns:
      possible object is Integer
    • setResourceId

      public void setResourceId(Integer value)
      Sets the value of the resourceId property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getElementId

      public Integer getElementId()
      The element ID of the non-currency Adjustment which must be updated.
      Returns:
      possible object is Integer
    • setElementId

      public void setElementId(Integer value)
      Sets the value of the elementId property.
      Parameters:
      value - allowed object is Integer
      See Also:
    • getAmount

      public BigDecimal getAmount()
      The amount of the adjustment.
      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:
    • getAccountRef

      public ResourceRef getAccountRef()
      Gets the value of the accountRef property.
      Returns:
      possible object is ResourceRef
    • setAccountRef

      public void setAccountRef(ResourceRef value)
      Sets the value of the accountRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getBalanceGroupRef

      public ResourceRef getBalanceGroupRef()
      Gets the value of the balanceGroupRef property.
      Returns:
      possible object is ResourceRef
    • setBalanceGroupRef

      public void setBalanceGroupRef(ResourceRef value)
      Sets the value of the balanceGroupRef property.
      Parameters:
      value - allowed object is ResourceRef
    • getValidFrom

      public Calendar getValidFrom()
      The date and time the adjustment's validity period starts.
      Returns:
      possible object is String
    • setValidFrom

      public void setValidFrom(Calendar value)
      Sets the value of the validFrom property.
      Parameters:
      value - allowed object is String
      See Also:
    • getValidTo

      public Calendar getValidTo()
      The date and time the adjustment's validity period ends.
      Returns:
      possible object is String
    • setValidTo

      public void setValidTo(Calendar value)
      Sets the value of the validTo property.
      Parameters:
      value - allowed object is String
      See Also: