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/draft6/pm/2016/12/08}AbstractAlertState">
<attribute name="Presence" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertSignalPresence" />
<attribute name="Location" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertSignalPrimaryLocation" />
<attribute name="Slot" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
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) |
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 |
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 AlertSignalPresence presence
protected AlertSignalPrimaryLocation location
protected Long slot
public 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.