public class MDDescription extends Object
Java class for MDDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MDDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="MDS" type="{http://domain-model-uri/15/04}AbstractMDSDescriptor" maxOccurs="unbounded"/>
</sequence>
<attribute name="DescriptionVersion" type="{http://domain-model-uri/15/04}VersionCounter" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
descriptorVersion |
protected Extension |
extension |
protected List<MDSDescriptor> |
mdsDescriptors |
| Constructor and Description |
|---|
MDDescription() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getDescriptorVersion()
Version number of the description.
|
Extension |
getExtension()
Gets the value of the extension property.
|
List<MDSDescriptor> |
getMDSDescriptors()
List of Medical Device Descriptions that are contained in the MDIB and need to be described.Gets the value of the mdsDescriptors property.
|
void |
setDescriptorVersion(BigInteger value)
Sets the value of the descriptorVersion property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setMDSDescriptors(List<MDSDescriptor> value) |
protected Extension extension
protected List<MDSDescriptor> mdsDescriptors
protected BigInteger descriptorVersion
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic List<MDSDescriptor> getMDSDescriptors()
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 mdsDescriptors property.
For example, to add a new item, do as follows:
getMDSDescriptors().add(newItem);
Objects of the following type(s) are allowed in the list
MDSDescriptor
public BigInteger getDescriptorVersion()
BigIntegerpublic void setDescriptorVersion(BigInteger value)
value - allowed object is
BigIntegerpublic void setMDSDescriptors(List<MDSDescriptor> value)
Copyright © 2016. All rights reserved.