Class Recipient13Choice

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

public class Recipient13Choice extends Object

Java class for Recipient13Choice complex type.

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

 <complexType name="Recipient13Choice">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="IssrAndSrlNb" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}IssuerAndSerialNumber2"/>
         <element name="SbjtKeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:catm.008.001.07}Max140Binary"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • Recipient13Choice

      public Recipient13Choice()
  • Method Details

    • getIssrAndSrlNb

      public IssuerAndSerialNumber2 getIssrAndSrlNb()
      Gets the value of the issrAndSrlNb property.
      Returns:
      possible object is IssuerAndSerialNumber2
    • setIssrAndSrlNb

      public void setIssrAndSrlNb(IssuerAndSerialNumber2 value)
      Sets the value of the issrAndSrlNb property.
      Parameters:
      value - allowed object is IssuerAndSerialNumber2
    • getSbjtKeyIdr

      public byte[] getSbjtKeyIdr()
      Gets the value of the sbjtKeyIdr property.
      Returns:
      possible object is byte[]
    • setSbjtKeyIdr

      public void setSbjtKeyIdr(byte[] value)
      Sets the value of the sbjtKeyIdr property.
      Parameters:
      value - allowed object is byte[]