Class EncryptedData1

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

public class EncryptedData1 extends Object

Java class for EncryptedData1 complex type.

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

 <complexType name="EncryptedData1">
   <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="PddgMtd" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText" minOccurs="0"/>
         <element name="NcrptdDataFrmt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}Max2NumericText" minOccurs="0"/>
         <element name="NcrptdDataElmt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}EncryptedDataElement1" maxOccurs="unbounded"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • EncryptedData1

      public EncryptedData1()
  • Method Details

    • getCtrl

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public String getPddgMtd()
      Gets the value of the pddgMtd property.
      Returns:
      possible object is String
    • setPddgMtd

      public void setPddgMtd(String value)
      Sets the value of the pddgMtd property.
      Parameters:
      value - allowed object is String
    • getNcrptdDataFrmt

      public String getNcrptdDataFrmt()
      Gets the value of the ncrptdDataFrmt property.
      Returns:
      possible object is String
    • setNcrptdDataFrmt

      public void setNcrptdDataFrmt(String value)
      Sets the value of the ncrptdDataFrmt property.
      Parameters:
      value - allowed object is String
    • getNcrptdDataElmt

      public List<EncryptedDataElement1> getNcrptdDataElmt()
      Gets the value of the ncrptdDataElmt property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a set method for the ncrptdDataElmt property.

      For example, to add a new item, do as follows:

          getNcrptdDataElmt().add(newItem);
       

      Objects of the following type(s) are allowed in the list EncryptedDataElement1