Class DepositReversal
java.lang.Object
com.oracle.communications.brm.cc.model.DepositReversal
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendar
The deposit reversal completion date.protected XMLGregorianCalendar
The date when the deposit reversal is initiated.protected String
The customer deposit reference.protected String
The customer reference.protected String
Error message for the deposit reversal.protected String
The unique resource URL, used to get the object.protected String
The deposit reversal ID.protected String
Notes about the deposit reversal.protected String
Reason for the deposit reversal.protected String
The deposit reversal status.
Allowed Values: COMPLETED, FAILED, PENDING, ACCEPTED, REJECTED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe deposit reversal completion date.The date when the deposit reversal is initiated.The customer deposit reference.The customer reference.getError()
Error message for the deposit reversal.getHref()
The unique resource URL, used to get the object.getId()
The deposit reversal ID.getNotes()
Notes about the deposit reversal.Reason for the deposit reversal.The deposit reversal status.
Allowed Values: COMPLETED, FAILED, PENDING, ACCEPTED, REJECTEDvoid
Sets the value of the completedAt property.void
setCreatedAt
(XMLGregorianCalendar value) Sets the value of the createdAt property.void
setCustomerDepositRef
(String value) Sets the value of the customerDepositRef property.void
setCustomerRef
(String value) Sets the value of the customerRef property.void
Sets the value of the error property.void
Sets the value of the href property.void
Sets the value of the id property.void
Sets the value of the notes property.void
Sets the value of the reason property.void
Sets the value of the status property.
-
Field Details
-
id
The deposit reversal ID. -
href
The unique resource URL, used to get the object. -
customerRef
The customer reference. -
customerDepositRef
The customer deposit reference. -
notes
Notes about the deposit reversal. -
createdAt
The date when the deposit reversal is initiated. -
completedAt
The deposit reversal completion date. -
status
The deposit reversal status.
Allowed Values: COMPLETED, FAILED, PENDING, ACCEPTED, REJECTED -
reason
Reason for the deposit reversal. -
error
Error message for the deposit reversal.
-
-
Constructor Details
-
DepositReversal
public DepositReversal()
-
-
Method Details
-
getId
The deposit reversal ID.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- See Also:
-
getHref
The unique resource URL, used to get the object.- Returns:
- possible object is
String
-
setHref
Sets the value of the href property.- Parameters:
value
- allowed object isString
- See Also:
-
getCustomerRef
The customer reference.- Returns:
- possible object is
String
-
setCustomerRef
Sets the value of the customerRef property.- Parameters:
value
- allowed object isString
- See Also:
-
getCustomerDepositRef
The customer deposit reference.- Returns:
- possible object is
String
-
setCustomerDepositRef
Sets the value of the customerDepositRef property.- Parameters:
value
- allowed object isString
- See Also:
-
getNotes
Notes about the deposit reversal.- Returns:
- possible object is
String
-
setNotes
Sets the value of the notes property.- Parameters:
value
- allowed object isString
- See Also:
-
getCreatedAt
The date when the deposit reversal is initiated.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreatedAt
Sets the value of the createdAt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- See Also:
-
getCompletedAt
The deposit reversal completion date.- Returns:
- possible object is
XMLGregorianCalendar
-
setCompletedAt
Sets the value of the completedAt property.- Parameters:
value
- allowed object isXMLGregorianCalendar
- See Also:
-
getStatus
The deposit reversal status.
Allowed Values: COMPLETED, FAILED, PENDING, ACCEPTED, REJECTED- Returns:
- possible object is
String
-
setStatus
Sets the value of the status property.- Parameters:
value
- allowed object isString
- See Also:
-
getReason
Reason for the deposit reversal.- Returns:
- possible object is
String
-
setReason
Sets the value of the reason property.- Parameters:
value
- allowed object isString
- See Also:
-
getError
Error message for the deposit reversal.- Returns:
- possible object is
String
-
setError
Sets the value of the error property.- Parameters:
value
- allowed object isString
- See Also:
-