public class SystemSignalActivation
extends java.lang.Object
Java class for SystemSignalActivation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemSignalActivation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Manifestation" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalManifestation" />
<attribute name="State" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertActivation" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertSignalManifestation |
manifestation |
protected AlertActivation |
state |
| Constructor and Description |
|---|
SystemSignalActivation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
AlertSignalManifestation |
getManifestation()
Gets the value of the manifestation property.
|
AlertActivation |
getState()
Gets the value of the state property.
|
int |
hashCode() |
void |
setManifestation(AlertSignalManifestation value)
Sets the value of the manifestation property.
|
void |
setState(AlertActivation value)
Sets the value of the state property.
|
java.lang.String |
toString() |
protected AlertSignalManifestation manifestation
protected AlertActivation state
public AlertSignalManifestation getManifestation()
AlertSignalManifestationpublic void setManifestation(AlertSignalManifestation value)
value - allowed object is
AlertSignalManifestationpublic AlertActivation getState()
AlertActivationpublic void setState(AlertActivation value)
value - allowed object is
AlertActivationpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object