Class KEKIdentifier6

java.lang.Object
org.coderic.iso20022.messages.cafm.KEKIdentifier6

public class KEKIdentifier6 extends Object

Java class for KEKIdentifier6 complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="KEKIdentifier6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="KeyId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text"/>
         <element name="KeyVrsn" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Max140Text" minOccurs="0"/>
         <element name="SeqNb" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Number" minOccurs="0"/>
         <element name="DerivtnId" type="{urn:iso:std:iso:20022:tech:xsd:cafm.002.001.02}Min5Max16Binary" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • KEKIdentifier6

      public KEKIdentifier6()
  • Method Details

    • getKeyId

      public String getKeyId()
      Gets the value of the keyId property.
      Returns:
      possible object is String
    • setKeyId

      public void setKeyId(String value)
      Sets the value of the keyId property.
      Parameters:
      value - allowed object is String
    • getKeyVrsn

      public String getKeyVrsn()
      Gets the value of the keyVrsn property.
      Returns:
      possible object is String
    • setKeyVrsn

      public void setKeyVrsn(String value)
      Sets the value of the keyVrsn property.
      Parameters:
      value - allowed object is String
    • getSeqNb

      public BigDecimal getSeqNb()
      Gets the value of the seqNb property.
      Returns:
      possible object is BigDecimal
    • setSeqNb

      public void setSeqNb(BigDecimal value)
      Sets the value of the seqNb property.
      Parameters:
      value - allowed object is BigDecimal
    • 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[]