Class POCDMT000040ExternalDocument
- Direct Known Subclasses:
AtcdabbrEntryExternalDocument
,AtcdabbrEntryImpfPlan
,ElgaexternalDocument
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NonNull String
Ruft 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.void
setClassCode
(String value) Legt den Wert der classCode-Eigenschaft fest.void
Legt den Wert der code-Eigenschaft fest.void
Legt den Wert der setId-Eigenschaft fest.void
Legt den Wert der text-Eigenschaft fest.void
Legt den Wert der typeId-Eigenschaft fest.void
setVersionNumber
(INT value) Legt den Wert der versionNumber-Eigenschaft fest.
-
Field Details
-
realmCode
-
typeId
-
templateId
-
id
-
code
-
text
-
setId
-
versionNumber
-
nullFlavor
-
classCode
-
moodCode
-
-
Constructor Details
-
POCDMT000040ExternalDocument
public POCDMT000040ExternalDocument()
-
-
Method Details
-
getClassCode
Ruft den Wert der classCode-Eigenschaft ab.- Returns:
- possible object is
String
-
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
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
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
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
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
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
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
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 isString
-
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
-