public class HydraMDSDescriptor extends MDSDescriptor
Java-Klasse für HydraMDSDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<VMDDescriptor> |
vmDs |
clock, context, metaDataproductionSpecificationdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
HydraMDSDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
AlertSystemDescriptor |
getAlertSystem()
Ruft den Wert der alertSystem-Eigenschaft ab.
|
SCODescriptor |
getSCO()
Ruft den Wert der sco-Eigenschaft ab.
|
java.util.List<VMDDescriptor> |
getVMDs()
Gets the value of the vmDs property.
|
void |
setAlertSystem(AlertSystemDescriptor value)
Legt den Wert der alertSystem-Eigenschaft fest.
|
void |
setSCO(SCODescriptor value)
Legt den Wert der sco-Eigenschaft fest.
|
getClock, getContext, getMetaData, setClock, setContext, setMetaDatagetProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected SCODescriptor sco
protected AlertSystemDescriptor alertSystem
protected java.util.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 java.util.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