Package org.hl7.fhir

Class Task

  • All Implemented Interfaces:
    org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2

    public class Task
    extends DomainResource
    implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
    If the element is present, it must have either a @value, an @id, or extensions

    Java class for Task complex type.

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

     <complexType name="Task">
       <complexContent>
         <extension base="{http://hl7.org/fhir}DomainResource">
           <sequence>
             <element name="identifier" type="{http://hl7.org/fhir}Identifier" minOccurs="0"/>
             <element name="type" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="description" type="{http://hl7.org/fhir}string" minOccurs="0"/>
             <element name="performerType" type="{http://hl7.org/fhir}Coding" maxOccurs="unbounded" minOccurs="0"/>
             <element name="priority" type="{http://hl7.org/fhir}TaskPriority" minOccurs="0"/>
             <element name="status" type="{http://hl7.org/fhir}TaskStatus"/>
             <element name="failureReason" type="{http://hl7.org/fhir}CodeableConcept" minOccurs="0"/>
             <element name="subject" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="for" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="definition" type="{http://hl7.org/fhir}uri" minOccurs="0"/>
             <element name="created" type="{http://hl7.org/fhir}dateTime"/>
             <element name="lastModified" type="{http://hl7.org/fhir}dateTime"/>
             <element name="creator" type="{http://hl7.org/fhir}Reference"/>
             <element name="owner" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="parent" type="{http://hl7.org/fhir}Reference" minOccurs="0"/>
             <element name="input" type="{http://hl7.org/fhir}Task.Input" maxOccurs="unbounded" minOccurs="0"/>
             <element name="output" type="{http://hl7.org/fhir}Task.Output" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • Task

        public Task()
    • Method Detail

      • getIdentifier

        public Identifier getIdentifier()
        Gets the value of the identifier property.
        Returns:
        possible object is Identifier
      • setIdentifier

        public void setIdentifier​(Identifier value)
        Sets the value of the identifier property.
        Parameters:
        value - allowed object is Identifier
      • getDescription

        public String getDescription()
        Gets the value of the description property.
        Returns:
        possible object is String
      • setDescription

        public void setDescription​(String value)
        Sets the value of the description property.
        Parameters:
        value - allowed object is String
      • getPerformerType

        public java.util.List<Coding> getPerformerType()
        Gets the value of the performerType 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 performerType property.

        For example, to add a new item, do as follows:

            getPerformerType().add(newItem);
         

        Objects of the following type(s) are allowed in the list Coding

      • getPriority

        public TaskPriority getPriority()
        Gets the value of the priority property.
        Returns:
        possible object is TaskPriority
      • setPriority

        public void setPriority​(TaskPriority value)
        Sets the value of the priority property.
        Parameters:
        value - allowed object is TaskPriority
      • getStatus

        public TaskStatus getStatus()
        Gets the value of the status property.
        Returns:
        possible object is TaskStatus
      • setStatus

        public void setStatus​(TaskStatus value)
        Sets the value of the status property.
        Parameters:
        value - allowed object is TaskStatus
      • getFailureReason

        public CodeableConcept getFailureReason()
        Gets the value of the failureReason property.
        Returns:
        possible object is CodeableConcept
      • setFailureReason

        public void setFailureReason​(CodeableConcept value)
        Sets the value of the failureReason property.
        Parameters:
        value - allowed object is CodeableConcept
      • getSubject

        public Reference getSubject()
        Gets the value of the subject property.
        Returns:
        possible object is Reference
      • setSubject

        public void setSubject​(Reference value)
        Sets the value of the subject property.
        Parameters:
        value - allowed object is Reference
      • getFor

        public Reference getFor()
        Gets the value of the for property.
        Returns:
        possible object is Reference
      • setFor

        public void setFor​(Reference value)
        Sets the value of the for property.
        Parameters:
        value - allowed object is Reference
      • getDefinition

        public Uri getDefinition()
        Gets the value of the definition property.
        Returns:
        possible object is Uri
      • setDefinition

        public void setDefinition​(Uri value)
        Sets the value of the definition property.
        Parameters:
        value - allowed object is Uri
      • getCreated

        public DateTime getCreated()
        Gets the value of the created property.
        Returns:
        possible object is DateTime
      • setCreated

        public void setCreated​(DateTime value)
        Sets the value of the created property.
        Parameters:
        value - allowed object is DateTime
      • getLastModified

        public DateTime getLastModified()
        Gets the value of the lastModified property.
        Returns:
        possible object is DateTime
      • setLastModified

        public void setLastModified​(DateTime value)
        Sets the value of the lastModified property.
        Parameters:
        value - allowed object is DateTime
      • getCreator

        public Reference getCreator()
        Gets the value of the creator property.
        Returns:
        possible object is Reference
      • setCreator

        public void setCreator​(Reference value)
        Sets the value of the creator property.
        Parameters:
        value - allowed object is Reference
      • getOwner

        public Reference getOwner()
        Gets the value of the owner property.
        Returns:
        possible object is Reference
      • setOwner

        public void setOwner​(Reference value)
        Sets the value of the owner property.
        Parameters:
        value - allowed object is Reference
      • getParent

        public Reference getParent()
        Gets the value of the parent property.
        Returns:
        possible object is Reference
      • setParent

        public void setParent​(Reference value)
        Sets the value of the parent property.
        Parameters:
        value - allowed object is Reference
      • getInput

        public java.util.List<TaskInput> getInput()
        Gets the value of the input 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 input property.

        For example, to add a new item, do as follows:

            getInput().add(newItem);
         

        Objects of the following type(s) are allowed in the list TaskInput

      • getOutput

        public java.util.List<TaskOutput> getOutput()
        Gets the value of the output 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 output property.

        For example, to add a new item, do as follows:

            getOutput().add(newItem);
         

        Objects of the following type(s) are allowed in the list TaskOutput

      • withDescription

        public Task withDescription​(String value)
      • withPerformerType

        public Task withPerformerType​(Coding... values)
      • withPerformerType

        public Task withPerformerType​(java.util.Collection<Coding> values)
      • withDefinition

        public Task withDefinition​(Uri value)
      • withLastModified

        public Task withLastModified​(DateTime value)
      • withInput

        public Task withInput​(java.util.Collection<TaskInput> values)
      • withOutput

        public Task withOutput​(java.util.Collection<TaskOutput> values)
      • equals

        public boolean equals​(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                              org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                              java.lang.Object object,
                              org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)
        Specified by:
        equals in interface org.jvnet.jaxb2_commons.lang.Equals2
        Overrides:
        equals in class DomainResource
      • equals

        public boolean equals​(java.lang.Object object)
        Overrides:
        equals in class DomainResource
      • hashCode

        public int hashCode​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)
        Specified by:
        hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode2
        Overrides:
        hashCode in class DomainResource
      • append

        public java.lang.StringBuilder append​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                              java.lang.StringBuilder buffer,
                                              org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        append in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        append in class DomainResource
      • appendFields

        public java.lang.StringBuilder appendFields​(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                                    java.lang.StringBuilder buffer,
                                                    org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
        Specified by:
        appendFields in interface org.jvnet.jaxb2_commons.lang.ToString2
        Overrides:
        appendFields in class DomainResource