public class OLBAccount extends Object implements Serializable, IEntity, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for OLBAccount complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OLBAccount"> <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="AccountDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SubscribedToApp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="AppVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="LastBankBalance" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
accountDetails |
protected ReferenceType |
accountId |
protected String |
appVersion |
protected BigDecimal |
lastBankBalance |
protected Boolean |
subscribedToApp |
Constructor and Description |
---|
OLBAccount() |
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) |
String |
getAccountDetails()
Gets the value of the accountDetails property.
|
ReferenceType |
getAccountId()
Gets the value of the accountId property.
|
String |
getAppVersion()
Gets the value of the appVersion property.
|
BigDecimal |
getLastBankBalance()
Gets the value of the lastBankBalance property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isSubscribedToApp()
Gets the value of the subscribedToApp property.
|
void |
setAccountDetails(String value)
Sets the value of the accountDetails property.
|
void |
setAccountId(ReferenceType value)
Sets the value of the accountId property.
|
void |
setAppVersion(String value)
Sets the value of the appVersion property.
|
void |
setLastBankBalance(BigDecimal value)
Sets the value of the lastBankBalance property.
|
void |
setSubscribedToApp(Boolean value)
Sets the value of the subscribedToApp property.
|
protected ReferenceType accountId
protected String accountDetails
protected Boolean subscribedToApp
protected String appVersion
protected BigDecimal lastBankBalance
public ReferenceType getAccountId()
ReferenceType
public void setAccountId(ReferenceType value)
value
- allowed object is
ReferenceType
public String getAccountDetails()
String
public void setAccountDetails(String value)
value
- allowed object is
String
public Boolean isSubscribedToApp()
Boolean
public void setSubscribedToApp(Boolean value)
value
- allowed object is
Boolean
public String getAppVersion()
String
public void setAppVersion(String value)
value
- allowed object is
String
public BigDecimal getLastBankBalance()
BigDecimal
public void setLastBankBalance(BigDecimal value)
value
- allowed object is
BigDecimal
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.