Class AuthorisationResult13
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetActn()
Gets the value of the actn property.Gets the value of the authstnCd property.Gets the value of the authstnNtty property.Gets the value of the authstnRspn property.Gets the value of the rspnTrac property.void
setAuthstnCd
(String value) Sets the value of the authstnCd property.void
setAuthstnNtty
(PartyType16Code value) Sets the value of the authstnNtty property.void
setAuthstnRspn
(ResponseType7 value) Sets the value of the authstnRspn property.
-
Constructor Details
-
AuthorisationResult13
public AuthorisationResult13()
-
-
Method Details
-
getAuthstnNtty
Gets the value of the authstnNtty property.- Returns:
- possible object is
PartyType16Code
-
setAuthstnNtty
Sets the value of the authstnNtty property.- Parameters:
value
- allowed object isPartyType16Code
-
getAuthstnRspn
Gets the value of the authstnRspn property.- Returns:
- possible object is
ResponseType7
-
setAuthstnRspn
Sets the value of the authstnRspn property.- Parameters:
value
- allowed object isResponseType7
-
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
Gets the value of the authstnCd property.- Returns:
- possible object is
String
-
setAuthstnCd
Sets the value of the authstnCd property.- Parameters:
value
- allowed object isString
-
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
-