public class DepositRelease 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}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}string"/>
<element name="completedAt" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="customerRef" 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"/>
<element name="releaseAmount" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}money"/>
<element name="releaseType" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="releaseRef" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="glCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
completedAt |
protected String |
createdAt |
protected String |
customerDepositRef |
protected String |
customerRef |
protected String |
error |
protected String |
glCode |
protected String |
href |
protected String |
id |
protected String |
notes |
protected String |
reason |
protected Money |
releaseAmount |
protected String |
releaseRef |
protected Integer |
releaseType |
protected String |
status |
| Constructor and Description |
|---|
DepositRelease() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCompletedAt()
Gets the value of the completedAt property.
|
String |
getCreatedAt()
Gets the value of the createdAt property.
|
String |
getCustomerDepositRef()
Gets the value of the customerDepositRef property.
|
String |
getCustomerRef()
Gets the value of the customerRef property.
|
String |
getError()
Gets the value of the error property.
|
String |
getGlCode()
Gets the value of the glCode property.
|
String |
getHref()
Gets the value of the href property.
|
String |
getId()
Gets the value of the id property.
|
String |
getNotes()
Gets the value of the notes property.
|
String |
getReason()
Gets the value of the reason property.
|
Money |
getReleaseAmount()
Gets the value of the releaseAmount property.
|
String |
getReleaseRef()
Gets the value of the releaseRef property.
|
Integer |
getReleaseType()
Gets the value of the releaseType property.
|
String |
getStatus()
Gets the value of the status property.
|
void |
setCompletedAt(String value)
Sets the value of the completedAt property.
|
void |
setCreatedAt(String 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 |
setError(String value)
Sets the value of the error property.
|
void |
setGlCode(String value)
Sets the value of the glCode property.
|
void |
setHref(String value)
Sets the value of the href property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setNotes(String value)
Sets the value of the notes property.
|
void |
setReason(String value)
Sets the value of the reason property.
|
void |
setReleaseAmount(Money value)
Sets the value of the releaseAmount property.
|
void |
setReleaseRef(String value)
Sets the value of the releaseRef property.
|
void |
setReleaseType(Integer value)
Sets the value of the releaseType property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
protected String id
protected String href
protected String customerDepositRef
protected String notes
protected String createdAt
protected String completedAt
protected String status
protected String customerRef
protected String reason
protected String error
protected Money releaseAmount
protected Integer releaseType
protected String releaseRef
protected String glCode
public void setId(String value)
value - allowed object is
Stringpublic String getHref()
Stringpublic void setHref(String value)
value - allowed object is
Stringpublic String getCustomerDepositRef()
Stringpublic void setCustomerDepositRef(String value)
value - allowed object is
Stringpublic String getNotes()
Stringpublic void setNotes(String value)
value - allowed object is
Stringpublic String getCreatedAt()
Stringpublic void setCreatedAt(String value)
value - allowed object is
Stringpublic String getCompletedAt()
Stringpublic void setCompletedAt(String value)
value - allowed object is
Stringpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
Stringpublic String getCustomerRef()
Stringpublic void setCustomerRef(String value)
value - allowed object is
Stringpublic String getReason()
Stringpublic void setReason(String value)
value - allowed object is
Stringpublic String getError()
Stringpublic void setError(String value)
value - allowed object is
Stringpublic Money getReleaseAmount()
Moneypublic void setReleaseAmount(Money value)
value - allowed object is
Moneypublic Integer getReleaseType()
Integerpublic void setReleaseType(Integer value)
value - allowed object is
Integerpublic String getReleaseRef()
Stringpublic void setReleaseRef(String value)
value - allowed object is
Stringpublic String getGlCode()
String