Class COCTMT300000UV04SubstanceAdministrationOrder
Java class for COCT_MT300000UV04.SubstanceAdministrationOrder complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="COCT_MT300000UV04.SubstanceAdministrationOrder">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
<element name="author" type="{urn:hl7-org:v3}COCT_MT300000UV04.Author"/>
<element name="reason" type="{urn:hl7-org:v3}COCT_MT300000UV04.Reason" minOccurs="0"/>
<element name="pertinentInformation" type="{urn:hl7-org:v3}COCT_MT300000UV04.PertinentInformation" 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}ActClass" fixed="SBADM" />
<attribute name="moodCode" use="required" type="{urn:hl7-org:v3}ActMood" fixed="RQO" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected COCTMT300000UV04Authorprotected jakarta.xml.bind.JAXBElement<COCTMT300000UV04PertinentInformation>protected jakarta.xml.bind.JAXBElement<COCTMT300000UV04Reason>protected II -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of the author property.Gets the value of the classCode property.Gets the value of the moodCode property.Gets the value of the nullFlavor property.jakarta.xml.bind.JAXBElement<COCTMT300000UV04PertinentInformation>Gets the value of the pertinentInformation property.Gets the value of the realmCode property.jakarta.xml.bind.JAXBElement<COCTMT300000UV04Reason>Gets the value of the reason property.Gets the value of the templateId property.Gets the value of the typeId property.inthashCode()voidsetAuthor(COCTMT300000UV04Author value) Sets the value of the author property.voidsetPertinentInformation(jakarta.xml.bind.JAXBElement<COCTMT300000UV04PertinentInformation> value) Sets the value of the pertinentInformation property.voidsetReason(jakarta.xml.bind.JAXBElement<COCTMT300000UV04Reason> value) Sets the value of the reason property.voidSets the value of the typeId property.toString()Generates a String representation of the contents of this type.withAuthor(COCTMT300000UV04Author value) withClassCode(String... values) withClassCode(Collection<String> values) withMoodCode(String... values) withMoodCode(Collection<String> values) withNullFlavor(String... values) withNullFlavor(Collection<String> values) withPertinentInformation(jakarta.xml.bind.JAXBElement<COCTMT300000UV04PertinentInformation> value) withRealmCode(Collection<CS> values) withRealmCode(CS... values) withReason(jakarta.xml.bind.JAXBElement<COCTMT300000UV04Reason> value) withTemplateId(Collection<II> values) withTemplateId(II... values) withTypeId(II value)
-
Field Details
-
realmCode
-
typeId
-
templateId
-
author
-
reason
-
pertinentInformation
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
COCTMT300000UV04SubstanceAdministrationOrder
public COCTMT300000UV04SubstanceAdministrationOrder()
-
-
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 -
getAuthor
Gets the value of the author property.- Returns:
- possible object is
COCTMT300000UV04Author
-
setAuthor
Sets the value of the author property.- Parameters:
value- allowed object isCOCTMT300000UV04Author
-
getReason
Gets the value of the reason property.- Returns:
- possible object is
JAXBElement<COCTMT300000UV04Reason>
-
setReason
Sets the value of the reason property.- Parameters:
value- allowed object isJAXBElement<COCTMT300000UV04Reason>
-
getPertinentInformation
Gets the value of the pertinentInformation property.- Returns:
- possible object is
JAXBElement<COCTMT300000UV04PertinentInformation>
-
setPertinentInformation
public void setPertinentInformation(jakarta.xml.bind.JAXBElement<COCTMT300000UV04PertinentInformation> value) Sets the value of the pertinentInformation property.- Parameters:
value- allowed object isJAXBElement<COCTMT300000UV04PertinentInformation>
-
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.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 classCode property.For example, to add a new item, do as follows:
getClassCode().add(newItem);Objects of the following type(s) are allowed in the list
String -
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
-
withAuthor
-
withReason
public COCTMT300000UV04SubstanceAdministrationOrder withReason(jakarta.xml.bind.JAXBElement<COCTMT300000UV04Reason> value) -
withPertinentInformation
public COCTMT300000UV04SubstanceAdministrationOrder withPertinentInformation(jakarta.xml.bind.JAXBElement<COCTMT300000UV04PertinentInformation> value) -
withNullFlavor
-
withNullFlavor
-
withClassCode
-
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
-