Class COCTMT820000UVCareProvision
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt820000UV.COCTMT820000UVCareProvision
- All Implemented Interfaces:
- Serializable
Description of the class COCTMT820000UVCareProvision.
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescription
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddRealmCode(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.getId()Return id.Return moodCode.Return nullFlavor.Return performer.Return realmCode.Return statusCode.Return templateId.Return typeId.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(ActClassCareProvision classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidsetEffectiveTime(IVLTS effectiveTime) Set a value to attribute effectiveTime.voidSet a value to attribute id.voidsetMoodCode(ActMood moodCode) Set a value to attribute moodCode.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetPerformer(COCTMT820000UVPerformer performer) Set a value to attribute performer.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(COCTMT820000UVCareProvision cOCTMT820000UVCareProvision, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
- 
Field Details- 
realmCode
- 
typeId
- 
templateId
- 
id
- 
code
- 
statusCode
- 
effectiveTime
- 
performer
- 
classCode
- 
moodCode
- 
nullFlavor
 
- 
- 
Constructor Details- 
COCTMT820000UVCareProvisionpublic COCTMT820000UVCareProvision()
 
- 
- 
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.
- 
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.
- 
getPerformerReturn performer.- Returns:
- performer
 
- 
setPerformerSet a value to attribute performer.
- 
getClassCodeReturn classCode.- Returns:
- classCode
 
- 
setClassCodeSet a value to attribute classCode.
- 
getMoodCodeReturn moodCode.- Returns:
- moodCode
 
- 
setMoodCodeSet a value to attribute moodCode.
- 
getNullFlavorReturn nullFlavor.- Returns:
- nullFlavor
 
- 
setNullFlavorSet a value to attribute nullFlavor.
- 
get_xmlNodePresentation
- 
set_xmlNodePresentation
- 
validateByModulepublic static void validateByModule(COCTMT820000UVCareProvision cOCTMT820000UVCareProvision, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
 
-