java.lang.Object
org.coderic.iso20022.messages.catp.KEK4

public class KEK4 extends Object

Java class for KEK4 complex type.

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

 <complexType name="KEK4">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Number" minOccurs="0"/>
         <element name="KEKId" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}KEKIdentifier2"/>
         <element name="KeyNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}AlgorithmIdentification13"/>
         <element name="NcrptdKey" type="{urn:iso:std:iso:20022:tech:xsd:catp.017.001.01}Max500Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • KEK4

      public KEK4()
  • Method Details

    • getVrsn

      public BigDecimal getVrsn()
      Gets the value of the vrsn property.
      Returns:
      possible object is BigDecimal
    • setVrsn

      public void setVrsn(BigDecimal value)
      Sets the value of the vrsn property.
      Parameters:
      value - allowed object is BigDecimal
    • getKEKId

      public KEKIdentifier2 getKEKId()
      Gets the value of the kekId property.
      Returns:
      possible object is KEKIdentifier2
    • setKEKId

      public void setKEKId(KEKIdentifier2 value)
      Sets the value of the kekId property.
      Parameters:
      value - allowed object is KEKIdentifier2
    • getKeyNcrptnAlgo

      public AlgorithmIdentification13 getKeyNcrptnAlgo()
      Gets the value of the keyNcrptnAlgo property.
      Returns:
      possible object is AlgorithmIdentification13
    • setKeyNcrptnAlgo

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