Package org.hl7.v3

Class COCTMT530000UVInformant

java.lang.Object
org.hl7.v3.COCTMT530000UVInformant

public class COCTMT530000UVInformant extends Object

Java class for COCT_MT530000UV.Informant complex type.

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

 <complexType name="COCT_MT530000UV.Informant">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{urn:hl7-org:v3}InfrastructureRootElements"/>
         <element name="functionCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="time" type="{urn:hl7-org:v3}IVL_TS" minOccurs="0"/>
         <element name="modeCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <choice>
           <element name="relatedEntity" type="{urn:hl7-org:v3}COCT_MT530000UV.RelatedEntity"/>
           <element name="patient" type="{urn:hl7-org:v3}COCT_MT050000UV01.Patient"/>
           <element name="assignedEntity" type="{urn:hl7-org:v3}COCT_MT090000UV01.AssignedEntity"/>
         </choice>
       </sequence>
       <attGroup ref="{urn:hl7-org:v3}InfrastructureRootAttributes"/>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="typeCode" use="required" type="{urn:hl7-org:v3}ParticipationType" fixed="INF" />
       <attribute name="contextControlCode" type="{urn:hl7-org:v3}ContextControl" default="OP" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • realmCode

      protected List<CS> realmCode
    • typeId

      protected II typeId
    • templateId

      protected List<II> templateId
    • functionCode

      protected CE functionCode
    • time

      protected IVLTS time
    • modeCode

      protected CE modeCode
    • relatedEntity

      protected jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> relatedEntity
    • patient

      protected jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> patient
    • assignedEntity

      protected jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> assignedEntity
    • nullFlavor

      protected List<String> nullFlavor
    • typeCode

      protected List<String> typeCode
    • contextControlCode

      protected String contextControlCode
  • Constructor Details

    • COCTMT530000UVInformant

      public COCTMT530000UVInformant()
  • 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

    • getFunctionCode

      public CE getFunctionCode()
      Gets the value of the functionCode property.
      Returns:
      possible object is CE
    • setFunctionCode

      public void setFunctionCode(CE value)
      Sets the value of the functionCode property.
      Parameters:
      value - allowed object is CE
    • getTime

      public IVLTS getTime()
      Gets the value of the time property.
      Returns:
      possible object is IVLTS
    • setTime

      public void setTime(IVLTS value)
      Sets the value of the time property.
      Parameters:
      value - allowed object is IVLTS
    • getModeCode

      public CE getModeCode()
      Gets the value of the modeCode property.
      Returns:
      possible object is CE
    • setModeCode

      public void setModeCode(CE value)
      Sets the value of the modeCode property.
      Parameters:
      value - allowed object is CE
    • getRelatedEntity

      public jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> getRelatedEntity()
      Gets the value of the relatedEntity property.
      Returns:
      possible object is JAXBElement<COCTMT530000UVRelatedEntity>
    • setRelatedEntity

      public void setRelatedEntity(jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> value)
      Sets the value of the relatedEntity property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT530000UVRelatedEntity>
    • getPatient

      public jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> getPatient()
      Gets the value of the patient property.
      Returns:
      possible object is JAXBElement<COCTMT050000UV01Patient>
    • setPatient

      public void setPatient(jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> value)
      Sets the value of the patient property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT050000UV01Patient>
    • getAssignedEntity

      public jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> getAssignedEntity()
      Gets the value of the assignedEntity property.
      Returns:
      possible object is JAXBElement<COCTMT090000UV01AssignedEntity>
    • setAssignedEntity

      public void setAssignedEntity(jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> value)
      Sets the value of the assignedEntity property.
      Parameters:
      value - allowed object is JAXBElement<COCTMT090000UV01AssignedEntity>
    • 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

    • getTypeCode

      public List<String> getTypeCode()
      Gets the value of the typeCode 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 typeCode property.

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

          getTypeCode().add(newItem);
       

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

    • getContextControlCode

      public String getContextControlCode()
      Gets the value of the contextControlCode property.
      Returns:
      possible object is String
    • setContextControlCode

      public void setContextControlCode(String value)
      Sets the value of the contextControlCode property.
      Parameters:
      value - allowed object is String
    • withRealmCode

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

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

      public COCTMT530000UVInformant withTypeId(II value)
    • withTemplateId

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

      public COCTMT530000UVInformant withTemplateId(Collection<II> values)
    • withFunctionCode

      public COCTMT530000UVInformant withFunctionCode(CE value)
    • withTime

      public COCTMT530000UVInformant withTime(IVLTS value)
    • withModeCode

      public COCTMT530000UVInformant withModeCode(CE value)
    • withRelatedEntity

      public COCTMT530000UVInformant withRelatedEntity(jakarta.xml.bind.JAXBElement<COCTMT530000UVRelatedEntity> value)
    • withPatient

      public COCTMT530000UVInformant withPatient(jakarta.xml.bind.JAXBElement<COCTMT050000UV01Patient> value)
    • withAssignedEntity

      public COCTMT530000UVInformant withAssignedEntity(jakarta.xml.bind.JAXBElement<COCTMT090000UV01AssignedEntity> value)
    • withNullFlavor

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

      public COCTMT530000UVInformant withNullFlavor(Collection<String> values)
    • withTypeCode

      public COCTMT530000UVInformant withTypeCode(String... values)
    • withTypeCode

      public COCTMT530000UVInformant withTypeCode(Collection<String> values)
    • withContextControlCode

      public COCTMT530000UVInformant withContextControlCode(String value)
    • 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