public class ChannelDescriptor extends AbstractDeviceComponentDescriptor
Java class for ChannelDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChannelDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AbstractDeviceComponentDescriptor">
<sequence>
<element name="Metric" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractMetricDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricDescriptor> |
metric |
alertSystem, productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ChannelDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractMetricDescriptor> |
getMetric()
Gets the value of the metric property.
|
int |
hashCode() |
void |
setMetric(List<AbstractMetricDescriptor> value) |
String |
toString() |
getAlertSystem, getProductionSpecification, setAlertSystem, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<AbstractMetricDescriptor> metric
public List<AbstractMetricDescriptor> getMetric()
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 metric property.
For example, to add a new item, do as follows:
getMetric().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractMetricDescriptor
public void setMetric(List<AbstractMetricDescriptor> 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.