Class OutputResult2
java.lang.Object
org.coderic.iso20022.messages.casp.OutputResult2
Java class for OutputResult2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OutputResult2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DvcTp" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}UserInterface4Code"/> <element name="InfQlfr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}InformationQualify1Code"/> <element name="Rspn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ResponseType11"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetDvcTp()
Gets the value of the dvcTp property.Gets the value of the infQlfr property.getRspn()
Gets the value of the rspn property.void
setDvcTp
(UserInterface4Code value) Sets the value of the dvcTp property.void
Sets the value of the infQlfr property.void
setRspn
(ResponseType11 value) Sets the value of the rspn property.
-
Constructor Details
-
OutputResult2
public OutputResult2()
-
-
Method Details
-
getDvcTp
Gets the value of the dvcTp property.- Returns:
- possible object is
UserInterface4Code
-
setDvcTp
Sets the value of the dvcTp property.- Parameters:
value
- allowed object isUserInterface4Code
-
getInfQlfr
Gets the value of the infQlfr property.- Returns:
- possible object is
InformationQualify1Code
-
setInfQlfr
Sets the value of the infQlfr property.- Parameters:
value
- allowed object isInformationQualify1Code
-
getRspn
Gets the value of the rspn property.- Returns:
- possible object is
ResponseType11
-
setRspn
Sets the value of the rspn property.- Parameters:
value
- allowed object isResponseType11
-