Class DepositReversal

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

public class DepositReversal 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="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="href" type="{http://www.w3.org/2001/XMLSchema}anyURI"/>
         <element name="customerRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="customerDepositRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="createdAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="completedAt" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="reason" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="error" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Field Details

    • id

      protected String id
      The deposit reversal ID.
    • href

      protected String href
      The unique resource URL, used to get the object.
    • customerRef

      protected String customerRef
      The customer reference.
    • customerDepositRef

      protected String customerDepositRef
      The customer deposit reference.
    • notes

      protected String notes
      Notes about the deposit reversal.
    • createdAt

      protected XMLGregorianCalendar createdAt
      The date when the deposit reversal is initiated.
    • completedAt

      protected XMLGregorianCalendar completedAt
      The deposit reversal completion date.
    • status

      protected String status
      The deposit reversal status.
      Allowed Values: COMPLETED, FAILED, PENDING, ACCEPTED, REJECTED
    • reason

      protected String reason
      Reason for the deposit reversal.
    • error

      protected String error
      Error message for the deposit reversal.
  • Constructor Details

    • DepositReversal

      public DepositReversal()
  • Method Details

    • getId

      public String getId()
      The deposit reversal ID.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getHref

      public String getHref()
      The unique resource URL, used to get the object.
      Returns:
      possible object is String
    • setHref

      public void setHref(String value)
      Sets the value of the href property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCustomerRef

      public String getCustomerRef()
      The customer reference.
      Returns:
      possible object is String
    • setCustomerRef

      public void setCustomerRef(String value)
      Sets the value of the customerRef property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCustomerDepositRef

      public String getCustomerDepositRef()
      The customer deposit reference.
      Returns:
      possible object is String
    • setCustomerDepositRef

      public void setCustomerDepositRef(String value)
      Sets the value of the customerDepositRef property.
      Parameters:
      value - allowed object is String
      See Also:
    • getNotes

      public String getNotes()
      Notes about the deposit reversal.
      Returns:
      possible object is String
    • setNotes

      public void setNotes(String value)
      Sets the value of the notes property.
      Parameters:
      value - allowed object is String
      See Also:
    • getCreatedAt

      public XMLGregorianCalendar getCreatedAt()
      The date when the deposit reversal is initiated.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreatedAt

      public void setCreatedAt(XMLGregorianCalendar value)
      Sets the value of the createdAt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      See Also:
    • getCompletedAt

      public XMLGregorianCalendar getCompletedAt()
      The deposit reversal completion date.
      Returns:
      possible object is XMLGregorianCalendar
    • setCompletedAt

      public void setCompletedAt(XMLGregorianCalendar value)
      Sets the value of the completedAt property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
      See Also:
    • getStatus

      public String getStatus()
      The deposit reversal status.
      Allowed Values: COMPLETED, FAILED, PENDING, ACCEPTED, REJECTED
      Returns:
      possible object is String
    • setStatus

      public void setStatus(String value)
      Sets the value of the status property.
      Parameters:
      value - allowed object is String
      See Also:
    • getReason

      public String getReason()
      Reason for the deposit reversal.
      Returns:
      possible object is String
    • setReason

      public void setReason(String value)
      Sets the value of the reason property.
      Parameters:
      value - allowed object is String
      See Also:
    • getError

      public String getError()
      Error message for the deposit reversal.
      Returns:
      possible object is String
    • setError

      public void setError(String value)
      Sets the value of the error property.
      Parameters:
      value - allowed object is String
      See Also: