Class COCTMT230100UVObservationGoal
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt230100UV.COCTMT230100UVObservationGoal
- All Implemented Interfaces:
- Serializable
Description of the class COCTMT230100UVObservationGoal.
- 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 moodCode.Return nullFlavor.Return realmCode.Return templateId.getText()Return text.Return typeId.getValue()Return value.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(ActClassObservation classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidsetMoodCode(ActMood moodCode) Set a value to attribute moodCode.voidsetNullFlavor(NullFlavor nullFlavor) Set a value to attribute nullFlavor.voidsetRealmCode(List<CS> realmCode) Set a value to attribute realmCode.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute text.voidSet a value to attribute typeId.voidSet a value to attribute value.static voidvalidateByModule(COCTMT230100UVObservationGoal cOCTMT230100UVObservationGoal, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
- 
Field Details- 
realmCode
- 
typeId
- 
templateId
- 
code
- 
text
- 
value
- 
classCode
- 
moodCode
- 
nullFlavor
 
- 
- 
Constructor Details- 
COCTMT230100UVObservationGoalpublic COCTMT230100UVObservationGoal()
 
- 
- 
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
 
- 
getCodeReturn code.- Returns:
- code
 
- 
setCodeSet a value to attribute code.
- 
getTextReturn text.- Returns:
- text
 
- 
setTextSet a value to attribute text.
- 
getValueReturn value.- Returns:
- value
 
- 
setValueSet a value to attribute value.
- 
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(COCTMT230100UVObservationGoal cOCTMT230100UVObservationGoal, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
 
-