Class Parameter12

java.lang.Object
org.coderic.iso20022.messages.caaa.Parameter12

public class Parameter12 extends Object

Java class for Parameter12 complex type.

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

 <complexType name="Parameter12">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="NcrptnFrmt" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}EncryptionFormat2Code" minOccurs="0"/>
         <element name="InitlstnVctr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}Max500Binary" minOccurs="0"/>
         <element name="BPddg" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}BytePadding1Code" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Parameter12

      public Parameter12()
  • Method Details

    • getNcrptnFrmt

      public EncryptionFormat2Code getNcrptnFrmt()
      Gets the value of the ncrptnFrmt property.
      Returns:
      possible object is EncryptionFormat2Code
    • setNcrptnFrmt

      public void setNcrptnFrmt(EncryptionFormat2Code value)
      Sets the value of the ncrptnFrmt property.
      Parameters:
      value - allowed object is EncryptionFormat2Code
    • getInitlstnVctr

      public byte[] getInitlstnVctr()
      Gets the value of the initlstnVctr property.
      Returns:
      possible object is byte[]
    • setInitlstnVctr

      public void setInitlstnVctr(byte[] value)
      Sets the value of the initlstnVctr property.
      Parameters:
      value - allowed object is byte[]
    • getBPddg

      public BytePadding1Code getBPddg()
      Gets the value of the bPddg property.
      Returns:
      possible object is BytePadding1Code
    • setBPddg

      public void setBPddg(BytePadding1Code value)
      Sets the value of the bPddg property.
      Parameters:
      value - allowed object is BytePadding1Code