Class KeyTransport6

java.lang.Object
org.coderic.iso20022.messages.cain.KeyTransport6

public class KeyTransport6 extends Object

Java class for KeyTransport6 complex type.

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

 <complexType name="KeyTransport6">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Vrsn" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Number" minOccurs="0"/>
         <element name="RcptId" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Recipient5Choice"/>
         <element name="KeyNcrptnAlgo" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}AlgorithmIdentification27"/>
         <element name="NcrptdKey" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}Max5000Binary"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • KeyTransport6

      public KeyTransport6()
  • 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
    • getRcptId

      public Recipient5Choice getRcptId()
      Gets the value of the rcptId property.
      Returns:
      possible object is Recipient5Choice
    • setRcptId

      public void setRcptId(Recipient5Choice value)
      Sets the value of the rcptId property.
      Parameters:
      value - allowed object is Recipient5Choice
    • getKeyNcrptnAlgo

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

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