Class POCDMT000040ExternalDocument

java.lang.Object
org.projecthusky.common.hl7cdar2.POCDMT000040ExternalDocument
Direct Known Subclasses:
AtcdabbrEntryExternalDocument, AtcdabbrEntryImpfPlan, ElgaexternalDocument

public class POCDMT000040ExternalDocument extends Object

Java-Klasse für POCD_MT000040.ExternalDocument complex type.

Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

 <complexType name="POCD_MT000040.ExternalDocument">
   <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}II" maxOccurs="unbounded" minOccurs="0"/>
         <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="setId" type="{urn:hl7-org:v3}II" minOccurs="0"/>
         <element name="versionNumber" type="{urn:hl7-org:v3}INT" minOccurs="0"/>
       </sequence>
       <attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
       <attribute name="classCode" type="{urn:hl7-org:v3}ActClassDocument" default="DOC" />
       <attribute name="moodCode" type="{urn:hl7-org:v3}ActMood" fixed="EVN" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • POCDMT000040ExternalDocument

      public POCDMT000040ExternalDocument()
  • Method Details

    • getClassCode

      public @NonNull String getClassCode()
      Ruft den Wert der classCode-Eigenschaft ab.
      Returns:
      possible object is String
    • getCode

      public CD getCode()
      Ruft den Wert der code-Eigenschaft ab.
      Returns:
      possible object is CD
    • getId

      public @NonNull 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 JAXB 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

    • getMoodCode

      public @NonNull 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 JAXB 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

    • getNullFlavor

      public @NonNull 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 JAXB 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

    • getRealmCode

      public @NonNull 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 JAXB 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

    • getSetId

      public II getSetId()
      Ruft den Wert der setId-Eigenschaft ab.
      Returns:
      possible object is II
    • getTemplateId

      public @NonNull 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 JAXB 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

    • getText

      public ED getText()
      Ruft den Wert der text-Eigenschaft ab.
      Returns:
      possible object is ED
    • getTypeId

      Ruft den Wert der typeId-Eigenschaft ab.
      Returns:
      possible object is POCDMT000040InfrastructureRootTypeId
    • getVersionNumber

      public INT getVersionNumber()
      Ruft den Wert der versionNumber-Eigenschaft ab.
      Returns:
      possible object is INT
    • setClassCode

      public void setClassCode(String value)
      Legt den Wert der classCode-Eigenschaft fest.
      Parameters:
      value - allowed object is String
    • setCode

      public void setCode(CD value)
      Legt den Wert der code-Eigenschaft fest.
      Parameters:
      value - allowed object is CD
    • setSetId

      public void setSetId(II value)
      Legt den Wert der setId-Eigenschaft fest.
      Parameters:
      value - allowed object is II
    • setText

      public void setText(ED value)
      Legt den Wert der text-Eigenschaft fest.
      Parameters:
      value - allowed object is ED
    • setTypeId

      public void setTypeId(POCDMT000040InfrastructureRootTypeId value)
      Legt den Wert der typeId-Eigenschaft fest.
      Parameters:
      value - allowed object is POCDMT000040InfrastructureRootTypeId
    • setVersionNumber

      public void setVersionNumber(INT value)
      Legt den Wert der versionNumber-Eigenschaft fest.
      Parameters:
      value - allowed object is INT