Class COCTMT960000UV05Position
java.lang.Object
net.ihe.gazelle.hl7v3.coctmt960000UV05.COCTMT960000UV05Position
- All Implemented Interfaces:
Serializable
Description of the class COCTMT960000UV05Position.
- See Also:
-
Field Summary
Modifier and TypeFieldDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addComponent1
(COCTMT960000UV05Component1 component1_elt) Add a component1 to the component1 collection.void
addDevice
(COCTMT960000UV05Device2 device_elt) Add a device to the device collection.void
Add a id to the id 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.Return activityTime.Return author.Return classCode.getCode()
Return code.Return component1.Return component2.Return device.Return effectiveTime.getId()
Return id.Return moodCode.Return nullFlavor.Return realmCode.Return templateId.getText()
Return text.Return typeId.getValue()
Return value.void
removeComponent1
(COCTMT960000UV05Component1 component1_elt) Remove a component1 to the component1 collection.void
removeDevice
(COCTMT960000UV05Device2 device_elt) Remove a device to the device collection.void
Remove a id to the id 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
setActivityTime
(IVLTS activityTime) Set a value to attribute activityTime.void
setAuthor
(COCTMT960000UV05Author author) Set a value to attribute author.void
setClassCode
(ActClassPosition classCode) Set a value to attribute classCode.void
Set a value to attribute code.void
setComponent1
(List<COCTMT960000UV05Component1> component1) Set a value to attribute component1.void
setComponent2
(COCTMT960000UV05Component2 component2) Set a value to attribute component2.void
setDevice
(List<COCTMT960000UV05Device2> device) Set a value to attribute device.void
setEffectiveTime
(IVLTS effectiveTime) Set a value to attribute effectiveTime.void
Set a value to attribute id.void
setMoodCode
(ActMood moodCode) Set a value to attribute moodCode.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
Set a value to attribute typeId.void
Set a value to attribute value.static void
validateByModule
(COCTMT960000UV05Position cOCTMT960000UV05Position, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
text
-
effectiveTime
-
activityTime
-
value
-
device
-
author
-
component1
-
component2
-
classCode
-
moodCode
-
nullFlavor
-
-
Constructor Details
-
COCTMT960000UV05Position
public COCTMT960000UV05Position()
-
-
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. -
getEffectiveTime
Return effectiveTime.- Returns:
- effectiveTime
-
setEffectiveTime
Set a value to attribute effectiveTime. -
getActivityTime
Return activityTime.- Returns:
- activityTime
-
setActivityTime
Set a value to attribute activityTime. -
getValue
Return value.- Returns:
- value
-
setValue
Set a value to attribute value. -
getDevice
Return device.- Returns:
- device
-
setDevice
Set a value to attribute device. -
addDevice
Add a device to the device collection.- Parameters:
device_elt
- Element to add.
-
removeDevice
Remove a device to the device collection.- Parameters:
device_elt
- Element to remove
-
getAuthor
Return author.- Returns:
- author
-
setAuthor
Set a value to attribute author. -
getComponent1
Return component1.- Returns:
- component1
-
setComponent1
Set a value to attribute component1. -
addComponent1
Add a component1 to the component1 collection.- Parameters:
component1_elt
- Element to add.
-
removeComponent1
Remove a component1 to the component1 collection.- Parameters:
component1_elt
- Element to remove
-
getComponent2
Return component2.- Returns:
- component2
-
setComponent2
Set a value to attribute component2. -
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(COCTMT960000UV05Position cOCTMT960000UV05Position, String _location, ConstraintValidatorModule cvm, List<Notification> diagnostic) validate by a module of validation
-