|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.EncryptionPolicy
@Generated(value="com.sun.tools.xjc.Driver", date="2023-09-11T04:14:58+02:00", comments="JAXB RI v2.3.6") public class EncryptionPolicy
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 Summary | |
---|---|
EncryptionPolicy()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncryptionPolicy()
Method Detail |
---|
public KeyInfo getKeyInfo()
KeyInfo
public void setKeyInfo(KeyInfo value)
value
- allowed object is
KeyInfo
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |