Class Parameter7

java.lang.Object
org.coderic.iso20022.messages.caam.Parameter7

public class Parameter7 extends Object

Java class for Parameter7 complex type.

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

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

    • Parameter7

      public Parameter7()
  • Method Details

    • 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