Class ValidationStatusInformation1
java.lang.Object
org.coderic.iso20022.messages.tsmt.ValidationStatusInformation1
Java class for ValidationStatusInformation1 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ValidationStatusInformation1"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Sts" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}TechnicalValidationStatus1Code"/> <element name="StsRsn" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}StatusReason4Choice" minOccurs="0"/> <element name="AddtlStsRsnInf" type="{urn:iso:std:iso:20022:tech:xsd:tsmt.055.001.01}Max105Text" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the addtlStsRsnInf property.getSts()
Gets the value of the sts property.Gets the value of the stsRsn property.void
Sets the value of the sts property.void
setStsRsn
(StatusReason4Choice value) Sets the value of the stsRsn property.
-
Constructor Details
-
ValidationStatusInformation1
public ValidationStatusInformation1()
-
-
Method Details
-
getSts
Gets the value of the sts property.- Returns:
- possible object is
TechnicalValidationStatus1Code
-
setSts
Sets the value of the sts property.- Parameters:
value
- allowed object isTechnicalValidationStatus1Code
-
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
-