Package net.ihe.gazelle.hl7v3.datatypes
Class II
java.lang.Object
net.ihe.gazelle.gen.common.CommonOperations
net.ihe.gazelle.hl7v3.datatypes.ANY
net.ihe.gazelle.hl7v3.datatypes.II
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PRPAMT201302UV02AdministrativeObservationId
,PRPAMT201302UV02CareGiverId
,PRPAMT201302UV02CitizenId
,PRPAMT201302UV02ContactPartyId
,PRPAMT201302UV02EmployeeId
,PRPAMT201302UV02GuardianId
,PRPAMT201302UV02MemberId
,PRPAMT201302UV02NonPersonLivingSubjectId
,PRPAMT201302UV02OtherIDsId
,PRPAMT201302UV02PatientId
,PRPAMT201302UV02PersonalRelationshipId
,PRPAMT201302UV02PersonId
,PRPAMT201302UV02StudentId
Description of the class II.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionA human readable name or mnemonic for the assigning authority.Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false). .A character string as a unique identifier within the scope of the identifier root. .A unique identifier that guarantees the global uniqueness of the instance identifier.Fields inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
mixed, nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return assigningAuthorityName.Return displayable.Return extension.getRoot()
Return root.int
hashCode()
Deprecated.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
setAssigningAuthorityName
(String assigningAuthorityName) Set a value to attribute assigningAuthorityName.void
setDisplayable
(Boolean displayable) Set a value to attribute displayable.void
setExtension
(String extension) Set a value to attribute extension.void
Set a value to attribute root.static void
validateByModule
(II iI, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validationMethods inherited from class net.ihe.gazelle.hl7v3.datatypes.ANY
getNullFlavor, setNullFlavor, validateByModule
Methods inherited from class net.ihe.gazelle.gen.common.CommonOperations
getValuesetChecker, isBIN, isCSType, isDTM, isOID, isRUID, isSTType, isTSType, isUID, isUUID, isXCN, isXON, isXPN, matches, matches, matches, matches, matchesCodeToValueSet, matchesValueSet, matchesValueSetWithDisplayName, setValuesetChecker, setValueSetProvider
-
Field Details
-
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
Specifies if the identifier is intended for human display and data entry (displayable = true) as opposed to pure machine interoperation (displayable = false). . -
extension
A character string as a unique identifier within the scope of the identifier root. . -
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
-
II
-
-
Method Details
-
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
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
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
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.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
Return extension.- Returns:
- extension : A character string as a unique identifier within the scope of the identifier root.
-
setExtension
Set a value to attribute extension.- Parameters:
extension
- : A character string as a unique identifier within the scope of the identifier root.
-
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
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
- Overrides:
get_xmlNodePresentation
in classANY
-
set_xmlNodePresentation
- Overrides:
set_xmlNodePresentation
in classANY
-
validateByModule
public static void validateByModule(II iI, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation -
equals
-
hashCode
public int hashCode()
-