Class ENXP

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
EnDelimiter, EnFamily, EnGiven, EnPrefix, EnSuffix

public class ENXP extends ST implements Serializable
Description of the class ENXP.
See Also:
  • Field Details

    • partType

      public EntityNamePartType partType
      Indicates whether the name part is a given name, family name, prefix, suffix, etc. .
    • qualifier

      public String qualifier
      is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records. .
  • Constructor Details

    • ENXP

      public ENXP()
  • Method Details

    • getPartType

      public EntityNamePartType getPartType()
      Return partType.
      Returns:
      partType : Indicates whether the name part is a given name, family name, prefix, suffix, etc.
    • setPartType

      public void setPartType(EntityNamePartType partType)
      Set a value to attribute partType.
      Parameters:
      partType - : Indicates whether the name part is a given name, family name, prefix, suffix, etc.
    • getQualifier

      public String getQualifier()
      Return qualifier.
      Returns:
      qualifier : is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records.
    • setQualifier

      public void setQualifier(String qualifier)
      Set a value to attribute qualifier.
      Parameters:
      qualifier - : is a set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type. For example, a given name may be flagged as a nickname, a family name may be a pseudonym or a name of public records.
    • get_xmlNodePresentation

      public Node get_xmlNodePresentation()
      Overrides:
      get_xmlNodePresentation in class ST
    • set_xmlNodePresentation

      public void set_xmlNodePresentation(Node _xmlNodePresentation)
      Overrides:
      set_xmlNodePresentation in class ST
    • validateByModule

      public static void validateByModule(ENXP eNXP, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation