Package org.hl7.v3

Class COCTMT530000UVOrganizer

java.lang.Object
org.hl7.v3.COCTMT530000UVOrganizer

public class COCTMT530000UVOrganizer extends Object

Java class for COCT_MT530000UV.Organizer complex type.

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

 <complexType name="COCT_MT530000UV.Organizer">
   <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}IVL_TS" minOccurs="0"/>
         <element name="availabilityTime" type="{urn:hl7-org:v3}TS" 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_MT530000UV.Subject2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="recordTarget" type="{urn:hl7-org:v3}COCT_MT530000UV.RecordTarget" minOccurs="0"/>
         <element name="responsibleParty" type="{urn:hl7-org:v3}COCT_MT530000UV.ResponsibleParty2" maxOccurs="unbounded" minOccurs="0"/>
         <element name="performer" type="{urn:hl7-org:v3}COCT_MT530000UV.Performer" maxOccurs="unbounded" minOccurs="0"/>
         <element name="author" type="{urn:hl7-org:v3}COCT_MT530000UV.Author" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dataEnterer" type="{urn:hl7-org:v3}COCT_MT530000UV.DataEnterer" minOccurs="0"/>
         <element name="informant" type="{urn:hl7-org:v3}COCT_MT530000UV.Informant" maxOccurs="unbounded" minOccurs="0"/>
         <element name="verifier" type="{urn:hl7-org:v3}COCT_MT530000UV.Verifier" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:hl7-org:v3}COCT_MT530000UV.Location" maxOccurs="unbounded" minOccurs="0"/>
         <element name="definition" type="{urn:hl7-org:v3}COCT_MT530000UV.Definition" minOccurs="0"/>
         <element name="conditions" type="{urn:hl7-org:v3}COCT_MT530000UV.Conditions" maxOccurs="unbounded" minOccurs="0"/>
         <element name="component" type="{urn:hl7-org:v3}COCT_MT530000UV.Component" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sourceOf1" type="{urn:hl7-org:v3}COCT_MT530000UV.SourceOf1" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sourceOf2" type="{urn:hl7-org:v3}COCT_MT530000UV.SourceOf3" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subjectOf" type="{urn:hl7-org:v3}COCT_MT530000UV.Subject1" minOccurs="0"/>
         <element name="targetOf" type="{urn:hl7-org:v3}COCT_MT530000UV.SourceOf2" 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}ActClassContainer" />
       <attribute name="moodCode" use="required" type="{urn:hl7-org:v3}ActMood" fixed="EVN" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • COCTMT530000UVOrganizer

      public COCTMT530000UVOrganizer()
  • 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 IVLTS getEffectiveTime()
      Gets the value of the effectiveTime property.
      Returns:
      possible object is IVLTS
    • setEffectiveTime

      public void setEffectiveTime(IVLTS value)
      Sets the value of the effectiveTime property.
      Parameters:
      value - allowed object is IVLTS
    • getAvailabilityTime

      public TS getAvailabilityTime()
      Gets the value of the availabilityTime property.
      Returns:
      possible object is TS
    • setAvailabilityTime

      public void setAvailabilityTime(TS value)
      Sets the value of the availabilityTime property.
      Parameters:
      value - allowed object is TS
    • 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<COCTMT530000UVSubject2> 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 COCTMT530000UVSubject2

    • getRecordTarget

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVRecordTarget> getRecordTarget()
      Gets the value of the recordTarget property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVRecordTarget>
    • setRecordTarget

      public void setRecordTarget(jakarta.xml.bind.JAXBElement<COCTMT530000UVRecordTarget> value)
      Sets the value of the recordTarget property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVRecordTarget>
    • getResponsibleParty

      public List<COCTMT530000UVResponsibleParty2> getResponsibleParty()
      Gets the value of the responsibleParty 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 responsibleParty property.

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

          getResponsibleParty().add(newItem);
       

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

    • getPerformer

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

    • getAuthor

      public List<COCTMT530000UVAuthor> getAuthor()
      Gets the value of the author 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 author property.

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

          getAuthor().add(newItem);
       

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

    • getDataEnterer

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVDataEnterer> getDataEnterer()
      Gets the value of the dataEnterer property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVDataEnterer>
    • setDataEnterer

      public void setDataEnterer(jakarta.xml.bind.JAXBElement<COCTMT530000UVDataEnterer> value)
      Sets the value of the dataEnterer property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVDataEnterer>
    • getInformant

      public List<COCTMT530000UVInformant> getInformant()
      Gets the value of the informant 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 informant property.

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

          getInformant().add(newItem);
       

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

    • getVerifier

      public List<COCTMT530000UVVerifier> getVerifier()
      Gets the value of the verifier 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 verifier property.

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

          getVerifier().add(newItem);
       

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

    • getLocation

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

    • getDefinition

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVDefinition> getDefinition()
      Gets the value of the definition property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVDefinition>
    • setDefinition

      public void setDefinition(jakarta.xml.bind.JAXBElement<COCTMT530000UVDefinition> value)
      Sets the value of the definition property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVDefinition>
    • getConditions

      public List<COCTMT530000UVConditions> getConditions()
      Gets the value of the conditions 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 conditions property.

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

          getConditions().add(newItem);
       

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

    • getComponent

      public List<COCTMT530000UVComponent> getComponent()
      Gets the value of the component 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 component property.

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

          getComponent().add(newItem);
       

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

    • getSourceOf1

      public List<COCTMT530000UVSourceOf1> getSourceOf1()
      Gets the value of the sourceOf1 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 sourceOf1 property.

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

          getSourceOf1().add(newItem);
       

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

    • getSourceOf2

      public List<COCTMT530000UVSourceOf3> getSourceOf2()
      Gets the value of the sourceOf2 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 sourceOf2 property.

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

          getSourceOf2().add(newItem);
       

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

    • getSubjectOf

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVSubject1> getSubjectOf()
      Gets the value of the subjectOf property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVSubject1>
    • setSubjectOf

      public void setSubjectOf(jakarta.xml.bind.JAXBElement<COCTMT530000UVSubject1> value)
      Sets the value of the subjectOf property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVSubject1>
    • getTargetOf

      public List<COCTMT530000UVSourceOf2> getTargetOf()
      Gets the value of the targetOf 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 targetOf property.

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

          getTargetOf().add(newItem);
       

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

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

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

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

      public COCTMT530000UVOrganizer withTypeId(II value)
    • withTemplateId

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

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

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

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

      public COCTMT530000UVOrganizer withCode(CD value)
    • withText

      public COCTMT530000UVOrganizer withText(ED value)
    • withStatusCode

      public COCTMT530000UVOrganizer withStatusCode(CS value)
    • withEffectiveTime

      public COCTMT530000UVOrganizer withEffectiveTime(IVLTS value)
    • withAvailabilityTime

      public COCTMT530000UVOrganizer withAvailabilityTime(TS value)
    • withPriorityCode

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

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

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

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

      public COCTMT530000UVOrganizer withSubject(COCTMT530000UVSubject2... values)
    • withSubject

    • withRecordTarget

      public COCTMT530000UVOrganizer withRecordTarget(jakarta.xml.bind.JAXBElement<COCTMT530000UVRecordTarget> value)
    • withResponsibleParty

      public COCTMT530000UVOrganizer withResponsibleParty(COCTMT530000UVResponsibleParty2... values)
    • withResponsibleParty

    • withPerformer

      public COCTMT530000UVOrganizer withPerformer(COCTMT530000UVPerformer... values)
    • withPerformer

    • withAuthor

      public COCTMT530000UVOrganizer withAuthor(COCTMT530000UVAuthor... values)
    • withAuthor

    • withDataEnterer

      public COCTMT530000UVOrganizer withDataEnterer(jakarta.xml.bind.JAXBElement<COCTMT530000UVDataEnterer> value)
    • withInformant

      public COCTMT530000UVOrganizer withInformant(COCTMT530000UVInformant... values)
    • withInformant

    • withVerifier

      public COCTMT530000UVOrganizer withVerifier(COCTMT530000UVVerifier... values)
    • withVerifier

    • withLocation

      public COCTMT530000UVOrganizer withLocation(COCTMT530000UVLocation... values)
    • withLocation

    • withDefinition

      public COCTMT530000UVOrganizer withDefinition(jakarta.xml.bind.JAXBElement<COCTMT530000UVDefinition> value)
    • withConditions

      public COCTMT530000UVOrganizer withConditions(COCTMT530000UVConditions... values)
    • withConditions

    • withComponent

      public COCTMT530000UVOrganizer withComponent(COCTMT530000UVComponent... values)
    • withComponent

    • withSourceOf1

      public COCTMT530000UVOrganizer withSourceOf1(COCTMT530000UVSourceOf1... values)
    • withSourceOf1

    • withSourceOf2

      public COCTMT530000UVOrganizer withSourceOf2(COCTMT530000UVSourceOf3... values)
    • withSourceOf2

    • withSubjectOf

      public COCTMT530000UVOrganizer withSubjectOf(jakarta.xml.bind.JAXBElement<COCTMT530000UVSubject1> value)
    • withTargetOf

      public COCTMT530000UVOrganizer withTargetOf(COCTMT530000UVSourceOf2... values)
    • withTargetOf

    • withNullFlavor

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

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

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

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

      public COCTMT530000UVOrganizer withMoodCode(String... values)
    • withMoodCode

      public COCTMT530000UVOrganizer withMoodCode(Collection<String> values)
    • 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