Class Recipient15Choice

java.lang.Object
org.coderic.iso20022.messages.catm.Recipient15Choice

public class Recipient15Choice extends Object

Java class for Recipient15Choice complex type.

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

 <complexType name="Recipient15Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="KeyTrnsprt" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}KeyTransport10"/>
         <element name="KEK" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}KEK9"/>
         <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}KEKIdentifier7"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Recipient15Choice

      public Recipient15Choice()
  • Method Details

    • getKeyTrnsprt

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

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

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

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

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

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