Class KeyExchangeData1

java.lang.Object
org.coderic.iso20022.messages.canm.KeyExchangeData1

public class KeyExchangeData1 extends Object

Java class for KeyExchangeData1 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KeyExchangeData1">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Ctrl" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Exact1HexBinaryText" minOccurs="0"/>
         <element name="KeySetIdr" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max8NumericText" minOccurs="0"/>
         <element name="DrvdInf" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max32HexBinaryText" minOccurs="0"/>
         <element name="Algo" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText" minOccurs="0"/>
         <element name="KeyLngth" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max4NumericText" minOccurs="0"/>
         <element name="KeyPrtcn" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText" minOccurs="0"/>
         <element name="KeyIndx" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max5NumericText" minOccurs="0"/>
         <element name="NcrptdData" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max9999HexBinaryText" minOccurs="0"/>
         <element name="KeyChcksmVal" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max9999HexBinaryText" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details Link icon

    • KeyExchangeData1 Link icon

      public KeyExchangeData1()
  • Method Details Link icon

    • getCtrl Link icon

      public String getCtrl()
      Gets the value of the ctrl property.
      Returns:
      possible object is String
    • setCtrl Link icon

      public void setCtrl(String value)
      Sets the value of the ctrl property.
      Parameters:
      value - allowed object is String
    • getKeySetIdr Link icon

      public String getKeySetIdr()
      Gets the value of the keySetIdr property.
      Returns:
      possible object is String
    • setKeySetIdr Link icon

      public void setKeySetIdr(String value)
      Sets the value of the keySetIdr property.
      Parameters:
      value - allowed object is String
    • getDrvdInf Link icon

      public String getDrvdInf()
      Gets the value of the drvdInf property.
      Returns:
      possible object is String
    • setDrvdInf Link icon

      public void setDrvdInf(String value)
      Sets the value of the drvdInf property.
      Parameters:
      value - allowed object is String
    • getAlgo Link icon

      public String getAlgo()
      Gets the value of the algo property.
      Returns:
      possible object is String
    • setAlgo Link icon

      public void setAlgo(String value)
      Sets the value of the algo property.
      Parameters:
      value - allowed object is String
    • getKeyLngth Link icon

      public String getKeyLngth()
      Gets the value of the keyLngth property.
      Returns:
      possible object is String
    • setKeyLngth Link icon

      public void setKeyLngth(String value)
      Sets the value of the keyLngth property.
      Parameters:
      value - allowed object is String
    • getKeyPrtcn Link icon

      public String getKeyPrtcn()
      Gets the value of the keyPrtcn property.
      Returns:
      possible object is String
    • setKeyPrtcn Link icon

      public void setKeyPrtcn(String value)
      Sets the value of the keyPrtcn property.
      Parameters:
      value - allowed object is String
    • getKeyIndx Link icon

      public String getKeyIndx()
      Gets the value of the keyIndx property.
      Returns:
      possible object is String
    • setKeyIndx Link icon

      public void setKeyIndx(String value)
      Sets the value of the keyIndx property.
      Parameters:
      value - allowed object is String
    • getNcrptdData Link icon

      public String getNcrptdData()
      Gets the value of the ncrptdData property.
      Returns:
      possible object is String
    • setNcrptdData Link icon

      public void setNcrptdData(String value)
      Sets the value of the ncrptdData property.
      Parameters:
      value - allowed object is String
    • getKeyChcksmVal Link icon

      public String getKeyChcksmVal()
      Gets the value of the keyChcksmVal property.
      Returns:
      possible object is String
    • setKeyChcksmVal Link icon

      public void setKeyChcksmVal(String value)
      Sets the value of the keyChcksmVal property.
      Parameters:
      value - allowed object is String