public class OLBTxn extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for OLBTxn complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OLBTxn"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="AccountId" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/> <element name="LastPostingDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/> <element name="TxnsDownloadTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="OLBTxnDetail" type="{http://schema.intuit.com/finance/v3}OLBTxnDetail" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="startPosition" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="maxResults" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="totalCount" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected ReferenceType |
accountId |
protected Date |
lastPostingDate |
protected Integer |
maxResults |
protected List<OLBTxnDetail> |
olbTxnDetail |
protected Integer |
startPosition |
protected Integer |
totalCount |
protected Date |
txnsDownloadTime |
Constructor and Description |
---|
OLBTxn() |
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) |
ReferenceType |
getAccountId()
Gets the value of the accountId property.
|
Date |
getLastPostingDate()
Gets the value of the lastPostingDate property.
|
Integer |
getMaxResults()
Gets the value of the maxResults property.
|
List<OLBTxnDetail> |
getOLBTxnDetail()
Gets the value of the olbTxnDetail property.
|
Integer |
getStartPosition()
Gets the value of the startPosition property.
|
Integer |
getTotalCount()
Gets the value of the totalCount property.
|
Date |
getTxnsDownloadTime()
Gets the value of the txnsDownloadTime property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAccountId(ReferenceType value)
Sets the value of the accountId property.
|
void |
setLastPostingDate(Date value)
Sets the value of the lastPostingDate property.
|
void |
setMaxResults(Integer value)
Sets the value of the maxResults property.
|
void |
setOLBTxnDetail(List<OLBTxnDetail> olbTxnDetail)
Sets the value of the olbTxnDetail property.
|
void |
setStartPosition(Integer value)
Sets the value of the startPosition property.
|
void |
setTotalCount(Integer value)
Sets the value of the totalCount property.
|
void |
setTxnsDownloadTime(Date value)
Sets the value of the txnsDownloadTime property.
|
protected ReferenceType accountId
protected Date lastPostingDate
protected Date txnsDownloadTime
protected List<OLBTxnDetail> olbTxnDetail
protected Integer startPosition
protected Integer maxResults
protected Integer totalCount
public ReferenceType getAccountId()
ReferenceType
public void setAccountId(ReferenceType value)
value
- allowed object is
ReferenceType
public Date getLastPostingDate()
String
public void setLastPostingDate(Date value)
value
- allowed object is
String
public Date getTxnsDownloadTime()
String
public void setTxnsDownloadTime(Date value)
value
- allowed object is
String
public List<OLBTxnDetail> getOLBTxnDetail()
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 olbTxnDetail property.
For example, to add a new item, do as follows:
getOLBTxnDetail().add(newItem);
Objects of the following type(s) are allowed in the list
OLBTxnDetail
public Integer getStartPosition()
Integer
public void setStartPosition(Integer value)
value
- allowed object is
Integer
public Integer getMaxResults()
Integer
public void setMaxResults(Integer value)
value
- allowed object is
Integer
public Integer getTotalCount()
Integer
public void setTotalCount(Integer value)
value
- allowed object is
Integer
public void setOLBTxnDetail(List<OLBTxnDetail> olbTxnDetail)
olbTxnDetail
- allowed object is
OLBTxnDetail
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.