Class KEKIdentifier2
java.lang.Object
org.coderic.iso20022.messages.casr.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:casr.002.001.02}Max140Text"/>
<element name="KeyVrsn" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Max140Text"/>
<element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Number" minOccurs="0"/>
<element name="DerivtnId" type="{urn:iso:std:iso:20022:tech:xsd:casr.002.001.02}Min5Max16Binary" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
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.voidsetDerivtnId(byte[] value) Sets the value of the derivtnId property.voidSets the value of the keyId property.voidsetKeyVrsn(String value) Sets the value of the keyVrsn property.voidsetSeqNb(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[]
-