Package org.hl7.fhir

Class HumanName

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class HumanName
    extends Element
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

    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 Detail

      • family

        protected java.util.List<String> family
      • given

        protected java.util.List<String> given
      • prefix

        protected java.util.List<String> prefix
      • suffix

        protected java.util.List<String> suffix
      • period

        protected Period period
    • Constructor Detail

      • HumanName

        public HumanName()
    • Method Detail

      • getUse

        public NameUse getUse()
        Gets the value of the use property.
        Returns:
        possible object is NameUse
      • setUse

        public void setUse​(NameUse value)
        Sets the value of the use property.
        Parameters:
        value - allowed object is NameUse
      • getText

        public String getText()
        Gets the value of the text property.
        Returns:
        possible object is String
      • setText

        public void setText​(String value)
        Sets the value of the text property.
        Parameters:
        value - allowed object is String
      • getFamily

        public java.util.List<String> 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 JAXB object. This is why there is not a set method 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

        public java.util.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 JAXB object. This is why there is not a set method 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

        public java.util.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 JAXB object. This is why there is not a set method 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

        public java.util.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 JAXB object. This is why there is not a set method 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

        public Period getPeriod()
        Gets the value of the period property.
        Returns:
        possible object is Period
      • setPeriod

        public void setPeriod​(Period value)
        Sets the value of the period property.
        Parameters:
        value - allowed object is Period
      • withFamily

        public HumanName withFamily​(java.util.Collection<String> values)
      • withGiven

        public HumanName withGiven​(java.util.Collection<String> values)
      • withPrefix

        public HumanName withPrefix​(java.util.Collection<String> values)
      • withSuffix

        public HumanName withSuffix​(java.util.Collection<String> values)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class Element
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class Element
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class Element
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class Element
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class Element
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class Element