Class Parameter12
java.lang.Object
org.coderic.iso20022.messages.cafm.Parameter12
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:cafm.002.001.02}EncryptionFormat2Code" minOccurs="0"/>
<element name="InitlstnVctr" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max500Binary" minOccurs="0"/>
<element name="BPddg" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}BytePadding1Code" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBPddg()Gets the value of the bPddg property.byte[]Gets the value of the initlstnVctr property.Gets the value of the ncrptnFrmt property.voidsetBPddg(BytePadding1Code value) Sets the value of the bPddg property.voidsetInitlstnVctr(byte[] value) Sets the value of the initlstnVctr property.voidSets the value of the ncrptnFrmt property.
-
Constructor Details
-
Parameter12
public Parameter12()
-
-
Method Details
-
getNcrptnFrmt
Gets the value of the ncrptnFrmt property.- Returns:
- possible object is
EncryptionFormat2Code
-
setNcrptnFrmt
Sets the value of the ncrptnFrmt property.- Parameters:
value- allowed object isEncryptionFormat2Code
-
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
Gets the value of the bPddg property.- Returns:
- possible object is
BytePadding1Code
-
setBPddg
Sets the value of the bPddg property.- Parameters:
value- allowed object isBytePadding1Code
-