All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hl7.v3.PRPAIN201302UV02MFMIMT700701UV01ControlActProcess Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2015.06.09 at 07:53:44 PM PDT 
//


package org.hl7.v3;

import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
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.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_IN201302UV02.MFMI_MT700701UV01.ControlActProcess complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="PRPA_IN201302UV02.MFMI_MT700701UV01.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_MT700701UV01.Overseer" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="authorOrPerformer" type="{urn:hl7-org:v3}MFMI_MT700701UV01.AuthorOrPerformer" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="dataEnterer" type="{urn:hl7-org:v3}MFMI_MT700701UV01.DataEnterer" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="informationRecipient" type="{urn:hl7-org:v3}MFMI_MT700701UV01.InformationRecipient" maxOccurs="unbounded" minOccurs="0"/>
 *         <element name="subject" type="{urn:hl7-org:v3}PRPA_IN201302UV02.MFMI_MT700701UV01.Subject1" maxOccurs="unbounded"/>
 *         <element name="reasonOf" type="{urn:hl7-org:v3}MFMI_MT700701UV01.Reason" maxOccurs="unbounded" 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_IN201302UV02.MFMI_MT700701UV01.ControlActProcess", namespace = "urn:hl7-org:v3", propOrder = { "realmCode", "typeId", "templateId", "id", "code", "text", "effectiveTime", "priorityCode", "reasonCode", "languageCode", "overseer", "authorOrPerformer", "dataEnterer", "informationRecipient", "subject", "reasonOf" }) public class PRPAIN201302UV02MFMIMT700701UV01ControlActProcess { @XmlElement(namespace = "urn:hl7-org:v3") protected List realmCode; @XmlElement(namespace = "urn:hl7-org:v3") protected II typeId; @XmlElement(namespace = "urn:hl7-org:v3") protected List templateId; @XmlElement(namespace = "urn:hl7-org:v3") protected List id; @XmlElement(namespace = "urn:hl7-org:v3") protected CD code; @XmlElement(namespace = "urn:hl7-org:v3") protected ED text; @XmlElement(namespace = "urn:hl7-org:v3") protected IVLTS effectiveTime; @XmlElement(namespace = "urn:hl7-org:v3") protected List priorityCode; @XmlElement(namespace = "urn:hl7-org:v3") protected List reasonCode; @XmlElement(namespace = "urn:hl7-org:v3") protected CE languageCode; @XmlElement(namespace = "urn:hl7-org:v3", nillable = true) protected List overseer; @XmlElement(namespace = "urn:hl7-org:v3", nillable = true) protected List authorOrPerformer; @XmlElement(namespace = "urn:hl7-org:v3", nillable = true) protected List dataEnterer; @XmlElement(namespace = "urn:hl7-org:v3", nillable = true) protected List informationRecipient; @XmlElement(namespace = "urn:hl7-org:v3", required = true, nillable = true) protected List subject; @XmlElement(namespace = "urn:hl7-org:v3", nillable = true) protected List reasonOf; @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 MFMIMT700701UV01Overseer } * * */ 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 MFMIMT700701UV01AuthorOrPerformer } * * */ 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 MFMIMT700701UV01DataEnterer } * * */ 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 MFMIMT700701UV01InformationRecipient } * * */ 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 PRPAIN201302UV02MFMIMT700701UV01Subject1 } * * */ 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 MFMIMT700701UV01Reason } * * */ public List getReasonOf() { if (reasonOf == null) { reasonOf = new ArrayList(); } return this.reasonOf; } /** * 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 PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withRealmCode(CS... values) { if (values!= null) { for (CS value: values) { getRealmCode().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withRealmCode(Collection values) { if (values!= null) { getRealmCode().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withTypeId(II value) { setTypeId(value); return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withTemplateId(II... values) { if (values!= null) { for (II value: values) { getTemplateId().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withTemplateId(Collection values) { if (values!= null) { getTemplateId().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withId(II... values) { if (values!= null) { for (II value: values) { getId().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withId(Collection values) { if (values!= null) { getId().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withCode(CD value) { setCode(value); return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withText(ED value) { setText(value); return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withEffectiveTime(IVLTS value) { setEffectiveTime(value); return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withPriorityCode(CE... values) { if (values!= null) { for (CE value: values) { getPriorityCode().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withPriorityCode(Collection values) { if (values!= null) { getPriorityCode().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withReasonCode(CE... values) { if (values!= null) { for (CE value: values) { getReasonCode().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withReasonCode(Collection values) { if (values!= null) { getReasonCode().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withLanguageCode(CE value) { setLanguageCode(value); return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withOverseer(MFMIMT700701UV01Overseer... values) { if (values!= null) { for (MFMIMT700701UV01Overseer value: values) { getOverseer().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withOverseer(Collection values) { if (values!= null) { getOverseer().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withAuthorOrPerformer(MFMIMT700701UV01AuthorOrPerformer... values) { if (values!= null) { for (MFMIMT700701UV01AuthorOrPerformer value: values) { getAuthorOrPerformer().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withAuthorOrPerformer(Collection values) { if (values!= null) { getAuthorOrPerformer().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withDataEnterer(MFMIMT700701UV01DataEnterer... values) { if (values!= null) { for (MFMIMT700701UV01DataEnterer value: values) { getDataEnterer().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withDataEnterer(Collection values) { if (values!= null) { getDataEnterer().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withInformationRecipient(MFMIMT700701UV01InformationRecipient... values) { if (values!= null) { for (MFMIMT700701UV01InformationRecipient value: values) { getInformationRecipient().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withInformationRecipient(Collection values) { if (values!= null) { getInformationRecipient().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withSubject(PRPAIN201302UV02MFMIMT700701UV01Subject1 ... values) { if (values!= null) { for (PRPAIN201302UV02MFMIMT700701UV01Subject1 value: values) { getSubject().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withSubject(Collection values) { if (values!= null) { getSubject().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withReasonOf(MFMIMT700701UV01Reason... values) { if (values!= null) { for (MFMIMT700701UV01Reason value: values) { getReasonOf().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withReasonOf(Collection values) { if (values!= null) { getReasonOf().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withNullFlavor(String... values) { if (values!= null) { for (String value: values) { getNullFlavor().add(value); } } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withNullFlavor(Collection values) { if (values!= null) { getNullFlavor().addAll(values); } return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess withClassCode(ActClassControlAct value) { setClassCode(value); return this; } public PRPAIN201302UV02MFMIMT700701UV01ControlActProcess 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); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy