Class DeviceInputResponse6
java.lang.Object
org.coderic.iso20022.messages.casp.DeviceInputResponse6
Java class for DeviceInputResponse6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeviceInputResponse6"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OutptRslt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}OutputResult2" minOccurs="0"/> <element name="InptRslt" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}InputResult6"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the inptRslt property.Gets the value of the outptRslt property.void
setInptRslt
(InputResult6 value) Sets the value of the inptRslt property.void
setOutptRslt
(OutputResult2 value) Sets the value of the outptRslt property.
-
Constructor Details
-
DeviceInputResponse6
public DeviceInputResponse6()
-
-
Method Details
-
getOutptRslt
Gets the value of the outptRslt property.- Returns:
- possible object is
OutputResult2
-
setOutptRslt
Sets the value of the outptRslt property.- Parameters:
value
- allowed object isOutputResult2
-
getInptRslt
Gets the value of the inptRslt property.- Returns:
- possible object is
InputResult6
-
setInptRslt
Sets the value of the inptRslt property.- Parameters:
value
- allowed object isInputResult6
-