public class EN
extends java.lang.Object
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>
| Constructor and Description |
|---|
EN() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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<EnDelimiter>
JAXBElement<EnFamily>
JAXBElement<IVLTS>
JAXBElement<EnPrefix>
JAXBElement<EnGiven>
String
JAXBElement<EnSuffix>
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