Class AllInfrastructureRootTemplateId

java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.II
org.projecthusky.common.hl7cdar2.AllInfrastructureRootTemplateId

public class AllInfrastructureRootTemplateId extends II

Java-Klasse für all.InfrastructureRoot.templateId complex type.

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

 <complexType name="all.InfrastructureRoot.templateId">
   <complexContent>
     <extension base="{urn:hl7-org:v3}II">
       <attribute name="unsorted" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
     </extension>
   </complexContent>
 </complexType>
 
  • Field Details

    • unsorted

      protected Boolean unsorted
  • Constructor Details

    • AllInfrastructureRootTemplateId

      public AllInfrastructureRootTemplateId()
  • Method Details

    • isUnsorted

      public boolean isUnsorted()
      Ruft den Wert der unsorted-Eigenschaft ab.
      Returns:
      possible object is Boolean
    • setUnsorted

      public void setUnsorted(Boolean value)
      Legt den Wert der unsorted-Eigenschaft fest.
      Parameters:
      value - allowed object is Boolean