Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.docbox.ws.cdachservices
Class GetRecipientsResponse

java.lang.Object
  extended by ch.docbox.ws.cdachservices.GetRecipientsResponse

public class GetRecipientsResponse
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="recipient" type="{urn:hl7-org:v3}POCD_MT000040.IntendedRecipient" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<POCDMT000040IntendedRecipient> recipient
           
 
Constructor Summary
GetRecipientsResponse()
           
 
Method Summary
 java.util.List<POCDMT000040IntendedRecipient> getRecipient()
          Gets the value of the recipient property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recipient

protected java.util.List<POCDMT000040IntendedRecipient> recipient
Constructor Detail

GetRecipientsResponse

public GetRecipientsResponse()
Method Detail

getRecipient

public java.util.List<POCDMT000040IntendedRecipient> getRecipient()
Gets the value of the recipient 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 recipient property.

For example, to add a new item, do as follows:

 getRecipient().add(newItem);
 

Objects of the following type(s) are allowed in the list POCDMT000040IntendedRecipient


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013