public static class LoanProfileDetails.LoanInfo extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="age" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="serviceFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="ageOffsetUnit" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="minimum" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="maximum" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="resourceId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="maxQuantity" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="taxCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="loanTaxCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="percentFee" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="scaledMaximum" type="{http://www.w3.org/2001/XMLSchema}decimal"/> <element name="reasonId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="reasonDomainId" type="{http://www.w3.org/2001/XMLSchema}int"/> <element name="locationMode" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}int"> <enumeration value="0"/> <enumeration value="1"/> </restriction> </simpleType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected int |
age |
protected String |
ageOffsetUnit |
protected String |
loanTaxCode |
protected Integer |
locationMode |
protected BigDecimal |
maximum |
protected int |
maxQuantity |
protected BigDecimal |
minimum |
protected BigDecimal |
percentFee |
protected int |
reasonDomainId |
protected int |
reasonId |
protected int |
resourceId |
protected BigDecimal |
scaledMaximum |
protected BigDecimal |
serviceFee |
protected String |
taxCode |
Constructor and Description |
---|
LoanInfo() |
Modifier and Type | Method and Description |
---|---|
int |
getAge()
Gets the value of the age property.
|
String |
getAgeOffsetUnit()
Gets the value of the ageOffsetUnit property.
|
String |
getLoanTaxCode()
Gets the value of the loanTaxCode property.
|
Integer |
getLocationMode()
Gets the value of the locationMode property.
|
BigDecimal |
getMaximum()
Gets the value of the maximum property.
|
int |
getMaxQuantity()
Gets the value of the maxQuantity property.
|
BigDecimal |
getMinimum()
Gets the value of the minimum property.
|
BigDecimal |
getPercentFee()
Gets the value of the percentFee property.
|
int |
getReasonDomainId()
Gets the value of the reasonDomainId property.
|
int |
getReasonId()
Gets the value of the reasonId property.
|
int |
getResourceId()
Gets the value of the resourceId property.
|
BigDecimal |
getScaledMaximum()
Gets the value of the scaledMaximum property.
|
BigDecimal |
getServiceFee()
Gets the value of the serviceFee property.
|
String |
getTaxCode()
Gets the value of the taxCode property.
|
void |
setAge(int value)
Sets the value of the age property.
|
void |
setAgeOffsetUnit(String value)
Sets the value of the ageOffsetUnit property.
|
void |
setLoanTaxCode(String value)
Sets the value of the loanTaxCode property.
|
void |
setLocationMode(Integer value)
Sets the value of the locationMode property.
|
void |
setMaximum(BigDecimal value)
Sets the value of the maximum property.
|
void |
setMaxQuantity(int value)
Sets the value of the maxQuantity property.
|
void |
setMinimum(BigDecimal value)
Sets the value of the minimum property.
|
void |
setPercentFee(BigDecimal value)
Sets the value of the percentFee property.
|
void |
setReasonDomainId(int value)
Sets the value of the reasonDomainId property.
|
void |
setReasonId(int value)
Sets the value of the reasonId property.
|
void |
setResourceId(int value)
Sets the value of the resourceId property.
|
void |
setScaledMaximum(BigDecimal value)
Sets the value of the scaledMaximum property.
|
void |
setServiceFee(BigDecimal value)
Sets the value of the serviceFee property.
|
void |
setTaxCode(String value)
Sets the value of the taxCode property.
|
protected int age
protected BigDecimal serviceFee
protected String ageOffsetUnit
protected BigDecimal minimum
protected BigDecimal maximum
protected int resourceId
protected int maxQuantity
protected String taxCode
protected String loanTaxCode
protected BigDecimal percentFee
protected BigDecimal scaledMaximum
protected int reasonId
protected int reasonDomainId
protected Integer locationMode
public int getAge()
public void setAge(int value)
public BigDecimal getServiceFee()
BigDecimal
public void setServiceFee(BigDecimal value)
value
- allowed object is
BigDecimal
public String getAgeOffsetUnit()
String
public void setAgeOffsetUnit(String value)
value
- allowed object is
String
public BigDecimal getMinimum()
BigDecimal
public void setMinimum(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getMaximum()
BigDecimal
public void setMaximum(BigDecimal value)
value
- allowed object is
BigDecimal
public int getResourceId()
public void setResourceId(int value)
public int getMaxQuantity()
public void setMaxQuantity(int value)
public String getTaxCode()
String
public void setTaxCode(String value)
value
- allowed object is
String
public String getLoanTaxCode()
String
public void setLoanTaxCode(String value)
value
- allowed object is
String
public BigDecimal getPercentFee()
BigDecimal
public void setPercentFee(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getScaledMaximum()
BigDecimal
public void setScaledMaximum(BigDecimal value)
value
- allowed object is
BigDecimal
public int getReasonId()
public void setReasonId(int value)
public int getReasonDomainId()
public void setReasonDomainId(int value)
public Integer getLocationMode()
Integer