Package com.clinia.model.common
Class V1HumanName
java.lang.Object
com.clinia.model.common.V1HumanName
A human's name with the ability to identify parts and usage.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanA sequence of Unicode characters.getGiven()Given names (not always 'first').getId()A sequence of Unicode characters.Get periodParts that come before the name.Parts that come after the name.getText()A sequence of Unicode characters.getUse()A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents.inthashCode()toString()
-
Constructor Details
-
V1HumanName
public V1HumanName()
-
-
Method Details
-
setId
-
getId
A sequence of Unicode characters. -
setUse
-
getUse
A string which has at least one character and no leading or trailing whitespace and where there is no whitespace other than single spaces in the contents. -
setText
-
getText
A sequence of Unicode characters. -
setGiven
-
addGiven
-
getGiven
Given names (not always 'first'). Includes middle names. -
setPrefix
-
addPrefix
-
getPrefix
Parts that come before the name. -
setSuffix
-
addSuffix
-
getSuffix
Parts that come after the name. -
setFamily
-
getFamily
A sequence of Unicode characters. -
setPeriod
-
getPeriod
Get period -
equals
-
hashCode
public int hashCode() -
toString
-