Class KEKIdentifier2
java.lang.Object
org.coderic.iso20022.messages.caam.KEKIdentifier2
Java class for KEKIdentifier2 complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KEKIdentifier2"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="KeyId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max140Text"/> <element name="KeyVrsn" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Max140Text"/> <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Number" minOccurs="0"/> <element name="DerivtnId" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}Min5Max16Binary" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Gets the value of the derivtnId property.getKeyId()
Gets the value of the keyId property.Gets the value of the keyVrsn property.getSeqNb()
Gets the value of the seqNb property.void
setDerivtnId
(byte[] value) Sets the value of the derivtnId property.void
Sets the value of the keyId property.void
setKeyVrsn
(String value) Sets the value of the keyVrsn property.void
setSeqNb
(BigDecimal value) Sets the value of the seqNb property.
-
Constructor Details
-
KEKIdentifier2
public KEKIdentifier2()
-
-
Method Details
-
getKeyId
Gets the value of the keyId property.- Returns:
- possible object is
String
-
setKeyId
Sets the value of the keyId property.- Parameters:
value
- allowed object isString
-
getKeyVrsn
Gets the value of the keyVrsn property.- Returns:
- possible object is
String
-
setKeyVrsn
Sets the value of the keyVrsn property.- Parameters:
value
- allowed object isString
-
getSeqNb
Gets the value of the seqNb property.- Returns:
- possible object is
BigDecimal
-
setSeqNb
Sets the value of the seqNb property.- Parameters:
value
- allowed object isBigDecimal
-
getDerivtnId
public byte[] getDerivtnId()Gets the value of the derivtnId property.- Returns:
- possible object is byte[]
-
setDerivtnId
public void setDerivtnId(byte[] value) Sets the value of the derivtnId property.- Parameters:
value
- allowed object is byte[]
-