Class Recipient13Choice
java.lang.Object
org.coderic.iso20022.messages.catm.Recipient13Choice
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issrAndSrlNb property.byte[]Gets the value of the sbjtKeyIdr property.voidSets the value of the issrAndSrlNb property.voidsetSbjtKeyIdr(byte[] value) Sets the value of the sbjtKeyIdr property.
-
Constructor Details
-
Recipient13Choice
public Recipient13Choice()
-
-
Method Details
-
getIssrAndSrlNb
Gets the value of the issrAndSrlNb property.- Returns:
- possible object is
IssuerAndSerialNumber2
-
setIssrAndSrlNb
Sets the value of the issrAndSrlNb property.- Parameters:
value- allowed object isIssuerAndSerialNumber2
-
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[]
-