public class SetMetricState extends AbstractSet
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/message}AbstractSet">
<sequence>
<element name="ProposedMetricState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractMetricState" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<AbstractMetricState> |
proposedMetricState |
extension, operationHandleRef| Constructor and Description |
|---|
SetMetricState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
List<AbstractMetricState> |
getProposedMetricState()
Gets the value of the proposedMetricState property.
|
int |
hashCode() |
void |
setProposedMetricState(List<AbstractMetricState> value) |
String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefprotected List<AbstractMetricState> proposedMetricState
public List<AbstractMetricState> getProposedMetricState()
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 proposedMetricState property.
For example, to add a new item, do as follows:
getProposedMetricState().add(newItem);
Objects of the following type(s) are allowed in the list
AbstractMetricState
public void setProposedMetricState(List<AbstractMetricState> value)
public String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2018. All rights reserved.