public class DepositTxnDepositDetails extends Object implements Serializable
Java class for depositTxnDepositDetails complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="depositTxnDepositDetails"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="depositRef" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="sourceDepositRef" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="destDepositRef" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
depositRef |
protected String |
destDepositRef |
protected String |
sourceDepositRef |
Constructor and Description |
---|
DepositTxnDepositDetails() |
Modifier and Type | Method and Description |
---|---|
String |
getDepositRef()
Gets the value of the depositRef property.
|
String |
getDestDepositRef()
Gets the value of the destDepositRef property.
|
String |
getSourceDepositRef()
Gets the value of the sourceDepositRef property.
|
void |
setDepositRef(String value)
Sets the value of the depositRef property.
|
void |
setDestDepositRef(String value)
Sets the value of the destDepositRef property.
|
void |
setSourceDepositRef(String value)
Sets the value of the sourceDepositRef property.
|
protected String depositRef
protected String sourceDepositRef
protected String destDepositRef
public String getDepositRef()
String
public void setDepositRef(String value)
value
- allowed object is
String
public String getSourceDepositRef()
String
public void setSourceDepositRef(String value)
value
- allowed object is
String
public String getDestDepositRef()
String