Class COCTMT030000UV04Member
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt030000UV04.COCTMT030000UV04Member
- All Implemented Interfaces:
- Serializable
Description of the class COCTMT030000UV04Member.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd a id to the id collection.voidaddRealmCode(CS realmCode_elt) Add a realmCode to the realmCode collection.voidaddTemplateId(II templateId_elt) Add a templateId to the templateId collection.Return classCode.getCode()Return code.Return effectiveTime.Return groupEntity.getId()Return id.Return nullFlavor.Return realmCode.Return statusCode.Return templateId.Return typeId.voidRemove a id to the id collection.voidremoveRealmCode(CS realmCode_elt) Remove a realmCode to the realmCode collection.voidremoveTemplateId(II templateId_elt) Remove a templateId to the templateId collection.voidset_xmlNodePresentation(Node _xmlNodePresentation) voidsetClassCode(String classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidsetEffectiveTime(IVLTS effectiveTime) Set a value to attribute effectiveTime.voidsetGroupEntity(COCTMT030000UV04Entity groupEntity) Set a value to attribute groupEntity.voidSet a value to attribute id.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetRealmCode(List<CS> realmCode) Set a value to attribute realmCode.voidsetStatusCode(CS statusCode) Set a value to attribute statusCode.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute typeId.static voidvalidateByModule(COCTMT030000UV04Member cOCTMT030000UV04Member, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
- 
Field Details- 
realmCode
- 
typeId
- 
templateId
- 
id
- 
code
- 
statusCode
- 
effectiveTime
- 
groupEntity
- 
classCode
- 
nullFlavor
 
- 
- 
Constructor Details- 
COCTMT030000UV04Memberpublic COCTMT030000UV04Member()
 
- 
- 
Method Details- 
getRealmCodeReturn realmCode.- Returns:
- realmCode
 
- 
setRealmCodeSet a value to attribute realmCode.
- 
addRealmCodeAdd a realmCode to the realmCode collection.- Parameters:
- realmCode_elt- Element to add.
 
- 
removeRealmCodeRemove a realmCode to the realmCode collection.- Parameters:
- realmCode_elt- Element to remove
 
- 
getTypeIdReturn typeId.- Returns:
- typeId
 
- 
setTypeIdSet a value to attribute typeId.
- 
getTemplateIdReturn templateId.- Returns:
- templateId
 
- 
setTemplateIdSet a value to attribute templateId.
- 
addTemplateIdAdd a templateId to the templateId collection.- Parameters:
- templateId_elt- Element to add.
 
- 
removeTemplateIdRemove a templateId to the templateId collection.- Parameters:
- templateId_elt- Element to remove
 
- 
getIdReturn id.- Returns:
- id
 
- 
setIdSet a value to attribute id.
- 
addIdAdd a id to the id collection.- Parameters:
- id_elt- Element to add.
 
- 
removeIdRemove a id to the id collection.- Parameters:
- id_elt- Element to remove
 
- 
getCodeReturn code.- Returns:
- code
 
- 
setCodeSet a value to attribute code.
- 
getStatusCodeReturn statusCode.- Returns:
- statusCode
 
- 
setStatusCodeSet a value to attribute statusCode.
- 
getEffectiveTimeReturn effectiveTime.- Returns:
- effectiveTime
 
- 
setEffectiveTimeSet a value to attribute effectiveTime.
- 
getGroupEntityReturn groupEntity.- Returns:
- groupEntity
 
- 
setGroupEntitySet a value to attribute groupEntity.
- 
getClassCodeReturn classCode.- Returns:
- classCode
 
- 
setClassCodeSet a value to attribute classCode.
- 
getNullFlavorReturn nullFlavor.- Returns:
- nullFlavor
 
- 
setNullFlavorSet a value to attribute nullFlavor.
- 
get_xmlNodePresentation
- 
set_xmlNodePresentation
- 
validateByModulepublic static void validateByModule(COCTMT030000UV04Member cOCTMT030000UV04Member, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
 
-