Class POCDMT000040ParentDocument
Java-Klasse für POCD_MT000040.ParentDocument complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="POCD_MT000040.ParentDocument">
<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"/>
<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}ActClinicalDocument" fixed="DOCCLIN" />
<attribute name="moodCode" type="{urn:hl7-org:v3}ActMood" fixed="EVN" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActClinicalDocumentprotected CDprotected IIprotected EDprotected POCDMT000040InfrastructureRootTypeIdprotected INT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull ActClinicalDocumentRuft den Wert der classCode-Eigenschaft ab.getCode()Ruft den Wert der code-Eigenschaft ab.getId()Gets the value of the id property.Gets the value of the moodCode property.Gets the value of the nullFlavor property.Gets the value of the realmCode property.getSetId()Ruft den Wert der setId-Eigenschaft ab.Gets the value of the templateId property.getText()Ruft den Wert der text-Eigenschaft ab.Ruft den Wert der typeId-Eigenschaft ab.Ruft den Wert der versionNumber-Eigenschaft ab.voidsetClassCode(ActClinicalDocument value) Legt den Wert der classCode-Eigenschaft fest.voidLegt den Wert der code-Eigenschaft fest.voidLegt den Wert der setId-Eigenschaft fest.voidLegt den Wert der text-Eigenschaft fest.voidLegt den Wert der typeId-Eigenschaft fest.voidsetVersionNumber(INT value) Legt den Wert der versionNumber-Eigenschaft fest.
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
text
-
setId
-
versionNumber
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
POCDMT000040ParentDocument
public POCDMT000040ParentDocument()
-
-
Method Details
-
getClassCode
Ruft den Wert der classCode-Eigenschaft ab.- Returns:
- possible object is
ActClinicalDocument
-
getCode
Ruft den Wert der code-Eigenschaft ab.- Returns:
- possible object is
CD
-
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
setmethod 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
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
setmethod 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
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
setmethod 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
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
setmethod 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
Ruft den Wert der setId-Eigenschaft ab.- Returns:
- possible object is
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
setmethod 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
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
Ruft den Wert der versionNumber-Eigenschaft ab.- Returns:
- possible object is
INT
-
setClassCode
Legt den Wert der classCode-Eigenschaft fest.- Parameters:
value- allowed object isActClinicalDocument
-
setCode
Legt den Wert der code-Eigenschaft fest.- Parameters:
value- allowed object isCD
-
setSetId
Legt den Wert der setId-Eigenschaft fest.- Parameters:
value- allowed object isII
-
setText
Legt den Wert der text-Eigenschaft fest.- Parameters:
value- allowed object isED
-
setTypeId
Legt den Wert der typeId-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040InfrastructureRootTypeId
-
setVersionNumber
Legt den Wert der versionNumber-Eigenschaft fest.- Parameters:
value- allowed object isINT
-