public class SystemContextDescriptor extends AbstractDescriptor
Java class for SystemContextDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemContextDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDescriptor">
<sequence>
<element name="PatientContext" type="{http://p11073-10207/draft6/pm/2016/12/08}PatientContextDescriptor" minOccurs="0"/>
<element name="LocationContext" type="{http://p11073-10207/draft6/pm/2016/12/08}LocationContextDescriptor" minOccurs="0"/>
<element name="EnsembleContext" type="{http://p11073-10207/draft6/pm/2016/12/08}EnsembleContextDescriptor" minOccurs="0"/>
<element name="OperatorContext" type="{http://p11073-10207/draft6/pm/2016/12/08}OperatorContextDescriptor" minOccurs="0"/>
<element name="WorkflowContext" type="{http://p11073-10207/draft6/pm/2016/12/08}WorkflowContextDescriptor" minOccurs="0"/>
<element name="MeansContext" type="{http://p11073-10207/draft6/pm/2016/12/08}MeansContextDescriptor" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EnsembleContextDescriptor |
ensembleContext |
protected LocationContextDescriptor |
locationContext |
protected MeansContextDescriptor |
meansContext |
protected OperatorContextDescriptor |
operatorContext |
protected PatientContextDescriptor |
patientContext |
protected WorkflowContextDescriptor |
workflowContext |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
SystemContextDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
EnsembleContextDescriptor |
getEnsembleContext()
Gets the value of the ensembleContext property.
|
LocationContextDescriptor |
getLocationContext()
Gets the value of the locationContext property.
|
MeansContextDescriptor |
getMeansContext()
Gets the value of the meansContext property.
|
OperatorContextDescriptor |
getOperatorContext()
Gets the value of the operatorContext property.
|
PatientContextDescriptor |
getPatientContext()
Gets the value of the patientContext property.
|
WorkflowContextDescriptor |
getWorkflowContext()
Gets the value of the workflowContext property.
|
int |
hashCode() |
void |
setEnsembleContext(EnsembleContextDescriptor value)
Sets the value of the ensembleContext property.
|
void |
setLocationContext(LocationContextDescriptor value)
Sets the value of the locationContext property.
|
void |
setMeansContext(MeansContextDescriptor value)
Sets the value of the meansContext property.
|
void |
setOperatorContext(OperatorContextDescriptor value)
Sets the value of the operatorContext property.
|
void |
setPatientContext(PatientContextDescriptor value)
Sets the value of the patientContext property.
|
void |
setWorkflowContext(WorkflowContextDescriptor value)
Sets the value of the workflowContext property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected PatientContextDescriptor patientContext
protected LocationContextDescriptor locationContext
protected EnsembleContextDescriptor ensembleContext
protected OperatorContextDescriptor operatorContext
protected WorkflowContextDescriptor workflowContext
protected MeansContextDescriptor meansContext
public PatientContextDescriptor getPatientContext()
PatientContextDescriptorpublic void setPatientContext(PatientContextDescriptor value)
value - allowed object is
PatientContextDescriptorpublic LocationContextDescriptor getLocationContext()
LocationContextDescriptorpublic void setLocationContext(LocationContextDescriptor value)
value - allowed object is
LocationContextDescriptorpublic EnsembleContextDescriptor getEnsembleContext()
EnsembleContextDescriptorpublic void setEnsembleContext(EnsembleContextDescriptor value)
value - allowed object is
EnsembleContextDescriptorpublic OperatorContextDescriptor getOperatorContext()
OperatorContextDescriptorpublic void setOperatorContext(OperatorContextDescriptor value)
value - allowed object is
OperatorContextDescriptorpublic WorkflowContextDescriptor getWorkflowContext()
WorkflowContextDescriptorpublic void setWorkflowContext(WorkflowContextDescriptor value)
value - allowed object is
WorkflowContextDescriptorpublic MeansContextDescriptor getMeansContext()
MeansContextDescriptorpublic void setMeansContext(MeansContextDescriptor value)
value - allowed object is
MeansContextDescriptorpublic String toString()
toString in class AbstractDescriptorpublic boolean equals(Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptorCopyright © 2018. All rights reserved.