public class SystemSignalActivation extends 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://p11073-10207/draft10/pm/2017/10/05}AlertSignalManifestation" />
<attribute name="State" use="required" type="{http://p11073-10207/draft10/pm/2017/10/05}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(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.
|
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
AlertActivationCopyright © 2018. All rights reserved.