Class FinancingResult1
java.lang.Object
org.coderic.iso20022.messages.tsin.FinancingResult1
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlStsRsnInf property.Gets the value of the fincdAmt property.Gets the value of the fincgReqSts property.Gets the value of the stsRsn property.void
Sets the value of the fincdAmt property.void
setFincgReqSts
(RequestStatus1Code value) Sets the value of the fincgReqSts property.void
setStsRsn
(StatusReason4Choice value) Sets the value of the stsRsn property.
-
Constructor Details
-
FinancingResult1
public FinancingResult1()
-
-
Method Details
-
getFincgReqSts
Gets the value of the fincgReqSts property.- Returns:
- possible object is
RequestStatus1Code
-
setFincgReqSts
Sets the value of the fincgReqSts property.- Parameters:
value
- allowed object isRequestStatus1Code
-
getStsRsn
Gets the value of the stsRsn property.- Returns:
- possible object is
StatusReason4Choice
-
setStsRsn
Sets the value of the stsRsn property.- Parameters:
value
- allowed object isStatusReason4Choice
-
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
Gets the value of the fincdAmt property.- Returns:
- possible object is
FinancingRateOrAmountChoice
-
setFincdAmt
Sets the value of the fincdAmt property.- Parameters:
value
- allowed object isFinancingRateOrAmountChoice
-