@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:55:42+01:00", comments="JAXB RI v2.2.11") 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()
Keypublic void setKey(Key value)
value - allowed object is
Keypublic EncryptedDataType getEncryptedKey()
EncryptedDataTypepublic void setEncryptedKey(EncryptedDataType value)
value - allowed object is
EncryptedDataTypepublic ETKSearchCriteria getETKSearchCriteria()
ETKSearchCriteriapublic void setETKSearchCriteria(ETKSearchCriteria value)
value - allowed object is
ETKSearchCriteria
Connector Packaging generic 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.