Class LoanProfileDetails

java.lang.Object
com.oracle.communications.brm.cc.model.LoanProfileDetails
All Implemented Interfaces:
Serializable

public class LoanProfileDetails 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="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:
  • Field Details

  • Constructor Details

    • LoanProfileDetails

      public LoanProfileDetails()
  • Method Details

    • getId

      public String getId()
      The loan profile's ID.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
      See Also:
    • getName

      public String getName()
      The loan profile's name.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
      See Also:
    • getLoanInfo

      public LoanProfileDetails.LoanInfo getLoanInfo()
      The loan information.
      Returns:
      possible object is LoanProfileDetails.LoanInfo
    • setLoanInfo

      public void setLoanInfo(LoanProfileDetails.LoanInfo value)
      Sets the value of the loanInfo property.
      Parameters:
      value - allowed object is LoanProfileDetails.LoanInfo
      See Also:
    • getLocations

      public List<Location> 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.