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/draft10/pm/2017/10/05}AbstractDescriptor">
<sequence>
<element name="PatientContext" type="{http://p11073-10207/draft10/pm/2017/10/05}PatientContextDescriptor" minOccurs="0"/>
<element name="LocationContext" type="{http://p11073-10207/draft10/pm/2017/10/05}LocationContextDescriptor" minOccurs="0"/>
<element name="EnsembleContext" type="{http://p11073-10207/draft10/pm/2017/10/05}EnsembleContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="OperatorContext" type="{http://p11073-10207/draft10/pm/2017/10/05}OperatorContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="WorkflowContext" type="{http://p11073-10207/draft10/pm/2017/10/05}WorkflowContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="MeansContext" type="{http://p11073-10207/draft10/pm/2017/10/05}MeansContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<EnsembleContextDescriptor> |
ensembleContext |
protected LocationContextDescriptor |
locationContext |
protected List<MeansContextDescriptor> |
meansContext |
protected List<OperatorContextDescriptor> |
operatorContext |
protected PatientContextDescriptor |
patientContext |
protected List<WorkflowContextDescriptor> |
workflowContext |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
SystemContextDescriptor() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected PatientContextDescriptor patientContext
protected LocationContextDescriptor locationContext
protected List<EnsembleContextDescriptor> ensembleContext
protected List<OperatorContextDescriptor> operatorContext
protected List<WorkflowContextDescriptor> workflowContext
protected List<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 List<EnsembleContextDescriptor> getEnsembleContext()
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 ensembleContext property.
For example, to add a new item, do as follows:
getEnsembleContext().add(newItem);
Objects of the following type(s) are allowed in the list
EnsembleContextDescriptor
public List<OperatorContextDescriptor> getOperatorContext()
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 operatorContext property.
For example, to add a new item, do as follows:
getOperatorContext().add(newItem);
Objects of the following type(s) are allowed in the list
OperatorContextDescriptor
public List<WorkflowContextDescriptor> getWorkflowContext()
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 workflowContext property.
For example, to add a new item, do as follows:
getWorkflowContext().add(newItem);
Objects of the following type(s) are allowed in the list
WorkflowContextDescriptor
public List<MeansContextDescriptor> getMeansContext()
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 meansContext property.
For example, to add a new item, do as follows:
getMeansContext().add(newItem);
Objects of the following type(s) are allowed in the list
MeansContextDescriptor
public void setEnsembleContext(List<EnsembleContextDescriptor> value)
public void setOperatorContext(List<OperatorContextDescriptor> value)
public void setWorkflowContext(List<WorkflowContextDescriptor> value)
public void setMeansContext(List<MeansContextDescriptor> value)
public String toString()
toString in class AbstractDescriptorpublic boolean equals(Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptorCopyright © 2018. All rights reserved.