@Generated(value="com.sun.tools.xjc.Driver", date="2022-12-09T10:55:42+01:00", comments="JAXB RI v2.2.11") 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()
CipherData
public void setCipherData(CipherData value)
value
- allowed object is
CipherData
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
Connector Packaging TECHNICAL 4.3.0-beta-3 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.