@Generated(value="com.sun.tools.xjc.Driver", date="2024-09-05T10:53:09+02:00", comments="JAXB RI v2.3.7") public class HeaderType extends Object implements Serializable
Java class for headerType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="headerType">
<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="standard" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}standardType"/>
<element name="id" type="{http://www.ehealth.fgov.be/standards/kmehr/id/v1}ID-KMEHR" maxOccurs="unbounded"/>
<element name="date" type="{http://www.w3.org/2001/XMLSchema}date"/>
<element name="time" type="{http://www.w3.org/2001/XMLSchema}time"/>
<element name="sender" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}senderType"/>
<element name="recipient" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}recipientType" maxOccurs="unbounded"/>
<element name="urgency" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}urgencyType" minOccurs="0"/>
<element name="acknowledgment" type="{http://www.ehealth.fgov.be/standards/kmehr/schema/v1}acknowledgmentType" minOccurs="0"/>
<element name="text" type="{http://www.ehealth.fgov.be/standards/kmehr/dt/v1}textType" maxOccurs="unbounded" minOccurs="0"/>
<element name="lnk" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}lnkType" maxOccurs="unbounded" minOccurs="0"/>
<element name="expirationdate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
<element name="externalsource" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="source" maxOccurs="unbounded">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cd" type="{http://www.ehealth.fgov.be/standards/kmehr/cd/v1}CD-EXTERNALSOURCE" maxOccurs="unbounded"/>
<element name="datetime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="proof" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
HeaderType() |
| Modifier and Type | Method and Description |
|---|---|
AcknowledgmentType |
getAcknowledgment()
Gets the value of the acknowledgment property.
|
ConfidentialityType |
getConfidentiality()
Gets the value of the confidentiality property.
|
org.joda.time.DateTime |
getDate()
Gets the value of the date property.
|
org.joda.time.DateTime |
getExpirationdate()
Gets the value of the expirationdate property.
|
Externalsource |
getExternalsource()
Gets the value of the externalsource property.
|
List<IDKMEHR> |
getIds()
Gets the value of the ids property.
|
List<LnkType> |
getLnks()
Gets the value of the lnks property.
|
List<RecipientType> |
getRecipients()
Gets the value of the recipients property.
|
SenderType |
getSender()
Gets the value of the sender property.
|
StandardType |
getStandard()
Gets the value of the standard property.
|
List<TextType> |
getTexts()
Gets the value of the texts property.
|
org.joda.time.DateTime |
getTime()
Gets the value of the time property.
|
UrgencyType |
getUrgency()
Gets the value of the urgency property.
|
void |
setAcknowledgment(AcknowledgmentType value)
Sets the value of the acknowledgment property.
|
void |
setConfidentiality(ConfidentialityType value)
Sets the value of the confidentiality property.
|
void |
setDate(org.joda.time.DateTime value)
Sets the value of the date property.
|
void |
setExpirationdate(org.joda.time.DateTime value)
Sets the value of the expirationdate property.
|
void |
setExternalsource(Externalsource value)
Sets the value of the externalsource property.
|
void |
setSender(SenderType value)
Sets the value of the sender property.
|
void |
setStandard(StandardType value)
Sets the value of the standard property.
|
void |
setTime(org.joda.time.DateTime value)
Sets the value of the time property.
|
void |
setUrgency(UrgencyType value)
Sets the value of the urgency property.
|
public ConfidentialityType getConfidentiality()
ConfidentialityTypepublic void setConfidentiality(ConfidentialityType value)
value - allowed object is
ConfidentialityTypepublic StandardType getStandard()
StandardTypepublic void setStandard(StandardType value)
value - allowed object is
StandardTypepublic List<IDKMEHR> getIds()
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 ids property.
For example, to add a new item, do as follows:
getIds().add(newItem);
Objects of the following type(s) are allowed in the list
IDKMEHR
public org.joda.time.DateTime getDate()
Stringpublic void setDate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic org.joda.time.DateTime getTime()
Stringpublic void setTime(org.joda.time.DateTime value)
value - allowed object is
Stringpublic SenderType getSender()
SenderTypepublic void setSender(SenderType value)
value - allowed object is
SenderTypepublic List<RecipientType> getRecipients()
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 recipients property.
For example, to add a new item, do as follows:
getRecipients().add(newItem);
Objects of the following type(s) are allowed in the list
RecipientType
public UrgencyType getUrgency()
UrgencyTypepublic void setUrgency(UrgencyType value)
value - allowed object is
UrgencyTypepublic AcknowledgmentType getAcknowledgment()
AcknowledgmentTypepublic void setAcknowledgment(AcknowledgmentType value)
value - allowed object is
AcknowledgmentTypepublic List<TextType> getTexts()
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 texts property.
For example, to add a new item, do as follows:
getTexts().add(newItem);
Objects of the following type(s) are allowed in the list
TextType
public List<LnkType> getLnks()
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 lnks property.
For example, to add a new item, do as follows:
getLnks().add(newItem);
Objects of the following type(s) are allowed in the list
LnkType
public org.joda.time.DateTime getExpirationdate()
Stringpublic void setExpirationdate(org.joda.time.DateTime value)
value - allowed object is
Stringpublic Externalsource getExternalsource()
Externalsourcepublic void setExternalsource(Externalsource value)
value - allowed object is
Externalsource
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.