Class POCDMT000040Reference
- Direct Known Subclasses:
Iddescontainers,Iddescontainers
Java-Klasse für POCD_MT000040.Reference complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="POCD_MT000040.Reference">
<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="seperatableInd" type="{urn:hl7-org:v3}BL" minOccurs="0"/>
<choice>
<element name="externalAct" type="{urn:hl7-org:v3}POCD_MT000040.ExternalAct"/>
<element name="externalObservation" type="{urn:hl7-org:v3}POCD_MT000040.ExternalObservation"/>
<element name="externalProcedure" type="{urn:hl7-org:v3}POCD_MT000040.ExternalProcedure"/>
<element name="externalDocument" type="{urn:hl7-org:v3}POCD_MT000040.ExternalDocument"/>
</choice>
</sequence>
<attribute name="nullFlavor" type="{urn:hl7-org:v3}NullFlavor" />
<attribute name="typeCode" use="required" type="{urn:hl7-org:v3}x_ActRelationshipExternalReference" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected POCDMT000040ExternalActprotected POCDMT000040ExternalDocumentprotected POCDMT000040ExternalObservationprotected POCDMT000040ExternalProcedureprotected BLprotected XActRelationshipExternalReferenceprotected POCDMT000040InfrastructureRootTypeId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRuft den Wert der externalAct-Eigenschaft ab.Ruft den Wert der externalDocument-Eigenschaft ab.Ruft den Wert der externalObservation-Eigenschaft ab.Ruft den Wert der externalProcedure-Eigenschaft ab.Gets the value of the nullFlavor property.Gets the value of the realmCode property.Ruft den Wert der seperatableInd-Eigenschaft ab.Gets the value of the templateId property.Ruft den Wert der typeCode-Eigenschaft ab.Ruft den Wert der typeId-Eigenschaft ab.voidLegt den Wert der externalAct-Eigenschaft fest.voidLegt den Wert der externalDocument-Eigenschaft fest.voidLegt den Wert der externalObservation-Eigenschaft fest.voidLegt den Wert der externalProcedure-Eigenschaft fest.voidsetSeperatableInd(BL value) Legt den Wert der seperatableInd-Eigenschaft fest.voidLegt den Wert der typeCode-Eigenschaft fest.voidLegt den Wert der typeId-Eigenschaft fest.
-
Field Details
-
realmCode
-
typeId
-
templateId
-
seperatableInd
-
externalAct
-
externalObservation
-
externalProcedure
-
externalDocument
-
nullFlavor
-
typeCode
-
-
Constructor Details
-
POCDMT000040Reference
public POCDMT000040Reference()
-
-
Method Details
-
getExternalAct
Ruft den Wert der externalAct-Eigenschaft ab.- Returns:
- possible object is
POCDMT000040ExternalAct
-
getExternalDocument
Ruft den Wert der externalDocument-Eigenschaft ab.- Returns:
- possible object is
POCDMT000040ExternalDocument
-
getExternalObservation
Ruft den Wert der externalObservation-Eigenschaft ab.- Returns:
- possible object is
POCDMT000040ExternalObservation
-
getExternalProcedure
Ruft den Wert der externalProcedure-Eigenschaft ab.- Returns:
- possible object is
POCDMT000040ExternalProcedure
-
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 -
getSeperatableInd
Ruft den Wert der seperatableInd-Eigenschaft ab.- Returns:
- possible object is
BL
-
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 -
getTypeCode
Ruft den Wert der typeCode-Eigenschaft ab.- Returns:
- possible object is
XActRelationshipExternalReference
-
getTypeId
Ruft den Wert der typeId-Eigenschaft ab.- Returns:
- possible object is
POCDMT000040InfrastructureRootTypeId
-
setExternalAct
Legt den Wert der externalAct-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040ExternalAct
-
setExternalDocument
Legt den Wert der externalDocument-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040ExternalDocument
-
setExternalObservation
Legt den Wert der externalObservation-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040ExternalObservation
-
setExternalProcedure
Legt den Wert der externalProcedure-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040ExternalProcedure
-
setSeperatableInd
Legt den Wert der seperatableInd-Eigenschaft fest.- Parameters:
value- allowed object isBL
-
setTypeCode
Legt den Wert der typeCode-Eigenschaft fest.- Parameters:
value- allowed object isXActRelationshipExternalReference
-
setTypeId
Legt den Wert der typeId-Eigenschaft fest.- Parameters:
value- allowed object isPOCDMT000040InfrastructureRootTypeId
-