public class OLBStatus extends Object implements Serializable, IEntity, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for OLBStatus complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OLBStatus"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OLBAccount" type="{http://schema.intuit.com/finance/v3}OLBAccount" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<OLBAccount> |
olbAccount |
Constructor and Description |
---|
OLBStatus() |
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) |
List<OLBAccount> |
getOLBAccount()
Gets the value of the olbAccount property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setOLBAccount(List<OLBAccount> olbAccount)
Sets the value of the olbAccount property.
|
protected List<OLBAccount> olbAccount
public List<OLBAccount> getOLBAccount()
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 olbAccount property.
For example, to add a new item, do as follows:
getOLBAccount().add(newItem);
Objects of the following type(s) are allowed in the list
OLBAccount
public void setOLBAccount(List<OLBAccount> olbAccount)
olbAccount
- allowed object is
OLBAccount
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.