public class VMDDescriptor extends DeviceComponent
Java class for VMDDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VMDDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractDeviceComponent">
<sequence>
<element name="Channel" type="{http://domain-model-uri/15/04}ChannelDescriptor" maxOccurs="unbounded" minOccurs="0"/>
<element name="AlertSystem" type="{http://domain-model-uri/15/04}AlertSystemDescriptor" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertSystemDescriptor |
alertSystem |
protected List<ChannelDescriptor> |
channels |
productionSpecificationdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
VMDDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
AlertSystemDescriptor |
getAlertSystem()
Gets the value of the alertSystem property.
|
List<ChannelDescriptor> |
getChannels()
List of channels that allow hierarchical information organization of VMOs like metrics or alert systems Gets the value of the channels property.
|
void |
setAlertSystem(AlertSystemDescriptor value)
Sets the value of the alertSystem property.
|
void |
setChannels(List<ChannelDescriptor> value) |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<ChannelDescriptor> channels
protected AlertSystemDescriptor alertSystem
public List<ChannelDescriptor> getChannels()
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 channels property.
For example, to add a new item, do as follows:
getChannels().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelDescriptor
public AlertSystemDescriptor getAlertSystem()
AlertSystemDescriptorpublic void setAlertSystem(AlertSystemDescriptor value)
value - allowed object is
AlertSystemDescriptorpublic void setChannels(List<ChannelDescriptor> value)
Copyright © 2016. All rights reserved.