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