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
String
public String getHref()
String
public void setHref(String value)
value
- allowed object is
String
public String getCustomerDepositRef()
String
public void setCustomerDepositRef(String value)
value
- allowed object is
String
public String getNotes()
String
public void setNotes(String value)
value
- allowed object is
String
public String getCreatedAt()
String
public void setCreatedAt(String value)
value
- allowed object is
String
public String getCompletedAt()
String
public void setCompletedAt(String value)
value
- allowed object is
String
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public String getCustomerRef()
String
public void setCustomerRef(String value)
value
- allowed object is
String
public String getReason()
String
public void setReason(String value)
value
- allowed object is
String
public String getError()
String
public void setError(String value)
value
- allowed object is
String
public Money getReleaseAmount()
Money
public void setReleaseAmount(Money value)
value
- allowed object is
Money
public Integer getReleaseType()
Integer
public void setReleaseType(Integer value)
value
- allowed object is
Integer
public String getReleaseRef()
String
public void setReleaseRef(String value)
value
- allowed object is
String
public String getGlCode()
String