Class Recipient15Choice
java.lang.Object
org.coderic.iso20022.messages.caaa.Recipient15Choice
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:caaa.027.001.01}KeyTransport10"/> <element name="KEK" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}KEK9"/> <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:caaa.027.001.01}KEKIdentifier7"/> </choice> </restriction> </complexContent> </complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetKEK()
Gets the value of the kek property.Gets the value of the keyIdr property.Gets the value of the keyTrnsprt property.void
Sets the value of the kek property.void
setKeyIdr
(KEKIdentifier7 value) Sets the value of the keyIdr property.void
setKeyTrnsprt
(KeyTransport10 value) Sets the value of the keyTrnsprt property.
-
Constructor Details
-
Recipient15Choice
public Recipient15Choice()
-
-
Method Details
-
getKeyTrnsprt
Gets the value of the keyTrnsprt property.- Returns:
- possible object is
KeyTransport10
-
setKeyTrnsprt
Sets the value of the keyTrnsprt property.- Parameters:
value
- allowed object isKeyTransport10
-
getKEK
Gets the value of the kek property.- Returns:
- possible object is
KEK9
-
setKEK
Sets the value of the kek property.- Parameters:
value
- allowed object isKEK9
-
getKeyIdr
Gets the value of the keyIdr property.- Returns:
- possible object is
KEKIdentifier7
-
setKeyIdr
Sets the value of the keyIdr property.- Parameters:
value
- allowed object isKEKIdentifier7
-