All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PRPAMT201302UV02AdministrativeObservationId, PRPAMT201302UV02CareGiverId, PRPAMT201302UV02CitizenId, PRPAMT201302UV02ContactPartyId, PRPAMT201302UV02EmployeeId, PRPAMT201302UV02GuardianId, PRPAMT201302UV02MemberId, PRPAMT201302UV02NonPersonLivingSubjectId, PRPAMT201302UV02OtherIDsId, PRPAMT201302UV02PatientId, PRPAMT201302UV02PersonalRelationshipId, PRPAMT201302UV02PersonId, PRPAMT201302UV02StudentId

public class II extends ANY implements Serializable
Description of the class II.
See Also:
  • Field Details

    • assigningAuthorityName

      public String assigningAuthorityName
      A human readable name or mnemonic for the assigning authority. This name may be provided solely for the convenience of unaided humans interpreting an value and can have no computational meaning. Note: no automated processing must depend on the assigning authority name to be present in any form. .
    • displayable

      public Boolean displayable
      Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false). .
    • extension

      public String extension
      A character string as a unique identifier within the scope of the identifier root. .
    • root

      public String root
      A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier. .
  • Constructor Details

    • II

      public II()
    • II

      public II(String inRoot, String inExtension)
    • II

      public II(String inRoot, String inExtension, String assigningAuthorityName)
  • Method Details

    • getAssigningAuthorityName

      public String getAssigningAuthorityName()
      Return assigningAuthorityName.
      Returns:
      assigningAuthorityName : A human readable name or mnemonic for the assigning authority. This name may be provided solely for the convenience of unaided humans interpreting an value and can have no computational meaning. Note: no automated processing must depend on the assigning authority name to be present in any form.
    • setAssigningAuthorityName

      public void setAssigningAuthorityName(String assigningAuthorityName)
      Set a value to attribute assigningAuthorityName.
      Parameters:
      assigningAuthorityName - : A human readable name or mnemonic for the assigning authority. This name may be provided solely for the convenience of unaided humans interpreting an value and can have no computational meaning. Note: no automated processing must depend on the assigning authority name to be present in any form.
    • getDisplayable

      public Boolean getDisplayable()
      Return displayable.
      Returns:
      displayable : Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).
    • setDisplayable

      public void setDisplayable(Boolean displayable)
      Set a value to attribute displayable.
      Parameters:
      displayable - : Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false).
    • isDisplayable

      @Deprecated public Boolean isDisplayable()
      Deprecated.
      Return displayable.
      Returns:
      displayable : Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false). Generated for the use on jsf pages
    • getExtension

      public String getExtension()
      Return extension.
      Returns:
      extension : A character string as a unique identifier within the scope of the identifier root.
    • setExtension

      public void setExtension(String extension)
      Set a value to attribute extension.
      Parameters:
      extension - : A character string as a unique identifier within the scope of the identifier root.
    • getRoot

      public String getRoot()
      Return root.
      Returns:
      root : A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.
    • setRoot

      public void setRoot(String root)
      Set a value to attribute root.
      Parameters:
      root - : A unique identifier that guarantees the global uniqueness of the instance identifier. The root alone may be the entire instance identifier.
    • get_xmlNodePresentation

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

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

      public static void validateByModule(II iI, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic)
      validate by a module of validation
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object