public class FinanceChargePrefs extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2
Java class for FinanceChargePrefs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FinanceChargePrefs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AnnualInterestRate" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="MinFinChrg" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="GracePeriod" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" minOccurs="0"/>
<element name="CalcFinChrgFromTxnDate" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AssessFinChrgForOverdueCharges" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FinChrgAccountRef" type="{http://schema.intuit.com/finance/v3}ReferenceType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
annualInterestRate |
protected Boolean |
assessFinChrgForOverdueCharges |
protected Boolean |
calcFinChrgFromTxnDate |
protected ReferenceType |
finChrgAccountRef |
protected BigInteger |
gracePeriod |
protected BigDecimal |
minFinChrg |
| Constructor and Description |
|---|
FinanceChargePrefs() |
| 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) |
BigDecimal |
getAnnualInterestRate()
Gets the value of the annualInterestRate property.
|
ReferenceType |
getFinChrgAccountRef()
Gets the value of the finChrgAccountRef property.
|
BigInteger |
getGracePeriod()
Gets the value of the gracePeriod property.
|
BigDecimal |
getMinFinChrg()
Gets the value of the minFinChrg property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) |
Boolean |
isAssessFinChrgForOverdueCharges()
Gets the value of the assessFinChrgForOverdueCharges property.
|
Boolean |
isCalcFinChrgFromTxnDate()
Gets the value of the calcFinChrgFromTxnDate property.
|
void |
setAnnualInterestRate(BigDecimal value)
Sets the value of the annualInterestRate property.
|
void |
setAssessFinChrgForOverdueCharges(Boolean value)
Sets the value of the assessFinChrgForOverdueCharges property.
|
void |
setCalcFinChrgFromTxnDate(Boolean value)
Sets the value of the calcFinChrgFromTxnDate property.
|
void |
setFinChrgAccountRef(ReferenceType value)
Sets the value of the finChrgAccountRef property.
|
void |
setGracePeriod(BigInteger value)
Sets the value of the gracePeriod property.
|
void |
setMinFinChrg(BigDecimal value)
Sets the value of the minFinChrg property.
|
protected BigDecimal annualInterestRate
protected BigDecimal minFinChrg
protected BigInteger gracePeriod
protected Boolean calcFinChrgFromTxnDate
protected Boolean assessFinChrgForOverdueCharges
protected ReferenceType finChrgAccountRef
public BigDecimal getAnnualInterestRate()
BigDecimalpublic void setAnnualInterestRate(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMinFinChrg()
BigDecimalpublic void setMinFinChrg(BigDecimal value)
value - allowed object is
BigDecimalpublic BigInteger getGracePeriod()
BigIntegerpublic void setGracePeriod(BigInteger value)
value - allowed object is
BigIntegerpublic Boolean isCalcFinChrgFromTxnDate()
Booleanpublic void setCalcFinChrgFromTxnDate(Boolean value)
value - allowed object is
Booleanpublic Boolean isAssessFinChrgForOverdueCharges()
Booleanpublic void setAssessFinChrgForOverdueCharges(Boolean value)
value - allowed object is
Booleanpublic ReferenceType getFinChrgAccountRef()
ReferenceTypepublic void setFinChrgAccountRef(ReferenceType value)
value - allowed object is
ReferenceTypepublic 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.