be.fgov.ehealth.standards.kmehr.schema.v1
Class HeaderType

java.lang.Object
  extended by be.fgov.ehealth.standards.kmehr.schema.v1.HeaderType
All Implemented Interfaces:
Serializable

@Generated(value="com.sun.tools.xjc.Driver",
           date="2017-06-27T08:07:31+02:00",
           comments="JAXB RI v2.2.11")
public class HeaderType
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

HeaderType

public HeaderType()
Method Detail

getConfidentiality

public ConfidentialityType getConfidentiality()
Gets the value of the confidentiality property.

Returns:
possible object is ConfidentialityType

setConfidentiality

public void setConfidentiality(ConfidentialityType value)
Sets the value of the confidentiality property.

Parameters:
value - allowed object is ConfidentialityType

getStandard

public StandardType getStandard()
Gets the value of the standard property.

Returns:
possible object is StandardType

setStandard

public void setStandard(StandardType value)
Sets the value of the standard property.

Parameters:
value - allowed object is StandardType

getIds

public List<IDKMEHR> getIds()
Gets the value of the ids property.

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


getDate

public org.joda.time.DateTime getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(org.joda.time.DateTime value)
Sets the value of the date property.

Parameters:
value - allowed object is String

getTime

public org.joda.time.DateTime getTime()
Gets the value of the time property.

Returns:
possible object is String

setTime

public void setTime(org.joda.time.DateTime value)
Sets the value of the time property.

Parameters:
value - allowed object is String

getSender

public SenderType getSender()
Gets the value of the sender property.

Returns:
possible object is SenderType

setSender

public void setSender(SenderType value)
Sets the value of the sender property.

Parameters:
value - allowed object is SenderType

getRecipients

public List<RecipientType> getRecipients()
Gets the value of the recipients property.

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


getUrgency

public UrgencyType getUrgency()
Gets the value of the urgency property.

Returns:
possible object is UrgencyType

setUrgency

public void setUrgency(UrgencyType value)
Sets the value of the urgency property.

Parameters:
value - allowed object is UrgencyType

getAcknowledgment

public AcknowledgmentType getAcknowledgment()
Gets the value of the acknowledgment property.

Returns:
possible object is AcknowledgmentType

setAcknowledgment

public void setAcknowledgment(AcknowledgmentType value)
Sets the value of the acknowledgment property.

Parameters:
value - allowed object is AcknowledgmentType

getTexts

public List<TextType> getTexts()
Gets the value of the texts property.

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


getLnks

public List<LnkType> getLnks()
Gets the value of the lnks property.

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




Connector Business ORGPHARMACY 3.13.1 API
Copyright © {inceptionYear}-2017 eHealth. All Rights Reserved.