public class VMDDescriptor extends DeviceComponent
DeviceComponent.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelDescriptor> |
channels |
alertSystem, productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
VMDDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ChannelDescriptor> |
getChannels()
Ordered list of CHANNELs that allow hierarchical information organization of METRICs or ALERT SYSTEMs.
|
int |
hashCode() |
void |
setChannels(List<ChannelDescriptor> value) |
String |
toString() |
getAlertSystem, getProductionSpecification, setAlertSystem, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<ChannelDescriptor> channels
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 void setChannels(List<ChannelDescriptor> value)
public String toString()
toString in class DeviceComponentpublic boolean equals(Object that)
equals in class DeviceComponentpublic int hashCode()
hashCode in class DeviceComponentCopyright © 2018. All rights reserved.