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://message-model-uri/15/04}AbstractSet">
<sequence>
<element name="RequestedAlertState" type="{http://domain-model-uri/15/04}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 |
|---|---|
AbstractAlertState |
getState()
The new value state of the alert SHOULD be set to.
|
void |
setState(AbstractAlertState value)
Sets the value of the state property.
|
getExtension, getOperationHandle, setExtension, setOperationHandleprotected AbstractAlertState state
public AbstractAlertState getState()
AbstractAlertStatepublic void setState(AbstractAlertState value)
value - allowed object is
AbstractAlertStateCopyright © 2016. All rights reserved.