public class OLBTxnDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for OLBTxnDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OLBTxnDetail"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PostDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="TxnDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> <element name="ReferenceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="TxnStatus" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
amount |
protected Date |
postDate |
protected String |
referenceNumber |
protected Date |
txnDate |
protected String |
txnStatus |
Constructor and Description |
---|
OLBTxnDetail() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) |
BigDecimal |
getAmount()
Gets the value of the amount property.
|
Date |
getPostDate()
Gets the value of the postDate property.
|
String |
getReferenceNumber()
Gets the value of the referenceNumber property.
|
Date |
getTxnDate()
Gets the value of the txnDate property.
|
String |
getTxnStatus()
Gets the value of the txnStatus property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAmount(BigDecimal value)
Sets the value of the amount property.
|
void |
setPostDate(Date value)
Sets the value of the postDate property.
|
void |
setReferenceNumber(String value)
Sets the value of the referenceNumber property.
|
void |
setTxnDate(Date value)
Sets the value of the txnDate property.
|
void |
setTxnStatus(String value)
Sets the value of the txnStatus property.
|
protected Date postDate
protected Date txnDate
protected BigDecimal amount
protected String referenceNumber
protected String txnStatus
public Date getPostDate()
String
public void setPostDate(Date value)
value
- allowed object is
String
public Date getTxnDate()
String
public void setTxnDate(Date value)
value
- allowed object is
String
public BigDecimal getAmount()
BigDecimal
public void setAmount(BigDecimal value)
value
- allowed object is
BigDecimal
public String getReferenceNumber()
String
public void setReferenceNumber(String value)
value
- allowed object is
String
public String getTxnStatus()
String
public void setTxnStatus(String value)
value
- allowed object is
String
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals2
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode2
Copyright © 2017. All rights reserved.