public class HydraMDSDescriptor extends MDSDescriptor
Java class for HydraMDSDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HydraMDSDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractMDSDescriptor">
<sequence>
<element name="SCO" type="{http://domain-model-uri/15/04}SCODescriptor" minOccurs="0"/>
<element name="AlertSystem" type="{http://domain-model-uri/15/04}AlertSystemDescriptor" minOccurs="0"/>
<element name="VMD" type="{http://domain-model-uri/15/04}VMDDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertSystemDescriptor |
alertSystem |
protected SCODescriptor |
sco |
protected List<VMDDescriptor> |
vmDs |
clock, context, metaDataproductionSpecificationdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
HydraMDSDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
AlertSystemDescriptor |
getAlertSystem()
Gets the value of the alertSystem property.
|
SCODescriptor |
getSCO()
Gets the value of the sco property.
|
List<VMDDescriptor> |
getVMDs()
List of VMDs that belongs to this MDS.Gets the value of the vmDs property.
|
void |
setAlertSystem(AlertSystemDescriptor value)
Sets the value of the alertSystem property.
|
void |
setSCO(SCODescriptor value)
Sets the value of the sco property.
|
void |
setVMDs(List<VMDDescriptor> value) |
getClock, getContext, getMetaData, setClock, setContext, setMetaDatagetProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected SCODescriptor sco
protected AlertSystemDescriptor alertSystem
protected List<VMDDescriptor> vmDs
public SCODescriptor getSCO()
SCODescriptorpublic void setSCO(SCODescriptor value)
value - allowed object is
SCODescriptorpublic AlertSystemDescriptor getAlertSystem()
AlertSystemDescriptorpublic void setAlertSystem(AlertSystemDescriptor value)
value - allowed object is
AlertSystemDescriptorpublic List<VMDDescriptor> getVMDs()
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 vmDs property.
For example, to add a new item, do as follows:
getVMDs().add(newItem);
Objects of the following type(s) are allowed in the list
VMDDescriptor
public void setVMDs(List<VMDDescriptor> value)
Copyright © 2016. All rights reserved.