Package org.hl7.v3
Class TN
java.lang.Object
org.hl7.v3.EN
org.hl7.v3.TN
A restriction of entity name that is effectively a simple string used
for a simple name for things and places.
Java class for TN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TN">
<complexContent>
<restriction base="{urn:hl7-org:v3}EN">
<sequence>
<element name="validTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
</sequence>
</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
-
TN
public TN()
-
-
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
-