@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T10:23:02+02:00", comments="JAXB RI v2.3.7") public class KeyInfo extends Object implements Serializable
Java class for KeyInfoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyInfoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <element ref="{urn:be:fgov:ehealth:commons:enc:v2}ETKSearchCriteria"/> <element ref="{urn:be:fgov:ehealth:commons:enc:v2}EncryptedKey"/> <element ref="{urn:be:fgov:ehealth:commons:enc:v2}Key"/> </choice> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
KeyInfo() |
Modifier and Type | Method and Description |
---|---|
EncryptedDataType |
getEncryptedKey()
Contains the encrypted Key
|
ETKSearchCriteria |
getETKSearchCriteria()
Gets the value of the etkSearchCriteria property.
|
Key |
getKey()
Contains the key to use to encrypt the response
|
void |
setEncryptedKey(EncryptedDataType value)
Sets the value of the encryptedKey property.
|
void |
setETKSearchCriteria(ETKSearchCriteria value)
Sets the value of the etkSearchCriteria property.
|
void |
setKey(Key value)
Sets the value of the key property.
|
public Key getKey()
Key
public void setKey(Key value)
value
- allowed object is
Key
public EncryptedDataType getEncryptedKey()
EncryptedDataType
public void setEncryptedKey(EncryptedDataType value)
value
- allowed object is
EncryptedDataType
public ETKSearchCriteria getETKSearchCriteria()
ETKSearchCriteria
public void setETKSearchCriteria(ETKSearchCriteria value)
value
- allowed object is
ETKSearchCriteria
Connector Packaging TECHNICAL 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.