public interface MasterCatalog extends Serializable
Modifier and Type | Field and Description |
---|---|
static String |
ACT_ENTRY_TYPE_CODE
Constant that specifies a
MasterCatalog entry is of type Act . |
static String |
ANY_CODE_TYPE
Constant that specifies a code type for a
MasterCatalog entry. |
static String |
ENTITY_ENTRY_TYPE_CODE
Constant that specifies a
MasterCatalog entry is of type Entity . |
static String |
ID_CODE_TYPE
Constant that specifies a code type for a
MasterCatalog entry. |
static String |
NULL_CODE_TYPE
Constant that specifies a code type for a
MasterCatalog entry. |
static String |
PLAYER_OWNER_CODE
Constant that specifies the role owner code.
|
static String |
ROLE_ENTRY_TYPE_CODE
Constant that specifies a
MasterCatalog entry is of type Role . |
static String |
SCOPER_OWNER_CODE
Constant that specifies the role owner code.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getActiveFlag()
Gets the
ActiveFlag of this MasterCatalog . |
CS |
getClassCode()
Gets the
ClassCode of this MasterCatalog |
CD |
getCode()
Gets the
Code of this MasterCatalog |
String |
getCodeType()
Gets the role of the
code for this MasterCatalog entry. |
SET<CE> |
getConfidentialityCode()
Gets the
ConfidentialityCode of this MasterCatalog . |
CS |
getDeterminerCode()
Gets the
DeterminerCode of this MasterCatalog |
String |
getEntryTypeCode()
Gets the entry type code for this
MasterCatalog . |
String |
getMasterCatalogId()
Gets the unique identifier of this
MasterCatalog . |
CS |
getMoodCode()
Gets the
MoodCode of this MasterCatalog |
String |
getPlayerEntityMasterCatalogId()
Gets the
PlayerEntityMasterCatalogId of this MasterCatalog . |
ST |
getRoleOwnerCode()
Gets the role owner code for this
MasterCatalog . |
String |
getScoperEntityMasterCatalogId()
Gets the
ScoperEntityMasterCatalogId of this MasterCatalog . |
void |
setActiveFlag(boolean activeFlag)
Sets the
ActiveFlag of this MasterCatalog . |
void |
setClassCode(CS classCode)
Sets the
ClassCode of this MasterCatalog |
void |
setCode(CD code)
Sets the
Code of this MasterCatalog |
void |
setCodeType(String codeType)
Sets the role of the
code for this MasterCatalog entry. |
void |
setConfidentialityCode(SET<CE> confidentialityCode)
Sets the confidentiality codes of this
MasterCatalog . |
void |
setDeterminerCode(CS determinerCode)
Gets the
DeterminerCode of this MasterCatalog . |
void |
setEntryTypeCode(String entryType)
Sets the entry type code for this
MasterCatalog . |
void |
setMasterCatalogId(String masterCatalogId) |
void |
setMoodCode(CS moodCode)
Sets the
MoodCode of this MasterCatalog entry. |
void |
setPlayerEntityMasterCatalogId(String playerEntityMasterCatalogId)
Sets the
PlayerEntityMasterCatalogId of this MasterCatalog . |
void |
setRoleOwnerCode(ST roleOwnerCode)
Gets the role owner code for this
MasterCatalog . |
void |
setScoperEntityMasterCatalogId(String scoperEntityMasterCatalogId)
Sets the
ScoperEntityMasterCatalogId of this MasterCatalog . |
static final String ACT_ENTRY_TYPE_CODE
MasterCatalog
entry is of type Act
.
It is specified when the MasterCatalog
entry is created.static final String ENTITY_ENTRY_TYPE_CODE
MasterCatalog
entry is of type Entity
.
It is specified when the MasterCatalog
entry is created.static final String ROLE_ENTRY_TYPE_CODE
MasterCatalog
entry is of type Role
.
It is specified when the MasterCatalog
entry is created.static final String ANY_CODE_TYPE
MasterCatalog
entry.
It is specified when the MasterCatalog
entry is created and while creating the entry
the code attribute should be null.static final String ID_CODE_TYPE
MasterCatalog
entry.
It is specified when the MasterCatalog
entry is created and while creating the entry
the code attribute must be a valid ETS code.static final String NULL_CODE_TYPE
MasterCatalog
entry.
It is specified when the MasterCatalog
entry is created and while creating the entry
the code attribute must be a null.static final String PLAYER_OWNER_CODE
static final String SCOPER_OWNER_CODE
MasterCatalog
entry
of type "ROLE" is created.String getMasterCatalogId()
Gets the unique identifier of this MasterCatalog
. This attribute is system
generated and cannot be updated.
MasterCatalog
.void setMasterCatalogId(String masterCatalogId)
CS getClassCode()
Gets the ClassCode
of this MasterCatalog
ClassCode
of this MasterCatalog
.setClassCode(oracle.hsgbu.hdr.hl7.rim.types.CS)
MasterCatalog
entry, it is validated as a membership code in the CL_ACT_CLASS_CODE, CL_ROL_CLASS_CODE and CL_ENT_CLASS_CODE concept lists.void setClassCode(CS classCode)
Sets the ClassCode
of this MasterCatalog
classCode
- of this MasterCatalog
.getClassCode()
CS getMoodCode()
Gets the MoodCode
of this MasterCatalog
MoodCode
of this MasterCatalog
.setMoodCode(oracle.hsgbu.hdr.hl7.rim.types.CS)
MasterCatalog
entry. Validated as a membership code in the CL_ACT_MOOD_CODE concept list.
Required only if the getEntryTypeCode
is
ACT_ENTRY_TYPE_CODE
.void setMoodCode(CS moodCode)
Sets the MoodCode
of this MasterCatalog
entry.
Required only if the getEntryTypeCode
is
a ACT_ENTRY_TYPE_CODE
moodCode
- of this MasterCatalog
.getMoodCode()
CD getCode()
Gets the Code
of this MasterCatalog
Code
of this MasterCatalog
.setCode(oracle.hsgbu.hdr.hl7.rim.types.CD)
codeType
is ID, then the code
has to have a corresponding valid ETS ID.void setCode(CD code)
Sets the Code
of this MasterCatalog
code
- of this MasterCatalog
.getCode()
codeType
is ID, then the code
has to have a corresponding valid ETS ID.String getCodeType()
Gets the role of the code
for this MasterCatalog
entry.
This attribute can take on any of the values defined by the following constants:
code
.
It can take on any of the values defined by the following constants:
MasterCatalog.ID_CODE_TYPE
,
MasterCatalog.ANY_CODE_TYPE
,
MasterCatalog.NULL_CODE_TYPE
.setCodeType(java.lang.String)
code
for this MasterCatalog
entry.
Valid values can be MasterCatalog.ANY_CODE_TYPE, MasterCatalog.ID_CODE_TYPE and MasterCatalog.NULL_CODE_TYPE.void setCodeType(String codeType)
Sets the role of the code
for this MasterCatalog
entry.
This attribute can take on any of the values defined by the following constants:
codeType
- Code Type valuegetCodeType()
code
for this MasterCatalog
entry.
Valid values can be MasterCatalog.ANY_CODE_TYPE, MasterCatalog.ID_CODE_TYPE and MasterCatalog.NULL_CODE_TYPE.String getEntryTypeCode()
Gets the entry type code for this MasterCatalog
.
This attribute can take on any of the values defined by the following constants:
MasterCatalog
.
It can take on any of the values defined by the following constants:
MasterCatalog.ACT_ENTRY_TYPE_CODE
,
MasterCatalog.ENTITY_ENTRY_TYPE_CODE
,
MasterCatalog.ROLE_ENTRY_TYPE_CODE
.setEntryTypeCode(java.lang.String)
MasterCatalog
entry. Indicates
whether this entry is for Act
, Role
, or Entity
.void setEntryTypeCode(String entryType)
Sets the entry type code for this MasterCatalog
.
This attribute can take on any of the values defined by the following constants:
entryType
- entryType ValuegetEntryTypeCode()
MasterCatalog
entry. Indicates
whether this entry is for Act
, Role
, or Entity
.ST getRoleOwnerCode()
Gets the role owner code for this MasterCatalog
. This attribute is relevant
only if the getEntryTypeCode()
is
MasterCatalog.ROLE_ENTRY_TYPE_CODE
.
Role owner code can take on any of the values defined by the following constants:
MasterCatalog.PLAYER_OWNER_CODE
,
MasterCatalog.SCOPER_OWNER_CODE
.setRoleOwnerCode(oracle.hsgbu.hdr.hl7.rim.types.ST)
MasterCatalog
entry.
Relevant only if the
getEntryTypeCode() is
MasterCatalog.ROLE_ENTRY_TYPE_CODEvoid setRoleOwnerCode(ST roleOwnerCode)
Gets the role owner code for this MasterCatalog
. It is relevant
only if the getEntryTypeCode()
is
MasterCatalog.ROLE_ENTRY_TYPE_CODE
.
This attribute can take on any of the values defined by the following constants:
roleOwnerCode
- role Owner CodegetRoleOwnerCode()
MasterCatalog
entry.
Relevant only if the
getEntryTypeCode() is
MasterCatalog.ROLE_ENTRY_TYPE_CODECS getDeterminerCode()
Gets the DeterminerCode
of this MasterCatalog
DeterminerCode
of this MasterCatalog
.setDeterminerCode(oracle.hsgbu.hdr.hl7.rim.types.CS)
MasterCatalog
entry.
Required only if the getEntryTypeCode
is
ENTITY_ENTRY_TYPE_CODE
.void setDeterminerCode(CS determinerCode)
Gets the DeterminerCode
of this MasterCatalog
.
determinerCode
- of this MasterCatalog
.setDeterminerCode(oracle.hsgbu.hdr.hl7.rim.types.CS)
MasterCatalog
entry.
Required only if the getEntryTypeCode
is
ENTITY_ENTRY_TYPE_CODE
String getPlayerEntityMasterCatalogId()
Gets the PlayerEntityMasterCatalogId
of this MasterCatalog
.
This attribute is relevant only if the getEntryTypeCode()
is
MasterCatalog.ROLE_ENTRY_TYPE_CODE
PlayerEntityMasterCatalogId
of this MasterCatalog
entry.setPlayerEntityMasterCatalogId(java.lang.String)
MasterCatalog
entry.
Relevant only if the
getEntryTypeCode() is
MasterCatalog.ROLE_ENTRY_TYPE_CODEvoid setPlayerEntityMasterCatalogId(String playerEntityMasterCatalogId)
Sets the PlayerEntityMasterCatalogId
of this MasterCatalog
.
This attribute is relevant only if the getEntryTypeCode()
is
MasterCatalog.ROLE_ENTRY_TYPE_CODE
playerEntityMasterCatalogId
- of this MasterCatalog
entry.getPlayerEntityMasterCatalogId()
MasterCatalog
entry.
Relevant only if the
getEntryTypeCode() is
MasterCatalog.ROLE_ENTRY_TYPE_CODEString getScoperEntityMasterCatalogId()
Gets the ScoperEntityMasterCatalogId
of this MasterCatalog
.
This attribute is relevant only if the getEntryTypeCode()
is
MasterCatalog.ROLE_ENTRY_TYPE_CODE
ScoperEntityMasterCatalogId
of this MasterCatalog
entry.setScoperEntityMasterCatalogId(java.lang.String)
MasterCatalog
entry.
Relevant only if the
getEntryTypeCode() is
MasterCatalog.ROLE_ENTRY_TYPE_CODEvoid setScoperEntityMasterCatalogId(String scoperEntityMasterCatalogId)
Sets the ScoperEntityMasterCatalogId
of this MasterCatalog
.
This attribute is relevant only if the getEntryTypeCode()
is
MasterCatalog.ROLE_ENTRY_TYPE_CODE
scoperEntityMasterCatalogId
- of this MasterCatalog
entry.getScoperEntityMasterCatalogId()
MasterCatalog
entry.
Relevant only if the
getEntryTypeCode() is
MasterCatalog.ROLE_ENTRY_TYPE_CODEboolean getActiveFlag()
Gets the ActiveFlag
of this MasterCatalog
. If not
specified, the value of this attribute is set to true
.
ActiveFlag
of this MasterCatalog
.setActiveFlag(boolean)
MasterCatalog
entry. The
entry can be deactivated by setting the flag to false
.void setActiveFlag(boolean activeFlag)
Sets the ActiveFlag
of this MasterCatalog
. If not
specified, the value of this attribute is set to true
.
activeFlag
- of this MasterCatalog
.getActiveFlag()
MasterCatalog
entry. The
entry can be deactivated by setting the flag to false
.void setConfidentialityCode(SET<CE> confidentialityCode)
Sets the confidentiality codes of this MasterCatalog
.
confidentialityCode
- that describing all confidentiality
levels of this MasterCatalog
.getConfidentialityCode()
SET<CE> getConfidentialityCode()
Gets the ConfidentialityCode
of this MasterCatalog
.
ConfidentialityCode
describing all
confidentiality levels of this MasterCatalog
.setConfidentialityCode(oracle.hsgbu.hdr.hl7.rim.types.SET<oracle.hsgbu.hdr.hl7.rim.types.CE>)
HDR Glossary HDR Concept Lists HDR Exceptions HDR Programmer's Guide HDR Implementation Guide HDR Profile Options
Copyright © 2016, 2018, Oracle. All rights reserved