Class ValidationStatusInformation1

java.lang.Object
org.coderic.iso20022.messages.tsmt.ValidationStatusInformation1

public class ValidationStatusInformation1 extends Object

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 Details

    • ValidationStatusInformation1

      public ValidationStatusInformation1()
  • Method Details

    • getSts

      Gets the value of the sts property.
      Returns:
      possible object is TechnicalValidationStatus1Code
    • setSts

      public void setSts(TechnicalValidationStatus1Code value)
      Sets the value of the sts property.
      Parameters:
      value - allowed object is TechnicalValidationStatus1Code
    • 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