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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertDescriptor">
<attribute name="ConditionSignaled" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
<attribute name="Manifestation" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalManifestation" />
<attribute name="Latching" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="DefaultSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="MinSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="MaxSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="SignalDelegationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<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 |
latching |
protected AlertSignalManifestation |
manifestation |
protected Duration |
maxSignalGenerationDelay |
protected Duration |
minSignalGenerationDelay |
protected Boolean |
signalDelegationSupported |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AlertSignalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
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 |
getManifestation()
Gets the value of the manifestation property.
|
Duration |
getMaxSignalGenerationDelay()
Gets the value of the maxSignalGenerationDelay property.
|
Duration |
getMinSignalGenerationDelay()
Gets the value of the minSignalGenerationDelay property.
|
int |
hashCode() |
Boolean |
isAcknowledgementSupported()
Gets the value of the acknowledgementSupported property.
|
boolean |
isLatching()
Gets the value of the latching property.
|
Boolean |
isSignalDelegationSupported()
Gets the value of the signalDelegationSupported property.
|
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 |
setLatching(boolean value)
Sets the value of the latching property.
|
void |
setManifestation(AlertSignalManifestation value)
Sets the value of the manifestation property.
|
void |
setMaxSignalGenerationDelay(Duration value)
Sets the value of the maxSignalGenerationDelay property.
|
void |
setMinSignalGenerationDelay(Duration value)
Sets the value of the minSignalGenerationDelay property.
|
void |
setSignalDelegationSupported(Boolean value)
Sets the value of the signalDelegationSupported property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected String conditionSignaled
protected AlertSignalManifestation manifestation
protected boolean latching
protected Duration defaultSignalGenerationDelay
protected Duration minSignalGenerationDelay
protected Duration maxSignalGenerationDelay
protected Boolean signalDelegationSupported
protected Boolean acknowledgementSupported
protected Duration acknowledgeTimeout
public String getConditionSignaled()
Stringpublic void setConditionSignaled(String value)
value - allowed object is
Stringpublic AlertSignalManifestation getManifestation()
AlertSignalManifestationpublic void setManifestation(AlertSignalManifestation value)
value - allowed object is
AlertSignalManifestationpublic boolean isLatching()
public void setLatching(boolean value)
public Duration getDefaultSignalGenerationDelay()
Durationpublic void setDefaultSignalGenerationDelay(Duration value)
value - allowed object is
Durationpublic Duration getMinSignalGenerationDelay()
Durationpublic void setMinSignalGenerationDelay(Duration value)
value - allowed object is
Durationpublic Duration getMaxSignalGenerationDelay()
Durationpublic void setMaxSignalGenerationDelay(Duration value)
value - allowed object is
Durationpublic Boolean isSignalDelegationSupported()
Booleanpublic void setSignalDelegationSupported(Boolean value)
value - allowed object is
Booleanpublic Boolean isAcknowledgementSupported()
Booleanpublic void setAcknowledgementSupported(Boolean value)
value - allowed object is
Booleanpublic Duration getAcknowledgeTimeout()
Durationpublic void setAcknowledgeTimeout(Duration value)
value - allowed object is
Durationpublic String toString()
toString in class AbstractAlertDescriptorpublic boolean equals(Object that)
equals in class AbstractAlertDescriptorpublic int hashCode()
hashCode in class AbstractAlertDescriptorCopyright © 2018. All rights reserved.