Class Recipient5Choice
java.lang.Object
org.coderic.iso20022.messages.cain.Recipient5Choice
Java class for Recipient5Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Recipient5Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="IssrAndSrlNb" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}IssuerAndSerialNumber1"/> <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:cain.028.001.02}KEKIdentifier2"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the issrAndSrlNb property.Gets the value of the keyIdr property.void
Sets the value of the issrAndSrlNb property.void
setKeyIdr
(KEKIdentifier2 value) Sets the value of the keyIdr property.
-
Constructor Details
-
Recipient5Choice
public Recipient5Choice()
-
-
Method Details
-
getIssrAndSrlNb
Gets the value of the issrAndSrlNb property.- Returns:
- possible object is
IssuerAndSerialNumber1
-
setIssrAndSrlNb
Sets the value of the issrAndSrlNb property.- Parameters:
value
- allowed object isIssuerAndSerialNumber1
-
getKeyIdr
Gets the value of the keyIdr property.- Returns:
- possible object is
KEKIdentifier2
-
setKeyIdr
Sets the value of the keyIdr property.- Parameters:
value
- allowed object isKEKIdentifier2
-