public class VMDDescriptor extends DeviceComponent
Java-Klasse für VMDDescriptor complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<ChannelDescriptor> |
channels |
productionSpecificationdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
VMDDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
AlertSystemDescriptor |
getAlertSystem()
Ruft den Wert der alertSystem-Eigenschaft ab.
|
java.util.List<ChannelDescriptor> |
getChannels()
Gets the value of the channels property.
|
void |
setAlertSystem(AlertSystemDescriptor value)
Legt den Wert der alertSystem-Eigenschaft fest.
|
getProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected java.util.List<ChannelDescriptor> channels
protected AlertSystemDescriptor alertSystem
public java.util.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
AlertSystemDescriptor