Class LoanProfileDetails
java.lang.Object
com.oracle.communications.brm.cc.model.LoanProfileDetails
- All Implemented Interfaces:
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="id" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="loanInfo"> <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> </element> <element name="locations" type="{http://xmlns.oracle.com/cgbu/schemas/BusinessObjs}location" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Java class for anonymous complex type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
The loan profile's ID. -
name
The loan profile's name. -
loanInfo
The loan information. -
locations
-
-
Constructor Details
-
LoanProfileDetails
public LoanProfileDetails()
-
-
Method Details
-
getId
The loan profile's ID.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value
- allowed object isString
- See Also:
-
getName
The loan profile's name.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
- See Also:
-
getLoanInfo
The loan information.- Returns:
- possible object is
LoanProfileDetails.LoanInfo
-
setLoanInfo
Sets the value of the loanInfo property.- Parameters:
value
- allowed object isLoanProfileDetails.LoanInfo
- See Also:
-
getLocations
Gets the value of the locations property.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 locations property.For example, to add a new item, do as follows:
getLocations().add(newItem);
Objects of the following type(s) are allowed in the list
Location
- Returns:
- The value of the locations property.
-