Class AuthorisationResult13

java.lang.Object
org.coderic.iso20022.messages.catp.AuthorisationResult13

public class AuthorisationResult13 extends Object

Java class for AuthorisationResult13 complex type.

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

 <complexType name="AuthorisationResult13">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AuthstnNtty" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}PartyType16Code" minOccurs="0"/>
         <element name="AuthstnRspn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ResponseType7"/>
         <element name="RspnTrac" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}ResponseType8" maxOccurs="unbounded" minOccurs="0"/>
         <element name="AuthstnCd" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Min6Max8Text" minOccurs="0"/>
         <element name="Actn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Action7" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • AuthorisationResult13

      public AuthorisationResult13()
  • Method Details

    • getAuthstnNtty

      public PartyType16Code getAuthstnNtty()
      Gets the value of the authstnNtty property.
      Returns:
      possible object is PartyType16Code
    • setAuthstnNtty

      public void setAuthstnNtty(PartyType16Code value)
      Sets the value of the authstnNtty property.
      Parameters:
      value - allowed object is PartyType16Code
    • getAuthstnRspn

      public ResponseType7 getAuthstnRspn()
      Gets the value of the authstnRspn property.
      Returns:
      possible object is ResponseType7
    • setAuthstnRspn

      public void setAuthstnRspn(ResponseType7 value)
      Sets the value of the authstnRspn property.
      Parameters:
      value - allowed object is ResponseType7
    • getRspnTrac

      public List<ResponseType8> getRspnTrac()
      Gets the value of the rspnTrac 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 rspnTrac property.

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

          getRspnTrac().add(newItem);
       

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

    • getAuthstnCd

      public String getAuthstnCd()
      Gets the value of the authstnCd property.
      Returns:
      possible object is String
    • setAuthstnCd

      public void setAuthstnCd(String value)
      Sets the value of the authstnCd property.
      Parameters:
      value - allowed object is String
    • getActn

      public List<Action7> getActn()
      Gets the value of the actn 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 actn property.

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

          getActn().add(newItem);
       

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