|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.commons.enc.v2.EncryptedDataType
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:37:45+02:00", comments="JAXB RI v2.2.11") public class EncryptedDataType
Contains encrypted data type to send an encrypted message
Java class for EncryptedDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptedDataType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:be:fgov:ehealth:commons:enc:v2}CipherData"/> </sequence> <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" /> <attribute name="MimeType" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="ContentType" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EncryptedDataType()
|
Method Summary | |
---|---|
CipherData |
getCipherData()
Gets the value of the cipherData property. |
String |
getContentType()
Gets the value of the contentType property. |
String |
getId()
Gets the value of the id property. |
String |
getMimeType()
Gets the value of the mimeType property. |
void |
setCipherData(CipherData value)
Sets the value of the cipherData property. |
void |
setContentType(String value)
Sets the value of the contentType property. |
void |
setId(String value)
Sets the value of the id 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 EncryptedDataType()
Method Detail |
---|
public CipherData getCipherData()
CipherData
public void setCipherData(CipherData value)
value
- allowed object is
CipherData
public String getId()
String
public void setId(String value)
value
- allowed object is
String
public String getMimeType()
String
public void setMimeType(String value)
value
- allowed object is
String
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |