|
||||||||||
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.HeaderType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-07-06T09:27:33+02:00", comments="JAXB RI v2.2.6") public class HeaderType
to specify the routing of the message
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"/> </sequence> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
HeaderType()
|
Method Summary | |
---|---|
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. |
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 |
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HeaderType()
Method Detail |
---|
public ConfidentialityType getConfidentiality()
ConfidentialityType
public void setConfidentiality(ConfidentialityType value)
value
- allowed object is
ConfidentialityType
public StandardType getStandard()
StandardType
public void setStandard(StandardType value)
value
- allowed object is
StandardType
public 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()
String
public void setDate(org.joda.time.DateTime value)
value
- allowed object is
String
public org.joda.time.DateTime getTime()
String
public void setTime(org.joda.time.DateTime value)
value
- allowed object is
String
public SenderType getSender()
SenderType
public void setSender(SenderType value)
value
- allowed object is
SenderType
public 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()
UrgencyType
public void setUrgency(UrgencyType value)
value
- allowed object is
UrgencyType
public AcknowledgmentType getAcknowledgment()
AcknowledgmentType
public void setAcknowledgment(AcknowledgmentType value)
value
- allowed object is
AcknowledgmentType
public 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |