public class AlertSignalDescriptor extends AbstractAlertDescriptor
Java class for AlertSignalDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertSignalDescriptor">
<complexContent>
<extension base="{http://domain-model-uri/15/04}AbstractAlertDescriptor">
<sequence>
<element name="ConditionSignaled" type="{http://domain-model-uri/15/04}HandleRef"/>
<element name="Manifestation" type="{http://domain-model-uri/15/04}AlertSignalManifestation"/>
<element name="Latching" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DefaultSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" minOccurs="0"/>
<element name="SignalDelegationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
<attribute name="AcknowledgementSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AcknowledgeTimeout" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
acknowledgementSupported |
protected Duration |
acknowledgeTimeout |
protected String |
conditionSignaled |
protected Duration |
defaultSignalGenerationDelay |
protected boolean |
isLatching |
protected Boolean |
isSignalDelegationSupported |
protected AlertSignalManifestation |
signalManifestation |
descriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
AlertSignalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getAcknowledgeTimeout()
Gets the value of the acknowledgeTimeout property.
|
String |
getConditionSignaled()
Gets the value of the conditionSignaled property.
|
Duration |
getDefaultSignalGenerationDelay()
Gets the value of the defaultSignalGenerationDelay property.
|
AlertSignalManifestation |
getSignalManifestation()
Dertermines, how an alert signal can be perceived.
|
Boolean |
isAcknowledgementSupported()
Gets the value of the acknowledgementSupported property.
|
boolean |
isIsLatching()
An alert signal is latching if it outlives its triggering alert condition until it is stopped by deliberate action.
|
Boolean |
isIsSignalDelegationSupported()
Indicates if this signal can be generated on another device as primary alert signal.
|
void |
setAcknowledgementSupported(Boolean value)
Sets the value of the acknowledgementSupported property.
|
void |
setAcknowledgeTimeout(Duration value)
Sets the value of the acknowledgeTimeout property.
|
void |
setConditionSignaled(String value)
Sets the value of the conditionSignaled property.
|
void |
setDefaultSignalGenerationDelay(Duration value)
Sets the value of the defaultSignalGenerationDelay property.
|
void |
setIsLatching(boolean value)
Sets the value of the isLatching property.
|
void |
setIsSignalDelegationSupported(Boolean value)
Sets the value of the isSignalDelegationSupported property.
|
void |
setSignalManifestation(AlertSignalManifestation value)
Sets the value of the signalManifestation property.
|
getDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected String conditionSignaled
protected AlertSignalManifestation signalManifestation
protected boolean isLatching
protected Duration defaultSignalGenerationDelay
protected Boolean isSignalDelegationSupported
protected Boolean acknowledgementSupported
protected Duration acknowledgeTimeout
public String getConditionSignaled()
Stringpublic void setConditionSignaled(String value)
value - allowed object is
Stringpublic AlertSignalManifestation getSignalManifestation()
AlertSignalManifestationpublic void setSignalManifestation(AlertSignalManifestation value)
value - allowed object is
AlertSignalManifestationpublic boolean isIsLatching()
public void setIsLatching(boolean value)
public Duration getDefaultSignalGenerationDelay()
Durationpublic void setDefaultSignalGenerationDelay(Duration value)
value - allowed object is
Durationpublic Boolean isIsSignalDelegationSupported()
Booleanpublic void setIsSignalDelegationSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isAcknowledgementSupported()
Booleanpublic void setAcknowledgementSupported(Boolean value)
value - allowed object is
Booleanpublic Duration getAcknowledgeTimeout()
DurationCopyright © 2016. All rights reserved.