Class InputResultData6
java.lang.Object
org.coderic.iso20022.messages.casp.InputResultData6
Java class for InputResultData6 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="InputResultData6"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="InptCmd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}InputCommand1Code"/> <element name="ConfdFlg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}TrueFalseIndicator" minOccurs="0"/> <element name="FctnKey" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="InptMsg" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max20000Text" minOccurs="0"/> <element name="Pwd" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}ContentInformationType39" minOccurs="0"/> <element name="ImgCaptrdSgntr" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}CapturedSignature1" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fctnKey property.Gets the value of the imgCaptrdSgntr property.Gets the value of the inptCmd property.Gets the value of the inptMsg property.getPwd()
Gets the value of the pwd property.Gets the value of the confdFlg property.void
setConfdFlg
(Boolean value) Sets the value of the confdFlg property.void
setFctnKey
(BigDecimal value) Sets the value of the fctnKey property.void
Sets the value of the imgCaptrdSgntr property.void
setInptCmd
(InputCommand1Code value) Sets the value of the inptCmd property.void
setInptMsg
(String value) Sets the value of the inptMsg property.void
setPwd
(ContentInformationType39 value) Sets the value of the pwd property.
-
Constructor Details
-
InputResultData6
public InputResultData6()
-
-
Method Details
-
getInptCmd
Gets the value of the inptCmd property.- Returns:
- possible object is
InputCommand1Code
-
setInptCmd
Sets the value of the inptCmd property.- Parameters:
value
- allowed object isInputCommand1Code
-
isConfdFlg
Gets the value of the confdFlg property.- Returns:
- possible object is
Boolean
-
setConfdFlg
Sets the value of the confdFlg property.- Parameters:
value
- allowed object isBoolean
-
getFctnKey
Gets the value of the fctnKey property.- Returns:
- possible object is
BigDecimal
-
setFctnKey
Sets the value of the fctnKey property.- Parameters:
value
- allowed object isBigDecimal
-
getInptMsg
Gets the value of the inptMsg property.- Returns:
- possible object is
String
-
setInptMsg
Sets the value of the inptMsg property.- Parameters:
value
- allowed object isString
-
getPwd
Gets the value of the pwd property.- Returns:
- possible object is
ContentInformationType39
-
setPwd
Sets the value of the pwd property.- Parameters:
value
- allowed object isContentInformationType39
-
getImgCaptrdSgntr
Gets the value of the imgCaptrdSgntr property.- Returns:
- possible object is
CapturedSignature1
-
setImgCaptrdSgntr
Sets the value of the imgCaptrdSgntr property.- Parameters:
value
- allowed object isCapturedSignature1
-