|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fgov.ehealth.standards.kmehr.schema.v1.Kmehrmessage
@Generated(value="com.sun.tools.xjc.Driver", date="2020-09-28T09:40:42+02:00", comments="JAXB RI v2.2.11") public class Kmehrmessage
to transfer medical information about one or several patients (using one folder per patient).
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 Summary | |
---|---|
Kmehrmessage()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Kmehrmessage()
Method Detail |
---|
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
>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |