Class VmdDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractDeviceComponentDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractComplexDeviceComponentDescriptor
-
- org.somda.sdc.biceps.model.participant.VmdDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class VmdDescriptor extends AbstractComplexDeviceComponentDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
VmdDescriptor describes a VMD. A VMD is an abstraction for a module (medical-related subsystem) of an MDS. According to IEEE 11073-10201, an MDS with one VMD is a single purpose POC MEDICAL DEVICE in contrast to an MDS with multiple VMDs that has multiple purposes. Example of a multiple purpose POC MEDICAL DEVICE: an anesthesia workstation (one MDS) with a ventilation unit (one VMD), a patient monitoring unit (another VMD), and gas delivery/monitor system (another VMD). In the IEEE 11073-10201 a VMD might not be a hardware module, it also can be pure software.Java class for VmdDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmdDescriptor"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractComplexDeviceComponentDescriptor"> <sequence> <element name="ApprovedJurisdictions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ApprovedJurisdictions" minOccurs="0"/> <element name="Channel" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ChannelDescriptor" 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 ApprovedJurisdictionsapprovedJurisdictionsprotected List<ChannelDescriptor>channel-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractComplexDeviceComponentDescriptor
alertSystem, sco
-
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 VmdDescriptor()
-
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)ApprovedJurisdictionsgetApprovedJurisdictions()Gets the value of the approvedJurisdictions property.List<ChannelDescriptor>getChannel()Gets the value of the channel property.inthashCode()voidsetApprovedJurisdictions(ApprovedJurisdictions value)Sets the value of the approvedJurisdictions property.voidsetChannel(List<ChannelDescriptor> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractComplexDeviceComponentDescriptor
getAlertSystem, getSco, setAlertSystem, setSco
-
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
-
approvedJurisdictions
protected ApprovedJurisdictions approvedJurisdictions
-
channel
protected List<ChannelDescriptor> channel
-
-
Method Detail
-
getApprovedJurisdictions
public ApprovedJurisdictions getApprovedJurisdictions()
Gets the value of the approvedJurisdictions property.- Returns:
- possible object is
ApprovedJurisdictions
-
setApprovedJurisdictions
public void setApprovedJurisdictions(ApprovedJurisdictions value)
Sets the value of the approvedJurisdictions property.- Parameters:
value- allowed object isApprovedJurisdictions
-
getChannel
public List<ChannelDescriptor> getChannel()
Gets the value of the channel 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 channel property.For example, to add a new item, do as follows:
getChannel().add(newItem);Objects of the following type(s) are allowed in the list
ChannelDescriptor
-
setChannel
public void setChannel(List<ChannelDescriptor> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractComplexDeviceComponentDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractComplexDeviceComponentDescriptor
-
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 classAbstractComplexDeviceComponentDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractComplexDeviceComponentDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractComplexDeviceComponentDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractComplexDeviceComponentDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAbstractComplexDeviceComponentDescriptor
-
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 classAbstractComplexDeviceComponentDescriptor
-
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 classAbstractComplexDeviceComponentDescriptor
-
-