Class Recipient4Choice

java.lang.Object
org.coderic.iso20022.messages.caam.Recipient4Choice

public class Recipient4Choice extends Object

Java class for Recipient4Choice complex type.

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

 <complexType name="Recipient4Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="KeyTrnsprt" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}KeyTransport4"/>
         <element name="KEK" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}KEK4"/>
         <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}KEKIdentifier2"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Recipient4Choice

      public Recipient4Choice()
  • Method Details

    • getKeyTrnsprt

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

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

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

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

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

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