public class SetAlertState 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="ProposedAlertState" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAlertState |
proposedAlertState |
extension, operationHandleRef| Constructor and Description |
|---|
SetAlertState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AbstractAlertState |
getProposedAlertState()
Gets the value of the proposedAlertState property.
|
int |
hashCode() |
void |
setProposedAlertState(AbstractAlertState value)
Sets the value of the proposedAlertState property.
|
String |
toString() |
getExtension, getOperationHandleRef, setExtension, setOperationHandleRefprotected AbstractAlertState proposedAlertState
public AbstractAlertState getProposedAlertState()
AbstractAlertStatepublic void setProposedAlertState(AbstractAlertState value)
value - allowed object is
AbstractAlertStatepublic String toString()
toString in class AbstractSetpublic boolean equals(Object that)
equals in class AbstractSetpublic int hashCode()
hashCode in class AbstractSetCopyright © 2018. All rights reserved.