Package org.hl7.v3

Class COCTMT060000UV01Transportation

java.lang.Object
org.hl7.v3.COCTMT060000UV01Transportation

public class COCTMT060000UV01Transportation extends Object

Java class for COCT_MT060000UV01.Transportation complex type.

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

 <complexType name="COCT_MT060000UV01.Transportation">
   <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="statusCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="effectiveTime" type="{urn:hl7-org:v3}SXCM_TS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="priorityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="confidentialityCode" type="{urn:hl7-org:v3}CE" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subject" type="{urn:hl7-org:v3}COCT_MT060000UV01.Subject" maxOccurs="unbounded" minOccurs="0"/>
         <element name="performer" type="{urn:hl7-org:v3}COCT_MT060000UV01.Performer" maxOccurs="unbounded" minOccurs="0"/>
         <element name="escort" type="{urn:hl7-org:v3}COCT_MT060000UV01.Escort" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:hl7-org:v3}COCT_MT060000UV01.Location" maxOccurs="2" 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="TRNS" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}x_ActMoodIntentEvent" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT060000UV01Transportation

      public COCTMT060000UV01Transportation()
  • Method Details

    • getRealmCode

      public List<CS> 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 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 CS

    • getTypeId

      public II getTypeId()
      Gets the value of the typeId property.
      Returns:
      possible object is II
    • setTypeId

      public void setTypeId(II value)
      Sets the value of the typeId property.
      Parameters:
      value - allowed object is II
    • getTemplateId

      public List<II> 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 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 II

    • getId

      public 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 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 II

    • getCode

      public CD getCode()
      Gets the value of the code property.
      Returns:
      possible object is CD
    • setCode

      public void setCode(CD value)
      Sets the value of the code property.
      Parameters:
      value - allowed object is CD
    • getText

      public ED getText()
      Gets the value of the text property.
      Returns:
      possible object is ED
    • setText

      public void setText(ED value)
      Sets the value of the text property.
      Parameters:
      value - allowed object is ED
    • getStatusCode

      public CS getStatusCode()
      Gets the value of the statusCode property.
      Returns:
      possible object is CS
    • setStatusCode

      public void setStatusCode(CS value)
      Sets the value of the statusCode property.
      Parameters:
      value - allowed object is CS
    • getEffectiveTime

      public List<SXCMTS> getEffectiveTime()
      Gets the value of the effectiveTime 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 set method for the effectiveTime property.

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

          getEffectiveTime().add(newItem);
       

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

    • getPriorityCode

      public List<CE> getPriorityCode()
      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 Jakarta XML Binding 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 CE

    • getConfidentialityCode

      public List<CE> getConfidentialityCode()
      Gets the value of the confidentialityCode 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 set method for the confidentialityCode property.

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

          getConfidentialityCode().add(newItem);
       

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

    • getSubject

      public List<COCTMT060000UV01Subject> getSubject()
      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 Jakarta XML Binding 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 COCTMT060000UV01Subject

    • getPerformer

      public List<COCTMT060000UV01Performer> getPerformer()
      Gets the value of the performer 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 set method for the performer property.

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

          getPerformer().add(newItem);
       

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

    • getEscort

      public List<COCTMT060000UV01Escort> getEscort()
      Gets the value of the escort 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 set method for the escort property.

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

          getEscort().add(newItem);
       

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

    • getLocation

      public List<COCTMT060000UV01Location> getLocation()
      Gets the value of the location 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 set method for the location property.

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

          getLocation().add(newItem);
       

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

    • getNullFlavor

      public List<String> 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 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 String

    • getClassCode

      public 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 set method 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

      public XActMoodIntentEvent getMoodCode()
      Gets the value of the moodCode property.
      Returns:
      possible object is XActMoodIntentEvent
    • setMoodCode

      public void setMoodCode(XActMoodIntentEvent value)
      Sets the value of the moodCode property.
      Parameters:
      value - allowed object is XActMoodIntentEvent
    • withRealmCode

      public COCTMT060000UV01Transportation withRealmCode(CS... values)
    • withRealmCode

      public COCTMT060000UV01Transportation withRealmCode(Collection<CS> values)
    • withTypeId

      public COCTMT060000UV01Transportation withTypeId(II value)
    • withTemplateId

      public COCTMT060000UV01Transportation withTemplateId(II... values)
    • withTemplateId

      public COCTMT060000UV01Transportation withTemplateId(Collection<II> values)
    • withId

      public COCTMT060000UV01Transportation withId(II... values)
    • withId

      public COCTMT060000UV01Transportation withId(Collection<II> values)
    • withCode

      public COCTMT060000UV01Transportation withCode(CD value)
    • withText

      public COCTMT060000UV01Transportation withText(ED value)
    • withStatusCode

      public COCTMT060000UV01Transportation withStatusCode(CS value)
    • withEffectiveTime

      public COCTMT060000UV01Transportation withEffectiveTime(SXCMTS... values)
    • withEffectiveTime

      public COCTMT060000UV01Transportation withEffectiveTime(Collection<SXCMTS> values)
    • withPriorityCode

      public COCTMT060000UV01Transportation withPriorityCode(CE... values)
    • withPriorityCode

      public COCTMT060000UV01Transportation withPriorityCode(Collection<CE> values)
    • withConfidentialityCode

      public COCTMT060000UV01Transportation withConfidentialityCode(CE... values)
    • withConfidentialityCode

      public COCTMT060000UV01Transportation withConfidentialityCode(Collection<CE> values)
    • withSubject

    • withSubject

    • withPerformer

    • withPerformer

    • withEscort

    • withEscort

    • withLocation

    • withLocation

    • withNullFlavor

      public COCTMT060000UV01Transportation withNullFlavor(String... values)
    • withNullFlavor

      public COCTMT060000UV01Transportation withNullFlavor(Collection<String> values)
    • withClassCode

      public COCTMT060000UV01Transportation withClassCode(String... values)
    • withClassCode

      public COCTMT060000UV01Transportation withClassCode(Collection<String> values)
    • withMoodCode

    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
      Overrides:
      toString in class Object