Class InputResult6
java.lang.Object
org.coderic.iso20022.messages.casp.InputResult6
Java class for InputResult6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputResult6"> <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}SaleCapabilities2Code"/> <element name="InfQlfr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}InformationQualify1Code"/> <element name="InptRsltData" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}InputResultData6"/> </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.Gets the value of the inptRsltData property.void
setDvcTp
(SaleCapabilities2Code value) Sets the value of the dvcTp property.void
Sets the value of the infQlfr property.void
setInptRsltData
(InputResultData6 value) Sets the value of the inptRsltData property.
-
Constructor Details
-
InputResult6
public InputResult6()
-
-
Method Details
-
getDvcTp
Gets the value of the dvcTp property.- Returns:
- possible object is
SaleCapabilities2Code
-
setDvcTp
Sets the value of the dvcTp property.- Parameters:
value
- allowed object isSaleCapabilities2Code
-
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
-
getInptRsltData
Gets the value of the inptRsltData property.- Returns:
- possible object is
InputResultData6
-
setInptRsltData
Sets the value of the inptRsltData property.- Parameters:
value
- allowed object isInputResultData6
-