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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentDescriptor">
<sequence>
<element name="Metric" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricDescriptor" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
AbstractDeviceComponentDescriptor.ProductionSpecification| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<AbstractMetricDescriptor> |
metric |
productionSpecificationdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ChannelDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<AbstractMetricDescriptor> |
getMetric()
Gets the value of the metric property.
|
int |
hashCode() |
void |
setMetric(java.util.List<AbstractMetricDescriptor> value) |
java.lang.String |
toString() |
getProductionSpecification, setProductionSpecificationgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<AbstractMetricDescriptor> metric
public java.util.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 java.lang.String toString()
toString in class AbstractDeviceComponentDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDeviceComponentDescriptorpublic int hashCode()
hashCode in class AbstractDeviceComponentDescriptorpublic void setMetric(java.util.List<AbstractMetricDescriptor> value)