Class InputResultData6

java.lang.Object
org.coderic.iso20022.messages.casp.InputResultData6

public class InputResultData6 extends Object

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 Details

    • InputResultData6

      public InputResultData6()
  • Method Details

    • getInptCmd

      public InputCommand1Code getInptCmd()
      Gets the value of the inptCmd property.
      Returns:
      possible object is InputCommand1Code
    • setInptCmd

      public void setInptCmd(InputCommand1Code value)
      Sets the value of the inptCmd property.
      Parameters:
      value - allowed object is InputCommand1Code
    • isConfdFlg

      public Boolean isConfdFlg()
      Gets the value of the confdFlg property.
      Returns:
      possible object is Boolean
    • setConfdFlg

      public void setConfdFlg(Boolean value)
      Sets the value of the confdFlg property.
      Parameters:
      value - allowed object is Boolean
    • getFctnKey

      public BigDecimal getFctnKey()
      Gets the value of the fctnKey property.
      Returns:
      possible object is BigDecimal
    • setFctnKey

      public void setFctnKey(BigDecimal value)
      Sets the value of the fctnKey property.
      Parameters:
      value - allowed object is BigDecimal
    • getInptMsg

      public String getInptMsg()
      Gets the value of the inptMsg property.
      Returns:
      possible object is String
    • setInptMsg

      public void setInptMsg(String value)
      Sets the value of the inptMsg property.
      Parameters:
      value - allowed object is String
    • getPwd

      public ContentInformationType39 getPwd()
      Gets the value of the pwd property.
      Returns:
      possible object is ContentInformationType39
    • setPwd

      public void setPwd(ContentInformationType39 value)
      Sets the value of the pwd property.
      Parameters:
      value - allowed object is ContentInformationType39
    • getImgCaptrdSgntr

      public CapturedSignature1 getImgCaptrdSgntr()
      Gets the value of the imgCaptrdSgntr property.
      Returns:
      possible object is CapturedSignature1
    • setImgCaptrdSgntr

      public void setImgCaptrdSgntr(CapturedSignature1 value)
      Sets the value of the imgCaptrdSgntr property.
      Parameters:
      value - allowed object is CapturedSignature1