Class TransferBalanceCreateResponse.TargetBucket

java.lang.Object
com.oracle.communications.brm.cc.model.TransferBalanceCreateResponse.TargetBucket
All Implemented Interfaces:
Serializable
Enclosing class:
TransferBalanceCreateResponse

public static class TransferBalanceCreateResponse.TargetBucket extends Object implements Serializable

Java class for anonymous complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="validFrom" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="validTo" type="{http://www.w3.org/2001/XMLSchema}date"/>
         <element name="currentBalance" type="{http://www.w3.org/2001/XMLSchema}decimal"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • validFrom

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

      protected Calendar validTo
      The date and time the bucket's validity ends.
    • currentBalance

      protected BigDecimal currentBalance
      The current balance in the bucket.
  • Constructor Details

    • TargetBucket

      public TargetBucket()
  • Method Details

    • getValidFrom

      public Calendar getValidFrom()
      The date and time the bucket's validity 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 bucket's validity 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:
    • getCurrentBalance

      public BigDecimal getCurrentBalance()
      The current balance in the bucket.
      Returns:
      possible object is BigDecimal
    • setCurrentBalance

      public void setCurrentBalance(BigDecimal value)
      Sets the value of the currentBalance property.
      Parameters:
      value - allowed object is BigDecimal
      See Also: