public class MdsDescriptor extends AbstractDeviceComponentDescriptor
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://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentDescriptor">
<sequence>
<element name="MetaData" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft6/ext/2016/12/08}Extension" minOccurs="0"/>
<element name="Udi" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Manufacturer" type="{http://p11073-10207/draft6/pm/2016/12/08}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="ModelName" type="{http://p11073-10207/draft6/pm/2016/12/08}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://p11073-10207/draft6/pm/2016/12/08}SystemContextDescriptor" minOccurs="0"/>
<element name="Clock" type="{http://p11073-10207/draft6/pm/2016/12/08}ClockDescriptor" minOccurs="0"/>
<element name="Sco" type="{http://p11073-10207/draft6/pm/2016/12/08}ScoDescriptor" minOccurs="0"/>
<element name="Vmd" type="{http://p11073-10207/draft6/pm/2016/12/08}VmdDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MdsDescriptor.MetaData
Java class for anonymous complex type.
|
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected ClockDescriptor |
clock |
protected MdsDescriptor.MetaData |
metaData |
protected ScoDescriptor |
sco |
protected SystemContextDescriptor |
systemContext |
protected List<VmdDescriptor> |
vmd |
alertSystem, productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
MdsDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ClockDescriptor |
getClock()
Gets the value of the clock property.
|
MdsDescriptor.MetaData |
getMetaData()
Gets the value of the metaData property.
|
ScoDescriptor |
getSco()
Gets the value of the sco property.
|
SystemContextDescriptor |
getSystemContext()
Gets the value of the systemContext property.
|
List<VmdDescriptor> |
getVmd()
Gets the value of the vmd property.
|
int |
hashCode() |
void |
setClock(ClockDescriptor value)
Sets the value of the clock property.
|
void |
setMetaData(MdsDescriptor.MetaData value)
Sets the value of the metaData property.
|
void |
setSco(ScoDescriptor value)
Sets the value of the sco property.
|
void |
setSystemContext(SystemContextDescriptor value)
Sets the value of the systemContext property.
|
void |
setVmd(List<VmdDescriptor> value) |
String |
toString() |
getAlertSystem, getProductionSpecification, setAlertSystem, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected MdsDescriptor.MetaData metaData
protected SystemContextDescriptor systemContext
protected ClockDescriptor clock
protected ScoDescriptor sco
protected List<VmdDescriptor> vmd
public MdsDescriptor.MetaData getMetaData()
MdsDescriptor.MetaDatapublic void setMetaData(MdsDescriptor.MetaData value)
value - allowed object is
MdsDescriptor.MetaDatapublic SystemContextDescriptor getSystemContext()
SystemContextDescriptorpublic void setSystemContext(SystemContextDescriptor value)
value - allowed object is
SystemContextDescriptorpublic ClockDescriptor getClock()
ClockDescriptorpublic void setClock(ClockDescriptor value)
value - allowed object is
ClockDescriptorpublic ScoDescriptor getSco()
ScoDescriptorpublic void setSco(ScoDescriptor value)
value - allowed object is
ScoDescriptorpublic List<VmdDescriptor> getVmd()
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 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
public void setVmd(List<VmdDescriptor> value)
public String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorCopyright © 2018. All rights reserved.