public class VmdDescriptor extends AbstractDeviceComponentDescriptor
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://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentDescriptor">
<sequence>
<element name="Channel" type="{http://p11073-10207/draft6/pm/2016/12/08}ChannelDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected List<ChannelDescriptor> |
channel |
alertSystem, productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
VmdDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<ChannelDescriptor> |
getChannel()
Gets the value of the channel property.
|
int |
hashCode() |
void |
setChannel(List<ChannelDescriptor> value) |
String |
toString() |
getAlertSystem, getProductionSpecification, setAlertSystem, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<ChannelDescriptor> channel
public List<ChannelDescriptor> getChannel()
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 channel property.
For example, to add a new item, do as follows:
getChannel().add(newItem);
Objects of the following type(s) are allowed in the list
ChannelDescriptor
public void setChannel(List<ChannelDescriptor> value)
public String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorCopyright © 2018. All rights reserved.