Class Recipient4Choice
java.lang.Object
org.coderic.iso20022.messages.caam.Recipient4Choice
Java class for Recipient4Choice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Recipient4Choice"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element name="KeyTrnsprt" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}KeyTransport4"/> <element name="KEK" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}KEK4"/> <element name="KeyIdr" type="{urn:iso:std:iso:20022:tech:xsd:caam.012.001.01}KEKIdentifier2"/> </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
(KEKIdentifier2 value) Sets the value of the keyIdr property.void
setKeyTrnsprt
(KeyTransport4 value) Sets the value of the keyTrnsprt property.
-
Constructor Details
-
Recipient4Choice
public Recipient4Choice()
-
-
Method Details
-
getKeyTrnsprt
Gets the value of the keyTrnsprt property.- Returns:
- possible object is
KeyTransport4
-
setKeyTrnsprt
Sets the value of the keyTrnsprt property.- Parameters:
value
- allowed object isKeyTransport4
-
getKEK
Gets the value of the kek property.- Returns:
- possible object is
KEK4
-
setKEK
Sets the value of the kek property.- Parameters:
value
- allowed object isKEK4
-
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
-