public class AbstractAlertState extends AbstractState
Java class for AbstractAlertState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractAlertState">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractState">
<attribute name="ActivationState" use="required" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertActivation" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertActivation |
activationState |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AbstractAlertState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertActivation |
getActivationState()
Gets the value of the activationState property.
|
int |
hashCode() |
void |
setActivationState(AlertActivation value)
Sets the value of the activationState property.
|
String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected AlertActivation activationState
public AlertActivation getActivationState()
AlertActivationpublic void setActivationState(AlertActivation value)
value - allowed object is
AlertActivationpublic String toString()
toString in class AbstractStatepublic boolean equals(Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractStateCopyright © 2017. All rights reserved.