Package org.hl7.v3
Class PN
java.lang.Object
org.hl7.v3.EN
org.hl7.v3.PN
A name for a person. A sequence of name parts, such as
given name or family name, prefix, suffix, etc. PN differs
from EN because the qualifier type cannot include LS
(Legal Status).
Java class for PN complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PN">
<complexContent>
<extension base="{urn:hl7-org:v3}EN">
</extension>
</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
-
PN
public PN()
-
-
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
-