|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hl7.v3.EN
public class EN
A name for a person, organization, place or thing. A sequence of name parts, such as given name or family name, prefix, suffix, etc. Examples for entity name values are "Jim Bob Walton, Jr.", "Health Level Seven, Inc.", "Lake Tahoe", etc. An entity name may be as simple as a character string or may consist of several entity name parts, such as, "Jim", "Bob", "Walton", and "Jr.", "Health Level Seven" and "Inc.", "Lake" and "Tahoe".
Java class for EN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EN"> <complexContent> <extension base="{urn:hl7-org:v3}ANY"> <sequence> <choice maxOccurs="unbounded" minOccurs="0"> <element name="delimiter" type="{urn:hl7-org:v3}en.delimiter"/> <element name="family" type="{urn:hl7-org:v3}en.family"/> <element name="given" type="{urn:hl7-org:v3}en.given"/> <element name="prefix" type="{urn:hl7-org:v3}en.prefix"/> <element name="suffix" type="{urn:hl7-org:v3}en.suffix"/> </choice> <element name="validTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/> </sequence> <attribute name="use" type="{urn:hl7-org:v3}set_EntityNameUse" /> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.util.List<java.io.Serializable> |
content
|
protected java.util.List<java.lang.String> |
use
|
Constructor Summary | |
---|---|
EN()
|
Method Summary | |
---|---|
java.util.List<java.io.Serializable> |
getContent()
A name for a person, organization, place or thing. |
java.util.List<java.lang.String> |
getUse()
Gets the value of the use property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List<java.io.Serializable> content
protected java.util.List<java.lang.String> use
Constructor Detail |
---|
public EN()
Method Detail |
---|
public java.util.List<java.io.Serializable> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list JAXBElement
<
EnSuffix
>
JAXBElement
<
EnDelimiter
>
JAXBElement
<
IVLTS
>
JAXBElement
<
EnFamily
>
JAXBElement
<
EnPrefix
>
JAXBElement
<
EnGiven
>
String
public java.util.List<java.lang.String> getUse()
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 use property.
For example, to add a new item, do as follows:
getUse().add(newItem);
Objects of the following type(s) are allowed in the list String
|
Elexis: Das führende OpenSource-Arztpraxisprogamm im deutschsprachigen Raum Java doc für Elexis version 2.1.7.dev vom 01.09.2013 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |