Class HumanName
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
Java class for HumanName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HumanName">
<complexContent>
<extension base="{http://hl7.org/fhir}Element">
<sequence>
<element name="use" type="{http://hl7.org/fhir}NameUse" minOccurs="0"/>
<element name="text" type="{http://hl7.org/fhir}string" minOccurs="0"/>
<element name="family" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="given" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="prefix" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="suffix" type="{http://hl7.org/fhir}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="period" type="{http://hl7.org/fhir}Period" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) booleanbooleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) Gets the value of the family property.getGiven()Gets the value of the given property.Gets the value of the period property.Gets the value of the prefix property.Gets the value of the suffix property.getText()Gets the value of the text property.getUse()Gets the value of the use property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) voidvoidvoidSets the value of the period property.voidvoidvoidSets the value of the text property.voidSets the value of the use property.toString()withExtension(Collection<Extension> values) withExtension(Extension... values) withFamily(Collection<String> values) withFamily(String... values) withGiven(Collection<String> values) withPeriod(Period value) withPrefix(Collection<String> values) withPrefix(String... values) withSuffix(Collection<String> values) withSuffix(String... values) Methods inherited from class org.hl7.fhir.Element
getExtension, getId, setExtension, setId
-
Field Details
-
use
-
text
-
family
-
given
-
prefix
-
suffix
-
period
-
-
Constructor Details
-
HumanName
public HumanName()
-
-
Method Details
-
getUse
Gets the value of the use property.- Returns:
- possible object is
NameUse
-
setUse
Sets the value of the use property.- Parameters:
value- allowed object isNameUse
-
getText
Gets the value of the text property.- Returns:
- possible object is
String
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isString
-
getFamily
Gets the value of the family property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the family property.For example, to add a new item, do as follows:
getFamily().add(newItem);Objects of the following type(s) are allowed in the list
String -
getGiven
Gets the value of the given property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the given property.For example, to add a new item, do as follows:
getGiven().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPrefix
Gets the value of the prefix property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the prefix property.For example, to add a new item, do as follows:
getPrefix().add(newItem);Objects of the following type(s) are allowed in the list
String -
getSuffix
Gets the value of the suffix property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the suffix property.For example, to add a new item, do as follows:
getSuffix().add(newItem);Objects of the following type(s) are allowed in the list
String -
getPeriod
Gets the value of the period property.- Returns:
- possible object is
Period
-
setPeriod
Sets the value of the period property.- Parameters:
value- allowed object isPeriod
-
withUse
-
withText
-
withFamily
-
withFamily
-
withGiven
-
withGiven
-
withPrefix
-
withPrefix
-
withSuffix
-
withSuffix
-
withPeriod
-
withExtension
- Overrides:
withExtensionin classElement
-
withExtension
- Overrides:
withExtensionin classElement
-
withId
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy) -
equals
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy) -
hashCode
public int hashCode() -
toString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) -
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy) - Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classElement
-
setFamily
-
setGiven
-
setPrefix
-
setSuffix
-