public class DepositLineDetail extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for DepositLineDetail complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DepositLineDetail">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Entity" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="ClassRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="AccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="PaymentMethodRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="CheckNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TxnType" type="{http://schema.intuit.com/finance/v3}TxnTypeEnum" minOccurs="0"/>
<element name="TaxCodeRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
<element name="TaxApplicableOn" type="{http://schema.intuit.com/finance/v3}TaxApplicableOnEnum" minOccurs="0"/>
<element name="DepositLineDetailEx" type="{http://schema.intuit.com/finance/v3}IntuitAnyType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReferenceType |
accountRef |
protected String |
checkNum |
protected ReferenceType |
classRef |
protected IntuitAnyType |
depositLineDetailEx |
protected ReferenceType |
entity |
protected ReferenceType |
paymentMethodRef |
protected TaxApplicableOnEnum |
taxApplicableOn |
protected ReferenceType |
taxCodeRef |
protected TxnTypeEnum |
txnType |
| Constructor and Description |
|---|
DepositLineDetail() |
| 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 |
getAccountRef()
Gets the value of the accountRef property.
|
String |
getCheckNum()
Gets the value of the checkNum property.
|
ReferenceType |
getClassRef()
Gets the value of the classRef property.
|
IntuitAnyType |
getDepositLineDetailEx()
Gets the value of the depositLineDetailEx property.
|
ReferenceType |
getEntity()
Gets the value of the entity property.
|
ReferenceType |
getPaymentMethodRef()
Gets the value of the paymentMethodRef property.
|
TaxApplicableOnEnum |
getTaxApplicableOn()
Gets the value of the taxApplicableOn property.
|
ReferenceType |
getTaxCodeRef()
Gets the value of the taxCodeRef property.
|
TxnTypeEnum |
getTxnType()
Gets the value of the txnType property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
void |
setAccountRef(ReferenceType value)
Sets the value of the accountRef property.
|
void |
setCheckNum(String value)
Sets the value of the checkNum property.
|
void |
setClassRef(ReferenceType value)
Sets the value of the classRef property.
|
void |
setDepositLineDetailEx(IntuitAnyType value)
Sets the value of the depositLineDetailEx property.
|
void |
setEntity(ReferenceType value)
Sets the value of the entity property.
|
void |
setPaymentMethodRef(ReferenceType value)
Sets the value of the paymentMethodRef property.
|
void |
setTaxApplicableOn(TaxApplicableOnEnum value)
Sets the value of the taxApplicableOn property.
|
void |
setTaxCodeRef(ReferenceType value)
Sets the value of the taxCodeRef property.
|
void |
setTxnType(TxnTypeEnum value)
Sets the value of the txnType property.
|
protected ReferenceType entity
protected ReferenceType classRef
protected ReferenceType accountRef
protected ReferenceType paymentMethodRef
protected String checkNum
protected TxnTypeEnum txnType
protected ReferenceType taxCodeRef
protected TaxApplicableOnEnum taxApplicableOn
protected IntuitAnyType depositLineDetailEx
public ReferenceType getEntity()
ReferenceTypepublic void setEntity(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getClassRef()
ReferenceTypepublic void setClassRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getAccountRef()
ReferenceTypepublic void setAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic ReferenceType getPaymentMethodRef()
ReferenceTypepublic void setPaymentMethodRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic String getCheckNum()
Stringpublic void setCheckNum(String value)
value - allowed object is
Stringpublic TxnTypeEnum getTxnType()
TxnTypeEnumpublic void setTxnType(TxnTypeEnum value)
value - allowed object is
TxnTypeEnumpublic ReferenceType getTaxCodeRef()
ReferenceTypepublic void setTaxCodeRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic TaxApplicableOnEnum getTaxApplicableOn()
TaxApplicableOnEnumpublic void setTaxApplicableOn(TaxApplicableOnEnum value)
value - allowed object is
TaxApplicableOnEnumpublic IntuitAnyType getDepositLineDetailEx()
IntuitAnyTypepublic void setDepositLineDetailEx(IntuitAnyType value)
value - allowed object is
IntuitAnyTypepublic 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.Equals2public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2Copyright © 2017. All rights reserved.