@Generated(value="com.sun.tools.xjc.Driver", date="2022-06-08T05:22:27+02:00", comments="JAXB RI v2.2.11") public class Kmehrmessage extends Object implements Serializable
Java class for kmehrmessageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="kmehrmessageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="confidentiality" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}confidentialityType" minOccurs="0"/> <element name="header" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}headerType"/> <choice> <sequence> <element name="folder" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}folderType" maxOccurs="unbounded"/> <element name="Signature" type="{http://www.w3.org/2000/09/xmldsig#}SignatureType" minOccurs="0"/> </sequence> <element name="EncryptedData" type="{http://www.w3.org/2001/04/xmlenc#}EncryptedType"/> <element name="Base64EncryptedData" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}Base64EncryptedDataType"/> </choice> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
Kmehrmessage() |
Modifier and Type | Method and Description |
---|---|
Base64EncryptedDataType |
getBase64EncryptedData()
Gets the value of the base64EncryptedData property.
|
ConfidentialityType |
getConfidentiality()
Gets the value of the confidentiality property.
|
EncryptedType |
getEncryptedData()
Gets the value of the encryptedData property.
|
List<FolderType> |
getFolders()
Gets the value of the folders property.
|
HeaderType |
getHeader()
Gets the value of the header property.
|
JAXBElement<Signature> |
getSignature()
Gets the value of the signature property.
|
void |
setBase64EncryptedData(Base64EncryptedDataType value)
Sets the value of the base64EncryptedData property.
|
void |
setConfidentiality(ConfidentialityType value)
Sets the value of the confidentiality property.
|
void |
setEncryptedData(EncryptedType value)
Sets the value of the encryptedData property.
|
void |
setHeader(HeaderType value)
Sets the value of the header property.
|
void |
setSignature(JAXBElement<Signature> value)
Sets the value of the signature property.
|
public ConfidentialityType getConfidentiality()
ConfidentialityType
public void setConfidentiality(ConfidentialityType value)
value
- allowed object is
ConfidentialityType
public HeaderType getHeader()
HeaderType
public void setHeader(HeaderType value)
value
- allowed object is
HeaderType
public Base64EncryptedDataType getBase64EncryptedData()
Base64EncryptedDataType
public void setBase64EncryptedData(Base64EncryptedDataType value)
value
- allowed object is
Base64EncryptedDataType
public EncryptedType getEncryptedData()
EncryptedType
public void setEncryptedData(EncryptedType value)
value
- allowed object is
EncryptedType
public List<FolderType> getFolders()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the folders property.
For example, to add a new item, do as follows:
getFolders().add(newItem);
Objects of the following type(s) are allowed in the list
FolderType
public JAXBElement<Signature> getSignature()
JAXBElement
<
Signature
>
public void setSignature(JAXBElement<Signature> value)
value
- allowed object is
JAXBElement
<
Signature
>
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.