Class MCCIMT000200UV01AcknowledgementDetail
java.lang.Object
net.ihe.gazelle.hl7v3.mccimt000200UV01.MCCIMT000200UV01AcknowledgementDetail
- All Implemented Interfaces:
Serializable
Description of the class MCCIMT000200UV01AcknowledgementDetail.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addLocation
(ST location_elt) Add a location to the location collection.void
addRealmCode
(CS realmCode_elt) Add a realmCode to the realmCode collection.void
addTemplateId
(II templateId_elt) Add a templateId to the templateId collection.getCode()
Return code.Return location.Return nullFlavor.Return realmCode.Return templateId.getText()
Return text.Return typeCode.Return typeId.void
removeLocation
(ST location_elt) Remove a location to the location collection.void
removeRealmCode
(CS realmCode_elt) Remove a realmCode to the realmCode collection.void
removeTemplateId
(II templateId_elt) Remove a templateId to the templateId collection.void
set_xmlNodePresentation
(Node _xmlNodePresentation) void
Set a value to attribute code.void
setLocation
(List<ST> location) Set a value to attribute location.void
setNullFlavor
(NullFlavor nullFlavor) Set a value to attribute nullFlavor.void
setRealmCode
(List<CS> realmCode) Set a value to attribute realmCode.void
setTemplateId
(List<II> templateId) Set a value to attribute templateId.void
Set a value to attribute text.void
setTypeCode
(AcknowledgementDetailType typeCode) Set a value to attribute typeCode.void
Set a value to attribute typeId.static void
validateByModule
(MCCIMT000200UV01AcknowledgementDetail mCCIMT000200UV01AcknowledgementDetail, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
code
-
text
-
location
-
nullFlavor
-
typeCode
-
-
Constructor Details
-
MCCIMT000200UV01AcknowledgementDetail
public MCCIMT000200UV01AcknowledgementDetail()
-
-
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
-
getCode
Return code.- Returns:
- code
-
setCode
Set a value to attribute code. -
getText
Return text.- Returns:
- text
-
setText
Set a value to attribute text. -
getLocation
Return location.- Returns:
- location
-
setLocation
Set a value to attribute location. -
addLocation
Add a location to the location collection.- Parameters:
location_elt
- Element to add.
-
removeLocation
Remove a location to the location collection.- Parameters:
location_elt
- Element to remove
-
getNullFlavor
Return nullFlavor.- Returns:
- nullFlavor
-
setNullFlavor
Set a value to attribute nullFlavor. -
getTypeCode
Return typeCode.- Returns:
- typeCode
-
setTypeCode
Set a value to attribute typeCode. -
get_xmlNodePresentation
-
set_xmlNodePresentation
-
validateByModule
public static void validateByModule(MCCIMT000200UV01AcknowledgementDetail mCCIMT000200UV01AcknowledgementDetail, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-