Class COCTMT080000UVIdentifiedContainer
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt080000UV.COCTMT080000UVIdentifiedContainer
- All Implemented Interfaces:
- Serializable
Description of the class COCTMT080000UVIdentifiedContainer.
- See Also:
- 
Field SummaryFields
- 
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.getId()Return id.Return nullFlavor.Return realmCode.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(String classCode) Set a value to attribute classCode.voidSet a value to attribute code.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.voidsetTemplateId(List<II> templateId) Set a value to attribute templateId.voidSet a value to attribute typeId.static voidvalidateByModule(COCTMT080000UVIdentifiedContainer cOCTMT080000UVIdentifiedContainer, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
- 
Field Details- 
realmCode
- 
typeId
- 
templateId
- 
id
- 
code
- 
classCode
- 
nullFlavor
 
- 
- 
Constructor Details- 
COCTMT080000UVIdentifiedContainerpublic COCTMT080000UVIdentifiedContainer()
 
- 
- 
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.
- 
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(COCTMT080000UVIdentifiedContainer cOCTMT080000UVIdentifiedContainer, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
 
-