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://p11073-10207/draft6/msg/2016/12/08}AbstractSet">
<sequence>
<element name="ProposedAlertState" type="{http://p11073-10207/draft6/pm/2016/12/08}AbstractAlertState"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractAlertState |
state |
extension, operationHandle| Constructor and Description |
|---|
SetAlertState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AbstractAlertState |
getState()
ProposedAlertState comprises the alert states that have to be
updated.
|
int |
hashCode() |
void |
setState(AbstractAlertState value)
Sets the value of the state property.
|
String |
toString() |
getExtension, getOperationHandle, setExtension, setOperationHandleprotected AbstractAlertState state
public AbstractAlertState getState()
AbstractAlertStatepublic void setState(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 © 2017. All rights reserved.