@Generated(value="com.sun.tools.xjc.Driver", date="2024-04-08T03:18:12+02:00", comments="JAXB RI v2.3.7") public class EncryptedDataType extends Object implements Serializable
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 and Description |
|---|
EncryptedDataType() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public CipherData getCipherData()
CipherDatapublic void setCipherData(CipherData value)
value - allowed object is
CipherDatapublic void setId(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic String getContentType()
String
Connector Packaging generic 4.5.4 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.