Class Parameter14
java.lang.Object
org.coderic.iso20022.messages.cafm.Parameter14
Java class for Parameter14 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Parameter14"> <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}EncryptionFormat3Code" 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
-
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.void
setBPddg
(BytePadding1Code value) Sets the value of the bPddg property.void
setInitlstnVctr
(byte[] value) Sets the value of the initlstnVctr property.void
Sets the value of the ncrptnFrmt property.
-
Constructor Details
-
Parameter14
public Parameter14()
-
-
Method Details
-
getNcrptnFrmt
Gets the value of the ncrptnFrmt property.- Returns:
- possible object is
EncryptionFormat3Code
-
setNcrptnFrmt
Sets the value of the ncrptnFrmt property.- Parameters:
value
- allowed object isEncryptionFormat3Code
-
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
-