Package org.hl7.v3

Class POCDMT000040Section

java.lang.Object
org.hl7.v3.POCDMT000040Section

public class POCDMT000040Section extends Object

Java class for POCD_MT000040.Section complex type.

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

 <complexType name="POCD_MT000040.Section">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="realmCode" type="{urn:hl7-org:v3}CS" maxOccurs="unbounded" minOccurs="0"/>
         <element name="typeId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.typeId" minOccurs="0"/>
         <element name="templateId" type="{urn:hl7-org:v3}POCD_MT000040.InfrastructureRoot.templateId" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:hl7-org:v3}II" minOccurs="0"/>
         <element name="code" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="title" type="{urn:hl7-org:v3}ST" minOccurs="0"/>
         <element name="text" type="{urn:hl7-org:v3}StrucDoc.Text" minOccurs="0"/>
         <element name="confidentialityCode" type="{urn:hl7-org:v3}CE" minOccurs="0"/>
         <element name="languageCode" type="{urn:hl7-org:v3}CS" minOccurs="0"/>
         <element name="subject" type="{urn:hl7-org:v3}POCD_MT000040.Subject" minOccurs="0"/>
         <element name="author" type="{urn:hl7-org:v3}POCD_MT000040.Author" maxOccurs="unbounded" minOccurs="0"/>
         <element name="informant" type="{urn:hl7-org:v3}POCD_MT000040.Informant12" maxOccurs="unbounded" minOccurs="0"/>
         <element name="entry" type="{urn:hl7-org:v3}POCD_MT000040.Entry" maxOccurs="unbounded" minOccurs="0"/>
         <element name="component" type="{urn:hl7-org:v3}POCD_MT000040.Component5" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="ID" type="{http://www.w3.org/2001/XMLSchema}ID" />
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}ActClass" fixed="DOCSECT" />
       <attribute name="moodCode" type="{urn:hl7-org:v3}ActMood" fixed="EVN" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • POCDMT000040Section

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

      Gets the value of the typeId property.
      Returns:
      possible object is POCDMT000040InfrastructureRootTypeId
    • setTypeId

      public void setTypeId(POCDMT000040InfrastructureRootTypeId value)
      Sets the value of the typeId property.
      Parameters:
      value - allowed object is POCDMT000040InfrastructureRootTypeId
    • 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 POCDMT000040InfrastructureRootTemplateId

    • getElementId

      public II getElementId()
      Gets the value of the elementId property.
      Returns:
      possible object is II
    • setElementId

      public void setElementId(II value)
      Sets the value of the elementId property.
      Parameters:
      value - allowed object is II
    • getCode

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

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

      public ST getTitle()
      Gets the value of the title property.
      Returns:
      possible object is ST
    • setTitle

      public void setTitle(ST value)
      Sets the value of the title property.
      Parameters:
      value - allowed object is ST
    • getText

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

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

      public CE getConfidentialityCode()
      Gets the value of the confidentialityCode property.
      Returns:
      possible object is CE
    • setConfidentialityCode

      public void setConfidentialityCode(CE value)
      Sets the value of the confidentialityCode property.
      Parameters:
      value - allowed object is CE
    • getLanguageCode

      public CS getLanguageCode()
      Gets the value of the languageCode property.
      Returns:
      possible object is CS
    • setLanguageCode

      public void setLanguageCode(CS value)
      Sets the value of the languageCode property.
      Parameters:
      value - allowed object is CS
    • getSubject

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

      public void setSubject(POCDMT000040Subject value)
      Sets the value of the subject property.
      Parameters:
      value - allowed object is POCDMT000040Subject
    • getAuthor

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

    • getInformant

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

    • getEntry

      public List<POCDMT000040Entry> getEntry()
      Gets the value of the entry 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 entry property.

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

          getEntry().add(newItem);
       

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

    • getComponent

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

    • getID

      public String getID()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setID

      public void setID(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • 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 POCDMT000040Section withRealmCode(CS... values)
    • withRealmCode

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

    • withTemplateId

    • withTemplateId

    • withElementId

      public POCDMT000040Section withElementId(II value)
    • withCode

      public POCDMT000040Section withCode(CE value)
    • withTitle

      public POCDMT000040Section withTitle(ST value)
    • withText

      public POCDMT000040Section withText(StrucDocText value)
    • withConfidentialityCode

      public POCDMT000040Section withConfidentialityCode(CE value)
    • withLanguageCode

      public POCDMT000040Section withLanguageCode(CS value)
    • withSubject

      public POCDMT000040Section withSubject(POCDMT000040Subject value)
    • withAuthor

      public POCDMT000040Section withAuthor(POCDMT000040Author... values)
    • withAuthor

      public POCDMT000040Section withAuthor(Collection<POCDMT000040Author> values)
    • withInformant

      public POCDMT000040Section withInformant(POCDMT000040Informant12... values)
    • withInformant

      public POCDMT000040Section withInformant(Collection<POCDMT000040Informant12> values)
    • withEntry

      public POCDMT000040Section withEntry(POCDMT000040Entry... values)
    • withEntry

      public POCDMT000040Section withEntry(Collection<POCDMT000040Entry> values)
    • withComponent

      public POCDMT000040Section withComponent(POCDMT000040Component5... values)
    • withComponent

      public POCDMT000040Section withComponent(Collection<POCDMT000040Component5> values)
    • withID

      public POCDMT000040Section withID(String value)
    • withNullFlavor

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

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

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

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

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

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