Class KEK9
java.lang.Object
org.coderic.iso20022.messages.casp.KEK9
Java class for KEK9 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KEK9"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Number" minOccurs="0"/> <element name="KEKId" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}KEKIdentifier7"/> <element name="KeyNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}AlgorithmIdentification32"/> <element name="NcrptdKey" type="{urn:iso:std:iso:20022:tech:xsd:casp.017.001.06}Max500Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKEKId()
Gets the value of the kekId property.Gets the value of the keyNcrptnAlgo property.byte[]
Gets the value of the ncrptdKey property.getVrsn()
Gets the value of the vrsn property.void
setKEKId
(KEKIdentifier7 value) Sets the value of the kekId property.void
Sets the value of the keyNcrptnAlgo property.void
setNcrptdKey
(byte[] value) Sets the value of the ncrptdKey property.void
setVrsn
(BigDecimal value) Sets the value of the vrsn property.
-
Constructor Details
-
KEK9
public KEK9()
-
-
Method Details
-
getVrsn
Gets the value of the vrsn property.- Returns:
- possible object is
BigDecimal
-
setVrsn
Sets the value of the vrsn property.- Parameters:
value
- allowed object isBigDecimal
-
getKEKId
Gets the value of the kekId property.- Returns:
- possible object is
KEKIdentifier7
-
setKEKId
Sets the value of the kekId property.- Parameters:
value
- allowed object isKEKIdentifier7
-
getKeyNcrptnAlgo
Gets the value of the keyNcrptnAlgo property.- Returns:
- possible object is
AlgorithmIdentification32
-
setKeyNcrptnAlgo
Sets the value of the keyNcrptnAlgo property.- Parameters:
value
- allowed object isAlgorithmIdentification32
-
getNcrptdKey
public byte[] getNcrptdKey()Gets the value of the ncrptdKey property.- Returns:
- possible object is byte[]
-
setNcrptdKey
public void setNcrptdKey(byte[] value) Sets the value of the ncrptdKey property.- Parameters:
value
- allowed object is byte[]
-