public class OLBTransaction extends Object implements Serializable, IEntity, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for OLBTransaction complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OLBTransaction"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OLBDownloadTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OLBTxn" type="{http://schema.intuit.com/finance/v3}OLBTxn" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Date |
olbDownloadTime |
protected List<OLBTxn> |
olbTxn |
Constructor and Description |
---|
OLBTransaction() |
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) |
Date |
getOLBDownloadTime()
Gets the value of the olbDownloadTime property.
|
List<OLBTxn> |
getOLBTxn()
Gets the value of the olbTxn property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setOLBDownloadTime(Date value)
Sets the value of the olbDownloadTime property.
|
void |
setOLBTxn(List<OLBTxn> olbTxn)
Sets the value of the olbTxn property.
|
public Date getOLBDownloadTime()
String
public void setOLBDownloadTime(Date value)
value
- allowed object is
String
public List<OLBTxn> getOLBTxn()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the olbTxn property.
For example, to add a new item, do as follows:
getOLBTxn().add(newItem);
Objects of the following type(s) are allowed in the list
OLBTxn
public void setOLBTxn(List<OLBTxn> olbTxn)
olbTxn
- allowed object is
OLBTxn
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.