Package org.projecthusky.common.hl7cdar2
Class ON
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.EN
org.projecthusky.common.hl7cdar2.ON
- Direct Known Subclasses:
AtcdabbrOtherOrganizationNameCompilation,AtcdabbrOtherOrganizationNameCompilation
A name for an organization. A sequence of name parts.
Java-Klasse für ON complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="ON">
<complexContent>
<restriction base="{urn:hl7-org:v3}EN">
<sequence>
<choice maxOccurs="unbounded" minOccurs="0">
<element name="delimiter" type="{urn:hl7-org:v3}en.delimiter"/>
<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" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projecthusky.common.hl7cdar2.EN
getContent, getUseMethods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Constructor Details
-
ON
public ON() -
ON
-
ON
-