Class MdsDescriptor
- 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.MdsDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class MdsDescriptor extends AbstractComplexDeviceComponentDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
MdsDescriptor represents an MDS that in turn represents a POC MEDICAL DEVICE such as an anesthesia workstation. It contains an abstraction of the hardware specification of a POC MEDICAL DEVICE plus a list of VMDs, contextual information and clock object. NOTEāThe IEEE 11073-10201 has different specializations that are all representable by MdsDescriptor.Java class for MdsDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MdsDescriptor"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractComplexDeviceComponentDescriptor"> <sequence> <element name="MetaData" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/> <element name="Udi" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/> <element name="DeviceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="HumanReadableForm" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Issuer" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/> <element name="Jurisdiction" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="LotNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Manufacturer" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/> <element name="ManufactureDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ModelName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}LocalizedText" maxOccurs="unbounded" minOccurs="0"/> <element name="ModelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> <element name="SystemContext" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}SystemContextDescriptor" minOccurs="0"/> <element name="Clock" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ClockDescriptor" minOccurs="0"/> <element name="Battery" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}BatteryDescriptor" maxOccurs="unbounded" minOccurs="0"/> <element name="ApprovedJurisdictions" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}ApprovedJurisdictions" minOccurs="0"/> <element name="Vmd" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}VmdDescriptor" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMdsDescriptor.MetaDataJava class for anonymous complex type.-
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<BatteryDescriptor>batteryprotected ClockDescriptorclockprotected MdsDescriptor.MetaDatametaDataprotected SystemContextDescriptorsystemContextprotected List<VmdDescriptor>vmd-
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 MdsDescriptor()
-
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<BatteryDescriptor>getBattery()Gets the value of the battery property.ClockDescriptorgetClock()Gets the value of the clock property.MdsDescriptor.MetaDatagetMetaData()Gets the value of the metaData property.SystemContextDescriptorgetSystemContext()Gets the value of the systemContext property.List<VmdDescriptor>getVmd()Gets the value of the vmd property.inthashCode()voidsetApprovedJurisdictions(ApprovedJurisdictions value)Sets the value of the approvedJurisdictions property.voidsetBattery(List<BatteryDescriptor> value)voidsetClock(ClockDescriptor value)Sets the value of the clock property.voidsetMetaData(MdsDescriptor.MetaData value)Sets the value of the metaData property.voidsetSystemContext(SystemContextDescriptor value)Sets the value of the systemContext property.voidsetVmd(List<VmdDescriptor> 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
-
metaData
protected MdsDescriptor.MetaData metaData
-
systemContext
protected SystemContextDescriptor systemContext
-
clock
protected ClockDescriptor clock
-
battery
protected List<BatteryDescriptor> battery
-
approvedJurisdictions
protected ApprovedJurisdictions approvedJurisdictions
-
vmd
protected List<VmdDescriptor> vmd
-
-
Method Detail
-
getMetaData
public MdsDescriptor.MetaData getMetaData()
Gets the value of the metaData property.- Returns:
- possible object is
MdsDescriptor.MetaData
-
setMetaData
public void setMetaData(MdsDescriptor.MetaData value)
Sets the value of the metaData property.- Parameters:
value- allowed object isMdsDescriptor.MetaData
-
getSystemContext
public SystemContextDescriptor getSystemContext()
Gets the value of the systemContext property.- Returns:
- possible object is
SystemContextDescriptor
-
setSystemContext
public void setSystemContext(SystemContextDescriptor value)
Sets the value of the systemContext property.- Parameters:
value- allowed object isSystemContextDescriptor
-
getClock
public ClockDescriptor getClock()
Gets the value of the clock property.- Returns:
- possible object is
ClockDescriptor
-
setClock
public void setClock(ClockDescriptor value)
Sets the value of the clock property.- Parameters:
value- allowed object isClockDescriptor
-
getBattery
public List<BatteryDescriptor> getBattery()
Gets the value of the battery 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 battery property.For example, to add a new item, do as follows:
getBattery().add(newItem);Objects of the following type(s) are allowed in the list
BatteryDescriptor
-
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
-
getVmd
public List<VmdDescriptor> getVmd()
Gets the value of the vmd 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 vmd property.For example, to add a new item, do as follows:
getVmd().add(newItem);Objects of the following type(s) are allowed in the list
VmdDescriptor
-
setBattery
public void setBattery(List<BatteryDescriptor> value)
-
setVmd
public void setVmd(List<VmdDescriptor> 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
-
-