Package org.projecthusky.common.hl7cdar2
Class AllInfrastructureRootTemplateId
java.lang.Object
org.projecthusky.common.hl7cdar2.ANY
org.projecthusky.common.hl7cdar2.II
org.projecthusky.common.hl7cdar2.AllInfrastructureRootTemplateId
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 Summary
FieldsFields inherited from class org.projecthusky.common.hl7cdar2.II
assigningAuthorityName, displayable, extension, root
Fields inherited from class org.projecthusky.common.hl7cdar2.ANY
nullFlavor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Ruft den Wert der unsorted-Eigenschaft ab.void
setUnsorted
(Boolean value) Legt den Wert der unsorted-Eigenschaft fest.Methods inherited from class org.projecthusky.common.hl7cdar2.II
getAssigningAuthorityName, getExtension, getRoot, isDisplayable, setAssigningAuthorityName, setDisplayable, setExtension, setRoot
Methods inherited from class org.projecthusky.common.hl7cdar2.ANY
getMergedXmlMixed, getNullFlavor, getNullFlavor, getXmlMixed, setXmlMixed, setXmlMixed
-
Field Details
-
unsorted
-
-
Constructor Details
-
AllInfrastructureRootTemplateId
public AllInfrastructureRootTemplateId()
-
-
Method Details