Class Recipient7Choice

java.lang.Object
org.coderic.iso20022.messages.canm.Recipient7Choice

public class Recipient7Choice extends Object

Java class for Recipient7Choice complex type.

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

 <complexType name="Recipient7Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="KeyTrnsprt" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}KeyTransport6"/>
         <element name="KEK" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}KEK6"/>
         <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:canm.004.001.03}KEKIdentifier6"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Recipient7Choice

      public Recipient7Choice()
  • Method Details

    • getKeyTrnsprt

      public KeyTransport6 getKeyTrnsprt()
      Gets the value of the keyTrnsprt property.
      Returns:
      possible object is KeyTransport6
    • setKeyTrnsprt

      public void setKeyTrnsprt(KeyTransport6 value)
      Sets the value of the keyTrnsprt property.
      Parameters:
      value - allowed object is KeyTransport6
    • getKEK

      public KEK6 getKEK()
      Gets the value of the kek property.
      Returns:
      possible object is KEK6
    • setKEK

      public void setKEK(KEK6 value)
      Sets the value of the kek property.
      Parameters:
      value - allowed object is KEK6
    • getKeyIdr

      public KEKIdentifier6 getKeyIdr()
      Gets the value of the keyIdr property.
      Returns:
      possible object is KEKIdentifier6
    • setKeyIdr

      public void setKeyIdr(KEKIdentifier6 value)
      Sets the value of the keyIdr property.
      Parameters:
      value - allowed object is KEKIdentifier6