public class AlertSignalState extends AbstractAlertState
Java class for AlertSignalState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertSignalState">
<complexContent>
<extension base="{http://p11073-10207/draft10/pm/2017/10/05}AbstractAlertState">
<attribute name="ActualSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="Presence" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertSignalPresence" />
<attribute name="Location" type="{http://p11073-10207/draft10/pm/2017/10/05}AlertSignalPrimaryLocation" />
<attribute name="Slot" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
actualSignalGenerationDelay |
protected AlertSignalPrimaryLocation |
location |
protected AlertSignalPresence |
presence |
protected Long |
slot |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertSignalState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Duration |
getActualSignalGenerationDelay()
Gets the value of the actualSignalGenerationDelay property.
|
AlertSignalPrimaryLocation |
getLocation()
Gets the value of the location property.
|
AlertSignalPresence |
getPresence()
Gets the value of the presence property.
|
Long |
getSlot()
Gets the value of the slot property.
|
int |
hashCode() |
void |
setActualSignalGenerationDelay(Duration value)
Sets the value of the actualSignalGenerationDelay property.
|
void |
setLocation(AlertSignalPrimaryLocation value)
Sets the value of the location property.
|
void |
setPresence(AlertSignalPresence value)
Sets the value of the presence property.
|
void |
setSlot(Long value)
Sets the value of the slot property.
|
String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected Duration actualSignalGenerationDelay
protected AlertSignalPresence presence
protected AlertSignalPrimaryLocation location
protected Long slot
public Duration getActualSignalGenerationDelay()
Durationpublic void setActualSignalGenerationDelay(Duration value)
value - allowed object is
Durationpublic AlertSignalPresence getPresence()
AlertSignalPresencepublic void setPresence(AlertSignalPresence value)
value - allowed object is
AlertSignalPresencepublic AlertSignalPrimaryLocation getLocation()
AlertSignalPrimaryLocationpublic void setLocation(AlertSignalPrimaryLocation value)
value - allowed object is
AlertSignalPrimaryLocationpublic void setSlot(Long value)
value - allowed object is
Longpublic String toString()
toString in class AbstractAlertStatepublic boolean equals(Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertStateCopyright © 2018. All rights reserved.