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