Class FinancingResult1

java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingResult1

public class FinancingResult1 extends Object

Java class for FinancingResult1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FinancingResult1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="FincgReqSts" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}RequestStatus1Code"/>
         <element name="StsRsn" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}StatusReason4Choice" minOccurs="0"/>
         <element name="AddtlStsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}Max105Text" maxOccurs="unbounded" minOccurs="0"/>
         <element name="FincdAmt" type="{urn:iso:std:iso:20022:tech:xsd:tsin.013.001.01}FinancingRateOrAmountChoice" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • FinancingResult1

      public FinancingResult1()
  • Method Details

    • getFincgReqSts

      public RequestStatus1Code getFincgReqSts()
      Gets the value of the fincgReqSts property.
      Returns:
      possible object is RequestStatus1Code
    • setFincgReqSts

      public void setFincgReqSts(RequestStatus1Code value)
      Sets the value of the fincgReqSts property.
      Parameters:
      value - allowed object is RequestStatus1Code
    • getStsRsn

      public StatusReason4Choice getStsRsn()
      Gets the value of the stsRsn property.
      Returns:
      possible object is StatusReason4Choice
    • setStsRsn

      public void setStsRsn(StatusReason4Choice value)
      Sets the value of the stsRsn property.
      Parameters:
      value - allowed object is StatusReason4Choice
    • getAddtlStsRsnInf

      public List<String> getAddtlStsRsnInf()
      Gets the value of the addtlStsRsnInf 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 Jakarta XML Binding object. This is why there is not a set method for the addtlStsRsnInf property.

      For example, to add a new item, do as follows:

          getAddtlStsRsnInf().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getFincdAmt

      public FinancingRateOrAmountChoice getFincdAmt()
      Gets the value of the fincdAmt property.
      Returns:
      possible object is FinancingRateOrAmountChoice
    • setFincdAmt

      public void setFincdAmt(FinancingRateOrAmountChoice value)
      Sets the value of the fincdAmt property.
      Parameters:
      value - allowed object is FinancingRateOrAmountChoice