Class COCTMT080000UVCriterion
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt080000UV.COCTMT080000UVCriterion
- All Implemented Interfaces:
 Serializable
Description of the class COCTMT080000UVCriterion.
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidAdd a id to the id collection.voidaddInterpretationCode(CE interpretationCode_elt) Add a interpretationCode to the interpretationCode 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.getId()Return id.Return interpretationCode.Return moodCode.Return nullFlavor.Return realmCode.Return templateId.getText()Return text.Return typeId.getValue()Return value.voidRemove a id to the id collection.voidremoveInterpretationCode(CE interpretationCode_elt) Remove a interpretationCode to the interpretationCode 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(ActClassObservation classCode) Set a value to attribute classCode.voidSet a value to attribute code.voidSet a value to attribute id.voidsetInterpretationCode(List<CE> interpretationCode) Set a value to attribute interpretationCode.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(COCTMT080000UVCriterion cOCTMT080000UVCriterion, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation 
- 
Field Details
- 
realmCode
 - 
typeId
 - 
templateId
 - 
id
 - 
code
 - 
text
 - 
value
 - 
interpretationCode
 - 
classCode
 - 
moodCode
 - 
nullFlavor
 
 - 
 - 
Constructor Details
- 
COCTMT080000UVCriterion
public COCTMT080000UVCriterion() 
 - 
 - 
Method Details
- 
getRealmCode
Return realmCode.- Returns:
 - realmCode
 
 - 
setRealmCode
Set a value to attribute realmCode. - 
addRealmCode
Add a realmCode to the realmCode collection.- Parameters:
 realmCode_elt- Element to add.
 - 
removeRealmCode
Remove a realmCode to the realmCode collection.- Parameters:
 realmCode_elt- Element to remove
 - 
getTypeId
Return typeId.- Returns:
 - typeId
 
 - 
setTypeId
Set a value to attribute typeId. - 
getTemplateId
Return templateId.- Returns:
 - templateId
 
 - 
setTemplateId
Set a value to attribute templateId. - 
addTemplateId
Add a templateId to the templateId collection.- Parameters:
 templateId_elt- Element to add.
 - 
removeTemplateId
Remove a templateId to the templateId collection.- Parameters:
 templateId_elt- Element to remove
 - 
getId
Return id.- Returns:
 - id
 
 - 
setId
Set a value to attribute id. - 
addId
Add a id to the id collection.- Parameters:
 id_elt- Element to add.
 - 
removeId
Remove a id to the id collection.- Parameters:
 id_elt- Element to remove
 - 
getCode
Return code.- Returns:
 - code
 
 - 
setCode
Set a value to attribute code. - 
getText
Return text.- Returns:
 - text
 
 - 
setText
Set a value to attribute text. - 
getValue
Return value.- Returns:
 - value
 
 - 
setValue
Set a value to attribute value. - 
getInterpretationCode
Return interpretationCode.- Returns:
 - interpretationCode
 
 - 
setInterpretationCode
Set a value to attribute interpretationCode. - 
addInterpretationCode
Add a interpretationCode to the interpretationCode collection.- Parameters:
 interpretationCode_elt- Element to add.
 - 
removeInterpretationCode
Remove a interpretationCode to the interpretationCode collection.- Parameters:
 interpretationCode_elt- Element to remove
 - 
getClassCode
Return classCode.- Returns:
 - classCode
 
 - 
setClassCode
Set a value to attribute classCode. - 
getMoodCode
Return moodCode.- Returns:
 - moodCode
 
 - 
setMoodCode
Set a value to attribute moodCode. - 
getNullFlavor
Return nullFlavor.- Returns:
 - nullFlavor
 
 - 
setNullFlavor
Set a value to attribute nullFlavor. - 
get_xmlNodePresentation
 - 
set_xmlNodePresentation
 - 
validateByModule
public static void validateByModule(COCTMT080000UVCriterion cOCTMT080000UVCriterion, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation 
 -