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://p11073-10207/draft6/pm/2016/12/08}AbstractAlertDescriptor">
<attribute name="ConditionSignaled" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}HandleRef" />
<attribute name="Manifestation" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}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="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 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.
|
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 |
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 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 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.