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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState">
<attribute name="ActualSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="Presence" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalPresence" />
<attribute name="Location" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalPrimaryLocation" />
<attribute name="Slot" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
actualSignalGenerationDelay |
protected AlertSignalPrimaryLocation |
location |
protected AlertSignalPresence |
presence |
protected java.lang.Long |
slot |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertSignalState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.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.
|
java.lang.Long |
getSlot()
Gets the value of the slot property.
|
int |
hashCode() |
void |
setActualSignalGenerationDelay(javax.xml.datatype.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(java.lang.Long value)
Sets the value of the slot property.
|
java.lang.String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected javax.xml.datatype.Duration actualSignalGenerationDelay
protected AlertSignalPresence presence
protected AlertSignalPrimaryLocation location
protected java.lang.Long slot
public javax.xml.datatype.Duration getActualSignalGenerationDelay()
Durationpublic void setActualSignalGenerationDelay(javax.xml.datatype.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 java.lang.Long getSlot()
Longpublic void setSlot(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String toString()
toString in class AbstractAlertStatepublic boolean equals(java.lang.Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertState