public class SystemContextDescriptor extends AbstractDeviceComponentDescriptor
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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
<sequence>
<element name="PatientContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}PatientContextDescriptor" minOccurs="0"/>
<element name="LocationContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocationContextDescriptor" minOccurs="0"/>
<element name="EnsembleContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}EnsembleContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="OperatorContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatorContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="WorkflowContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}WorkflowContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="MeansContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}MeansContextDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<EnsembleContextDescriptor> |
ensembleContext |
protected LocationContextDescriptor |
locationContext |
protected java.util.List<MeansContextDescriptor> |
meansContext |
protected java.util.List<OperatorContextDescriptor> |
operatorContext |
protected PatientContextDescriptor |
patientContext |
protected java.util.List<WorkflowContextDescriptor> |
workflowContext |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
SystemContextDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<EnsembleContextDescriptor> |
getEnsembleContext()
Gets the value of the ensembleContext property.
|
LocationContextDescriptor |
getLocationContext()
Gets the value of the locationContext property.
|
java.util.List<MeansContextDescriptor> |
getMeansContext()
Gets the value of the meansContext property.
|
java.util.List<OperatorContextDescriptor> |
getOperatorContext()
Gets the value of the operatorContext property.
|
PatientContextDescriptor |
getPatientContext()
Gets the value of the patientContext property.
|
java.util.List<WorkflowContextDescriptor> |
getWorkflowContext()
Gets the value of the workflowContext property.
|
int |
hashCode() |
void |
setEnsembleContext(java.util.List<EnsembleContextDescriptor> value) |
void |
setLocationContext(LocationContextDescriptor value)
Sets the value of the locationContext property.
|
void |
setMeansContext(java.util.List<MeansContextDescriptor> value) |
void |
setOperatorContext(java.util.List<OperatorContextDescriptor> value) |
void |
setPatientContext(PatientContextDescriptor value)
Sets the value of the patientContext property.
|
void |
setWorkflowContext(java.util.List<WorkflowContextDescriptor> value) |
java.lang.String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected PatientContextDescriptor patientContext
protected LocationContextDescriptor locationContext
protected java.util.List<EnsembleContextDescriptor> ensembleContext
protected java.util.List<OperatorContextDescriptor> operatorContext
protected java.util.List<WorkflowContextDescriptor> workflowContext
protected java.util.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 java.util.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 java.util.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 java.util.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 java.util.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 java.lang.String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorpublic void setEnsembleContext(java.util.List<EnsembleContextDescriptor> value)
public void setOperatorContext(java.util.List<OperatorContextDescriptor> value)
public void setWorkflowContext(java.util.List<WorkflowContextDescriptor> value)
public void setMeansContext(java.util.List<MeansContextDescriptor> value)