Class ENXP

Direct Known Subclasses:
EnDelimiter, EnFamily, EnGiven, EnPrefix, EnSuffix

public class ENXP extends ST
A character string token representing a part of a name. May have a type code signifying the role of the part in the whole entity name, and a qualifier code for more detail about the name part type. Typical name parts for person names are given names, and family names, titles, etc.

Java-Klasse für ENXP complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="ENXP">
   <complexContent>
     <extension base="{urn:hl7-org:v3}ST">
       <attribute name="partType" type="{urn:hl7-org:v3}EntityNamePartType" />
       <attribute name="qualifier" type="{urn:hl7-org:v3}set_EntityNamePartQualifier" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • partType

      protected String partType
    • qualifier

      protected List<String> qualifier
  • Constructor Details

    • ENXP

      public ENXP()
    • ENXP

      public ENXP(String ed)
  • Method Details

    • getPartType

      public String getPartType()
      Ruft den Wert der partType-Eigenschaft ab.
      Returns:
      possible object is String
    • getQualifier

      public @NonNull List<String> getQualifier()
      Gets the value of the qualifier property and sets it to a new list if it was null.

      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 qualifier property.

      For example, to add a new item, do as follows:

          getQualifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • getQualifier

      public @NonNull List<String> getQualifier(boolean replaceNullByEmptyList)
      Gets the value of the qualifier property. If replaceNullByEmptyList is set to true, the property is set to a new list if it was null.

      If replaceNullByEmptyList is set to true, 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 qualifier property.

      For example, to add a new item, do as follows:

          getQualifier().add(newItem);
       

      Objects of the following type(s) are allowed in the list String

    • setPartType

      public void setPartType(String value)
      Legt den Wert der partType-Eigenschaft fest.
      Parameters:
      value - allowed object is String