Class SystemContextDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractDeviceComponentDescriptor
-
- org.somda.sdc.biceps.model.participant.SystemContextDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class SystemContextDescriptor extends AbstractDeviceComponentDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
The context of an MDS that lists the possible relationship of a POC MEDICAL DEVICE into its usage environment by means of context descriptors. Context descriptors do not contain any stateful information. They only assert that the underlying MDS can provide corresponding context state information.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>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.somda.sdc.biceps.model.participant.AbstractDeviceComponentDescriptor
AbstractDeviceComponentDescriptor.ProductionSpecification
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EnsembleContextDescriptor>ensembleContextprotected LocationContextDescriptorlocationContextprotected List<MeansContextDescriptor>meansContextprotected List<OperatorContextDescriptor>operatorContextprotected PatientContextDescriptorpatientContextprotected List<WorkflowContextDescriptor>workflowContext-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDeviceComponentDescriptor
productionSpecification
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description SystemContextDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)List<EnsembleContextDescriptor>getEnsembleContext()Gets the value of the ensembleContext property.LocationContextDescriptorgetLocationContext()Gets the value of the locationContext property.List<MeansContextDescriptor>getMeansContext()Gets the value of the meansContext property.List<OperatorContextDescriptor>getOperatorContext()Gets the value of the operatorContext property.PatientContextDescriptorgetPatientContext()Gets the value of the patientContext property.List<WorkflowContextDescriptor>getWorkflowContext()Gets the value of the workflowContext property.inthashCode()voidsetEnsembleContext(List<EnsembleContextDescriptor> value)voidsetLocationContext(LocationContextDescriptor value)Sets the value of the locationContext property.voidsetMeansContext(List<MeansContextDescriptor> value)voidsetOperatorContext(List<OperatorContextDescriptor> value)voidsetPatientContext(PatientContextDescriptor value)Sets the value of the patientContext property.voidsetWorkflowContext(List<WorkflowContextDescriptor> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDeviceComponentDescriptor
getProductionSpecification, setProductionSpecification
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Field Detail
-
patientContext
protected PatientContextDescriptor patientContext
-
locationContext
protected LocationContextDescriptor locationContext
-
ensembleContext
protected List<EnsembleContextDescriptor> ensembleContext
-
operatorContext
protected List<OperatorContextDescriptor> operatorContext
-
workflowContext
protected List<WorkflowContextDescriptor> workflowContext
-
meansContext
protected List<MeansContextDescriptor> meansContext
-
-
Method Detail
-
getPatientContext
public PatientContextDescriptor getPatientContext()
Gets the value of the patientContext property.- Returns:
- possible object is
PatientContextDescriptor
-
setPatientContext
public void setPatientContext(PatientContextDescriptor value)
Sets the value of the patientContext property.- Parameters:
value- allowed object isPatientContextDescriptor
-
getLocationContext
public LocationContextDescriptor getLocationContext()
Gets the value of the locationContext property.- Returns:
- possible object is
LocationContextDescriptor
-
setLocationContext
public void setLocationContext(LocationContextDescriptor value)
Sets the value of the locationContext property.- Parameters:
value- allowed object isLocationContextDescriptor
-
getEnsembleContext
public List<EnsembleContextDescriptor> getEnsembleContext()
Gets the value of the ensembleContext 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 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
-
getOperatorContext
public List<OperatorContextDescriptor> getOperatorContext()
Gets the value of the operatorContext 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 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
-
getWorkflowContext
public List<WorkflowContextDescriptor> getWorkflowContext()
Gets the value of the workflowContext 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 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
-
getMeansContext
public List<MeansContextDescriptor> getMeansContext()
Gets the value of the meansContext 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 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
-
setEnsembleContext
public void setEnsembleContext(List<EnsembleContextDescriptor> value)
-
setOperatorContext
public void setOperatorContext(List<OperatorContextDescriptor> value)
-
setWorkflowContext
public void setWorkflowContext(List<WorkflowContextDescriptor> value)
-
setMeansContext
public void setMeansContext(List<MeansContextDescriptor> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractDeviceComponentDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractDeviceComponentDescriptor
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractDeviceComponentDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractDeviceComponentDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractDeviceComponentDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractDeviceComponentDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAbstractDeviceComponentDescriptor
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractDeviceComponentDescriptor
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractDeviceComponentDescriptor
-
-