@Generated(value="com.sun.tools.xjc.Driver", date="2025-03-20T11:14:59+01:00", comments="JAXB RI v2.3.7") public class EncryptionPolicy extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:be:fgov:ehealth:commons:enc:v2}KeyInfo"/>
</sequence>
<attribute name="MimeType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
EncryptionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
KeyInfo |
getKeyInfo()
Gets the value of the keyInfo property.
|
String |
getMimeType()
Gets the value of the mimeType property.
|
void |
setKeyInfo(KeyInfo value)
Sets the value of the keyInfo property.
|
void |
setMimeType(String value)
Sets the value of the mimeType property.
|
public KeyInfo getKeyInfo()
KeyInfopublic void setKeyInfo(KeyInfo value)
value - allowed object is
KeyInfopublic String getMimeType()
String
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.