
org.hl7.v3.PRPAIN201306UV02MFMIMT700711UV01ControlActProcess Maven / Gradle / Ivy
Show all versions of ihe-iti Show documentation
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2013.03.15 at 09:03:15 AM PDT
//
package org.hl7.v3;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import javax.xml.bind.JAXBElement;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
/**
* Java class for PRPA_IN201306UV02.MFMI_MT700711UV01.ControlActProcess complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="PRPA_IN201306UV02.MFMI_MT700711UV01.ControlActProcess">
* <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}CD" minOccurs="0"/>
* <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="priorityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
* <element name="reasonCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
* <element name="languageCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
* <element name="overseer" type="{urn:hl7-org:v3}MFMI_MT700711UV01.Overseer" maxOccurs="unbounded" minOccurs="0"/>
* <element name="authorOrPerformer" type="{urn:hl7-org:v3}MFMI_MT700711UV01.AuthorOrPerformer" maxOccurs="unbounded" minOccurs="0"/>
* <element name="dataEnterer" type="{urn:hl7-org:v3}MFMI_MT700711UV01.DataEnterer" maxOccurs="unbounded" minOccurs="0"/>
* <element name="informationRecipient" type="{urn:hl7-org:v3}MFMI_MT700711UV01.InformationRecipient" maxOccurs="unbounded" minOccurs="0"/>
* <element name="subject" type="{urn:hl7-org:v3}PRPA_IN201306UV02.MFMI_MT700711UV01.Subject1" maxOccurs="unbounded" minOccurs="0"/>
* <element name="reasonOf" type="{urn:hl7-org:v3}MFMI_MT700711UV01.Reason" maxOccurs="unbounded" minOccurs="0"/>
* <element name="queryAck" type="{urn:hl7-org:v3}MFMI_MT700711UV01.QueryAck"/>
* <element name="queryByParameter" type="{urn:hl7-org:v3}PRPA_MT201306UV02.QueryByParameter" 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}ActClassControlAct" />
* <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodIntentEvent" />
* </restriction>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PRPA_IN201306UV02.MFMI_MT700711UV01.ControlActProcess", propOrder = {
"realmCode",
"typeId",
"templateId",
"id",
"code",
"text",
"effectiveTime",
"priorityCode",
"reasonCode",
"languageCode",
"overseer",
"authorOrPerformer",
"dataEnterer",
"informationRecipient",
"subject",
"reasonOf",
"queryAck",
"queryByParameter"
})
public class PRPAIN201306UV02MFMIMT700711UV01ControlActProcess {
protected List realmCode;
protected II typeId;
protected List templateId;
protected List id;
protected CD code;
protected ED text;
protected IVLTS effectiveTime;
protected List priorityCode;
protected List reasonCode;
protected CE languageCode;
@XmlElement(nillable = true)
protected List overseer;
@XmlElement(nillable = true)
protected List authorOrPerformer;
@XmlElement(nillable = true)
protected List dataEnterer;
@XmlElement(nillable = true)
protected List informationRecipient;
@XmlElement(nillable = true)
protected List subject;
@XmlElement(nillable = true)
protected List reasonOf;
@XmlElement(required = true)
protected MFMIMT700711UV01QueryAck queryAck;
@XmlElementRef(name = "queryByParameter", namespace = "urn:hl7-org:v3", type = JAXBElement.class, required = false)
protected JAXBElement queryByParameter;
@XmlAttribute(name = "nullFlavor")
protected List nullFlavor;
@XmlAttribute(name = "classCode", required = true)
protected ActClassControlAct classCode;
@XmlAttribute(name = "moodCode", required = true)
protected XActMoodIntentEvent moodCode;
/**
* 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 JAXB object.
* This is why there is not a set
method 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
* {@link CS }
*
*
*/
public List getRealmCode() {
if (realmCode == null) {
realmCode = new ArrayList();
}
return this.realmCode;
}
/**
* Gets the value of the typeId property.
*
* @return
* possible object is
* {@link II }
*
*/
public II getTypeId() {
return typeId;
}
/**
* Sets the value of the typeId property.
*
* @param value
* allowed object is
* {@link II }
*
*/
public void setTypeId(II value) {
this.typeId = value;
}
/**
* 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 JAXB object.
* This is why there is not a set
method 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
* {@link II }
*
*
*/
public List getTemplateId() {
if (templateId == null) {
templateId = new ArrayList();
}
return this.templateId;
}
/**
* 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 JAXB object.
* This is why there is not a set
method 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
* {@link II }
*
*
*/
public List getId() {
if (id == null) {
id = new ArrayList();
}
return this.id;
}
/**
* Gets the value of the code property.
*
* @return
* possible object is
* {@link CD }
*
*/
public CD getCode() {
return code;
}
/**
* Sets the value of the code property.
*
* @param value
* allowed object is
* {@link CD }
*
*/
public void setCode(CD value) {
this.code = value;
}
/**
* Gets the value of the text property.
*
* @return
* possible object is
* {@link ED }
*
*/
public ED getText() {
return text;
}
/**
* Sets the value of the text property.
*
* @param value
* allowed object is
* {@link ED }
*
*/
public void setText(ED value) {
this.text = value;
}
/**
* Gets the value of the effectiveTime property.
*
* @return
* possible object is
* {@link IVLTS }
*
*/
public IVLTS getEffectiveTime() {
return effectiveTime;
}
/**
* Sets the value of the effectiveTime property.
*
* @param value
* allowed object is
* {@link IVLTS }
*
*/
public void setEffectiveTime(IVLTS value) {
this.effectiveTime = value;
}
/**
* Gets the value of the priorityCode 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 JAXB object.
* This is why there is not a set
method for the priorityCode property.
*
*
* For example, to add a new item, do as follows:
*
* getPriorityCode().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CE }
*
*
*/
public List getPriorityCode() {
if (priorityCode == null) {
priorityCode = new ArrayList();
}
return this.priorityCode;
}
/**
* Gets the value of the reasonCode 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 JAXB object.
* This is why there is not a set
method for the reasonCode property.
*
*
* For example, to add a new item, do as follows:
*
* getReasonCode().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link CE }
*
*
*/
public List getReasonCode() {
if (reasonCode == null) {
reasonCode = new ArrayList();
}
return this.reasonCode;
}
/**
* Gets the value of the languageCode property.
*
* @return
* possible object is
* {@link CE }
*
*/
public CE getLanguageCode() {
return languageCode;
}
/**
* Sets the value of the languageCode property.
*
* @param value
* allowed object is
* {@link CE }
*
*/
public void setLanguageCode(CE value) {
this.languageCode = value;
}
/**
* Gets the value of the overseer 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 JAXB object.
* This is why there is not a set
method for the overseer property.
*
*
* For example, to add a new item, do as follows:
*
* getOverseer().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link MFMIMT700711UV01Overseer }
*
*
*/
public List getOverseer() {
if (overseer == null) {
overseer = new ArrayList();
}
return this.overseer;
}
/**
* Gets the value of the authorOrPerformer 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 JAXB object.
* This is why there is not a set
method for the authorOrPerformer property.
*
*
* For example, to add a new item, do as follows:
*
* getAuthorOrPerformer().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link MFMIMT700711UV01AuthorOrPerformer }
*
*
*/
public List getAuthorOrPerformer() {
if (authorOrPerformer == null) {
authorOrPerformer = new ArrayList();
}
return this.authorOrPerformer;
}
/**
* Gets the value of the dataEnterer 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 JAXB object.
* This is why there is not a set
method for the dataEnterer property.
*
*
* For example, to add a new item, do as follows:
*
* getDataEnterer().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link MFMIMT700711UV01DataEnterer }
*
*
*/
public List getDataEnterer() {
if (dataEnterer == null) {
dataEnterer = new ArrayList();
}
return this.dataEnterer;
}
/**
* Gets the value of the informationRecipient 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 JAXB object.
* This is why there is not a set
method for the informationRecipient property.
*
*
* For example, to add a new item, do as follows:
*
* getInformationRecipient().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link MFMIMT700711UV01InformationRecipient }
*
*
*/
public List getInformationRecipient() {
if (informationRecipient == null) {
informationRecipient = new ArrayList();
}
return this.informationRecipient;
}
/**
* Gets the value of the subject 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 JAXB object.
* This is why there is not a set
method for the subject property.
*
*
* For example, to add a new item, do as follows:
*
* getSubject().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PRPAIN201306UV02MFMIMT700711UV01Subject1 }
*
*
*/
public List getSubject() {
if (subject == null) {
subject = new ArrayList();
}
return this.subject;
}
/**
* Gets the value of the reasonOf 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 JAXB object.
* This is why there is not a set
method for the reasonOf property.
*
*
* For example, to add a new item, do as follows:
*
* getReasonOf().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link MFMIMT700711UV01Reason }
*
*
*/
public List getReasonOf() {
if (reasonOf == null) {
reasonOf = new ArrayList();
}
return this.reasonOf;
}
/**
* Gets the value of the queryAck property.
*
* @return
* possible object is
* {@link MFMIMT700711UV01QueryAck }
*
*/
public MFMIMT700711UV01QueryAck getQueryAck() {
return queryAck;
}
/**
* Sets the value of the queryAck property.
*
* @param value
* allowed object is
* {@link MFMIMT700711UV01QueryAck }
*
*/
public void setQueryAck(MFMIMT700711UV01QueryAck value) {
this.queryAck = value;
}
/**
* Gets the value of the queryByParameter property.
*
* @return
* possible object is
* {@link JAXBElement }{@code <}{@link PRPAMT201306UV02QueryByParameter }{@code >}
*
*/
public JAXBElement getQueryByParameter() {
return queryByParameter;
}
/**
* Sets the value of the queryByParameter property.
*
* @param value
* allowed object is
* {@link JAXBElement }{@code <}{@link PRPAMT201306UV02QueryByParameter }{@code >}
*
*/
public void setQueryByParameter(JAXBElement value) {
this.queryByParameter = value;
}
/**
* 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 JAXB object.
* This is why there is not a set
method 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
* {@link String }
*
*
*/
public List getNullFlavor() {
if (nullFlavor == null) {
nullFlavor = new ArrayList();
}
return this.nullFlavor;
}
/**
* Gets the value of the classCode property.
*
* @return
* possible object is
* {@link ActClassControlAct }
*
*/
public ActClassControlAct getClassCode() {
return classCode;
}
/**
* Sets the value of the classCode property.
*
* @param value
* allowed object is
* {@link ActClassControlAct }
*
*/
public void setClassCode(ActClassControlAct value) {
this.classCode = value;
}
/**
* Gets the value of the moodCode property.
*
* @return
* possible object is
* {@link XActMoodIntentEvent }
*
*/
public XActMoodIntentEvent getMoodCode() {
return moodCode;
}
/**
* Sets the value of the moodCode property.
*
* @param value
* allowed object is
* {@link XActMoodIntentEvent }
*
*/
public void setMoodCode(XActMoodIntentEvent value) {
this.moodCode = value;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withRealmCode(CS... values) {
if (values!= null) {
for (CS value: values) {
getRealmCode().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withRealmCode(Collection values) {
if (values!= null) {
getRealmCode().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withTypeId(II value) {
setTypeId(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withTemplateId(II... values) {
if (values!= null) {
for (II value: values) {
getTemplateId().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withTemplateId(Collection values) {
if (values!= null) {
getTemplateId().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withId(II... values) {
if (values!= null) {
for (II value: values) {
getId().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withId(Collection values) {
if (values!= null) {
getId().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withCode(CD value) {
setCode(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withText(ED value) {
setText(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withEffectiveTime(IVLTS value) {
setEffectiveTime(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withPriorityCode(CE... values) {
if (values!= null) {
for (CE value: values) {
getPriorityCode().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withPriorityCode(Collection values) {
if (values!= null) {
getPriorityCode().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withReasonCode(CE... values) {
if (values!= null) {
for (CE value: values) {
getReasonCode().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withReasonCode(Collection values) {
if (values!= null) {
getReasonCode().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withLanguageCode(CE value) {
setLanguageCode(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withOverseer(MFMIMT700711UV01Overseer... values) {
if (values!= null) {
for (MFMIMT700711UV01Overseer value: values) {
getOverseer().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withOverseer(Collection values) {
if (values!= null) {
getOverseer().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withAuthorOrPerformer(MFMIMT700711UV01AuthorOrPerformer... values) {
if (values!= null) {
for (MFMIMT700711UV01AuthorOrPerformer value: values) {
getAuthorOrPerformer().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withAuthorOrPerformer(Collection values) {
if (values!= null) {
getAuthorOrPerformer().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withDataEnterer(MFMIMT700711UV01DataEnterer... values) {
if (values!= null) {
for (MFMIMT700711UV01DataEnterer value: values) {
getDataEnterer().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withDataEnterer(Collection values) {
if (values!= null) {
getDataEnterer().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withInformationRecipient(MFMIMT700711UV01InformationRecipient... values) {
if (values!= null) {
for (MFMIMT700711UV01InformationRecipient value: values) {
getInformationRecipient().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withInformationRecipient(Collection values) {
if (values!= null) {
getInformationRecipient().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withSubject(PRPAIN201306UV02MFMIMT700711UV01Subject1 ... values) {
if (values!= null) {
for (PRPAIN201306UV02MFMIMT700711UV01Subject1 value: values) {
getSubject().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withSubject(Collection values) {
if (values!= null) {
getSubject().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withReasonOf(MFMIMT700711UV01Reason... values) {
if (values!= null) {
for (MFMIMT700711UV01Reason value: values) {
getReasonOf().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withReasonOf(Collection values) {
if (values!= null) {
getReasonOf().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withQueryAck(MFMIMT700711UV01QueryAck value) {
setQueryAck(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withQueryByParameter(JAXBElement value) {
setQueryByParameter(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withNullFlavor(String... values) {
if (values!= null) {
for (String value: values) {
getNullFlavor().add(value);
}
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withNullFlavor(Collection values) {
if (values!= null) {
getNullFlavor().addAll(values);
}
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withClassCode(ActClassControlAct value) {
setClassCode(value);
return this;
}
public PRPAIN201306UV02MFMIMT700711UV01ControlActProcess withMoodCode(XActMoodIntentEvent value) {
setMoodCode(value);
return this;
}
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.MULTI_LINE_STYLE);
}
@Override
public boolean equals(Object that) {
return EqualsBuilder.reflectionEquals(this, that);
}
@Override
public int hashCode() {
return HashCodeBuilder.reflectionHashCode(this);
}
}