Class COCTMT960000UV05Position
Java class for COCT_MT960000UV05.Position complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT960000UV05.Position">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="id" type="{urn:hl7-org:v3}II" maxOccurs="unbounded" minOccurs="0"/>
<element name="code" type="{urn:hl7-org:v3}CE"/>
<element name="text" type="{urn:hl7-org:v3}ED" minOccurs="0"/>
<element name="effectiveTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="activityTime" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
<element name="value" type="{urn:hl7-org:v3}ST" minOccurs="0"/>
<element name="device" type="{urn:hl7-org:v3}COCT_MT960000UV05.Device2" maxOccurs="unbounded" minOccurs="0"/>
<element name="author" type="{urn:hl7-org:v3}COCT_MT960000UV05.Author" minOccurs="0"/>
<element name="component1" type="{urn:hl7-org:v3}COCT_MT960000UV05.Component1" maxOccurs="unbounded" minOccurs="0"/>
<element name="component2" type="{urn:hl7-org:v3}COCT_MT960000UV05.Component2" minOccurs="0"/>
</sequence>
<attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="classCode" use="required" type="{urn:hl7-org:v3}ActClassPosition" />
<attribute name="moodCode" use="required" type="{urn:hl7-org:v3}ActMood" fixed="EVN" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected IVLTSprotected jakarta.xml.bind.JAXBElement<COCTMT960000UV05Author>protected ActClassPositionprotected CEprotected List<COCTMT960000UV05Component1>protected jakarta.xml.bind.JAXBElement<COCTMT960000UV05Component2>protected List<COCTMT960000UV05Device2>protected IVLTSprotected EDprotected IIprotected ST -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the activityTime property.jakarta.xml.bind.JAXBElement<COCTMT960000UV05Author>Gets the value of the author property.Gets the value of the classCode property.getCode()Gets the value of the code property.Gets the value of the component1 property.jakarta.xml.bind.JAXBElement<COCTMT960000UV05Component2>Gets the value of the component2 property.Gets the value of the device property.Gets the value of the effectiveTime property.getId()Gets the value of the id property.Gets the value of the moodCode property.Gets the value of the nullFlavor property.Gets the value of the realmCode property.Gets the value of the templateId property.getText()Gets the value of the text property.Gets the value of the typeId property.getValue()Gets the value of the value property.inthashCode()voidsetActivityTime(IVLTS value) Sets the value of the activityTime property.voidsetAuthor(jakarta.xml.bind.JAXBElement<COCTMT960000UV05Author> value) Sets the value of the author property.voidsetClassCode(ActClassPosition value) Sets the value of the classCode property.voidSets the value of the code property.voidsetComponent2(jakarta.xml.bind.JAXBElement<COCTMT960000UV05Component2> value) Sets the value of the component2 property.voidsetEffectiveTime(IVLTS value) Sets the value of the effectiveTime property.voidSets the value of the text property.voidSets the value of the typeId property.voidSets the value of the value property.toString()Generates a String representation of the contents of this type.withActivityTime(IVLTS value) withAuthor(jakarta.xml.bind.JAXBElement<COCTMT960000UV05Author> value) withClassCode(ActClassPosition value) withComponent1(COCTMT960000UV05Component1... values) withComponent2(jakarta.xml.bind.JAXBElement<COCTMT960000UV05Component2> value) withDevice(Collection<COCTMT960000UV05Device2> values) withDevice(COCTMT960000UV05Device2... values) withEffectiveTime(IVLTS value) withId(Collection<II> values) withMoodCode(String... values) withMoodCode(Collection<String> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
text
-
effectiveTime
-
activityTime
-
value
-
device
-
author
-
component1
-
component2
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
COCTMT960000UV05Position
public COCTMT960000UV05Position()
-
-
Method Details
-
getRealmCode
Gets the value of the realmCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the realmCode property.For example, to add a new item, do as follows:
getRealmCode().add(newItem);Objects of the following type(s) are allowed in the list
CS -
getTypeId
Gets the value of the typeId property.- Returns:
- possible object is
II
-
setTypeId
Sets the value of the typeId property.- Parameters:
value- allowed object isII
-
getTemplateId
Gets the value of the templateId property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the templateId property.For example, to add a new item, do as follows:
getTemplateId().add(newItem);Objects of the following type(s) are allowed in the list
II -
getId
Gets the value of the id property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the id property.For example, to add a new item, do as follows:
getId().add(newItem);Objects of the following type(s) are allowed in the list
II -
getCode
Gets the value of the code property.- Returns:
- possible object is
CE
-
setCode
Sets the value of the code property.- Parameters:
value- allowed object isCE
-
getText
Gets the value of the text property.- Returns:
- possible object is
ED
-
setText
Sets the value of the text property.- Parameters:
value- allowed object isED
-
getEffectiveTime
Gets the value of the effectiveTime property.- Returns:
- possible object is
IVLTS
-
setEffectiveTime
Sets the value of the effectiveTime property.- Parameters:
value- allowed object isIVLTS
-
getActivityTime
Gets the value of the activityTime property.- Returns:
- possible object is
IVLTS
-
setActivityTime
Sets the value of the activityTime property.- Parameters:
value- allowed object isIVLTS
-
getValue
Gets the value of the value property.- Returns:
- possible object is
ST
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isST
-
getDevice
Gets the value of the device property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the device property.For example, to add a new item, do as follows:
getDevice().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT960000UV05Device2 -
getAuthor
Gets the value of the author property.- Returns:
- possible object is
JAXBElement<COCTMT960000UV05Author>
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isJAXBElement<COCTMT960000UV05Author>
-
getComponent1
Gets the value of the component1 property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the component1 property.For example, to add a new item, do as follows:
getComponent1().add(newItem);Objects of the following type(s) are allowed in the list
COCTMT960000UV05Component1 -
getComponent2
Gets the value of the component2 property.- Returns:
- possible object is
JAXBElement<COCTMT960000UV05Component2>
-
setComponent2
Sets the value of the component2 property.- Parameters:
value- allowed object isJAXBElement<COCTMT960000UV05Component2>
-
getNullFlavor
Gets the value of the nullFlavor property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the nullFlavor property.For example, to add a new item, do as follows:
getNullFlavor().add(newItem);Objects of the following type(s) are allowed in the list
String -
getClassCode
Gets the value of the classCode property.- Returns:
- possible object is
ActClassPosition
-
setClassCode
Sets the value of the classCode property.- Parameters:
value- allowed object isActClassPosition
-
getMoodCode
Gets the value of the moodCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the moodCode property.For example, to add a new item, do as follows:
getMoodCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
withRealmCode
-
withRealmCode
-
withTypeId
-
withTemplateId
-
withTemplateId
-
withId
-
withId
-
withCode
-
withText
-
withEffectiveTime
-
withActivityTime
-
withValue
-
withDevice
-
withDevice
-
withAuthor
public COCTMT960000UV05Position withAuthor(jakarta.xml.bind.JAXBElement<COCTMT960000UV05Author> value) -
withComponent1
-
withComponent1
-
withComponent2
public COCTMT960000UV05Position withComponent2(jakarta.xml.bind.JAXBElement<COCTMT960000UV05Component2> value) -
withNullFlavor
-
withNullFlavor
-
withClassCode
-
withMoodCode
-
withMoodCode
-
equals
-
hashCode
public int hashCode() -
toString
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-