Package org.hl7.v3
Class ON
java.lang.Object
org.hl7.v3.EN
org.hl7.v3.ON
A name for an organization. A sequence of name parts.
Java class for ON complex type.
The following schema fragment specifies the expected content contained within this class.
<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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()Generates a String representation of the contents of this type.withContent(Serializable... values) withContent(Collection<Serializable> values) withUse(Collection<String> values) Methods inherited from class org.hl7.v3.EN
getContent, getUse
-
Constructor Details
-
ON
public ON()
-
-
Method Details
-
withContent
- Overrides:
withContentin classEN
-
withContent
- Overrides:
withContentin classEN
-
withUse
-
withUse
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-