public class CurrentAlertSignal extends AbstractAlertState
Java-Klasse für AlertSignalState complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AlertSignalState">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractAlertState">
<attribute name="ActivationState" use="required" type="{http://domain-model-uri/15/04}PausableActivation" />
<attribute name="Presence" type="{http://domain-model-uri/15/04}SignalPresence" />
<attribute name="Location" type="{http://domain-model-uri/15/04}PrimaryAlertSignalLocation" />
<attribute name="Slot" type="{http://www.w3.org/2001/XMLSchema}int" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertSignalLocation |
location |
protected SignalPresence |
presence |
protected java.lang.Integer |
slot |
protected PausableActivation |
state |
descriptorVersion, extension, handle, referencedDescriptor, stateVersion| Constructor and Description |
|---|
CurrentAlertSignal() |
| Modifier and Type | Method and Description |
|---|---|
AlertSignalLocation |
getLocation()
Ruft den Wert der location-Eigenschaft ab.
|
SignalPresence |
getPresence()
Ruft den Wert der presence-Eigenschaft ab.
|
java.lang.Integer |
getSlot()
Ruft den Wert der slot-Eigenschaft ab.
|
PausableActivation |
getState()
Ruft den Wert der state-Eigenschaft ab.
|
void |
setLocation(AlertSignalLocation value)
Legt den Wert der location-Eigenschaft fest.
|
void |
setPresence(SignalPresence value)
Legt den Wert der presence-Eigenschaft fest.
|
void |
setSlot(java.lang.Integer value)
Legt den Wert der slot-Eigenschaft fest.
|
void |
setState(PausableActivation value)
Legt den Wert der state-Eigenschaft fest.
|
getDescriptorVersion, getExtension, getHandle, getReferencedDescriptor, getStateVersion, setDescriptorVersion, setExtension, setHandle, setReferencedDescriptor, setStateVersionprotected PausableActivation state
protected SignalPresence presence
protected AlertSignalLocation location
protected java.lang.Integer slot
public PausableActivation getState()
PausableActivationpublic void setState(PausableActivation value)
value - allowed object is
PausableActivationpublic SignalPresence getPresence()
SignalPresencepublic void setPresence(SignalPresence value)
value - allowed object is
SignalPresencepublic AlertSignalLocation getLocation()
AlertSignalLocationpublic void setLocation(AlertSignalLocation value)
value - allowed object is
AlertSignalLocationpublic java.lang.Integer getSlot()
Integerpublic void setSlot(java.lang.Integer value)
value - allowed object is
Integer