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 java.lang.Boolean |
acknowledgementSupported |
protected javax.xml.datatype.Duration |
acknowledgeTimeout |
protected java.lang.String |
conditionSignaled |
protected javax.xml.datatype.Duration |
defaultSignalGenerationDelay |
protected boolean |
latching |
protected AlertSignalManifestation |
manifestation |
protected javax.xml.datatype.Duration |
maxSignalGenerationDelay |
protected javax.xml.datatype.Duration |
minSignalGenerationDelay |
protected java.lang.Boolean |
signalDelegationSupported |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AlertSignalDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.Duration |
getAcknowledgeTimeout()
Gets the value of the acknowledgeTimeout property.
|
java.lang.String |
getConditionSignaled()
Gets the value of the conditionSignaled property.
|
javax.xml.datatype.Duration |
getDefaultSignalGenerationDelay()
Gets the value of the defaultSignalGenerationDelay property.
|
AlertSignalManifestation |
getManifestation()
Gets the value of the manifestation property.
|
javax.xml.datatype.Duration |
getMaxSignalGenerationDelay()
Gets the value of the maxSignalGenerationDelay property.
|
javax.xml.datatype.Duration |
getMinSignalGenerationDelay()
Gets the value of the minSignalGenerationDelay property.
|
int |
hashCode() |
java.lang.Boolean |
isAcknowledgementSupported()
Gets the value of the acknowledgementSupported property.
|
boolean |
isLatching()
Gets the value of the latching property.
|
java.lang.Boolean |
isSignalDelegationSupported()
Gets the value of the signalDelegationSupported property.
|
void |
setAcknowledgementSupported(java.lang.Boolean value)
Sets the value of the acknowledgementSupported property.
|
void |
setAcknowledgeTimeout(javax.xml.datatype.Duration value)
Sets the value of the acknowledgeTimeout property.
|
void |
setConditionSignaled(java.lang.String value)
Sets the value of the conditionSignaled property.
|
void |
setDefaultSignalGenerationDelay(javax.xml.datatype.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(javax.xml.datatype.Duration value)
Sets the value of the maxSignalGenerationDelay property.
|
void |
setMinSignalGenerationDelay(javax.xml.datatype.Duration value)
Sets the value of the minSignalGenerationDelay property.
|
void |
setSignalDelegationSupported(java.lang.Boolean value)
Sets the value of the signalDelegationSupported property.
|
java.lang.String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.lang.String conditionSignaled
protected AlertSignalManifestation manifestation
protected boolean latching
protected javax.xml.datatype.Duration defaultSignalGenerationDelay
protected javax.xml.datatype.Duration minSignalGenerationDelay
protected javax.xml.datatype.Duration maxSignalGenerationDelay
protected java.lang.Boolean signalDelegationSupported
protected java.lang.Boolean acknowledgementSupported
protected javax.xml.datatype.Duration acknowledgeTimeout
public java.lang.String getConditionSignaled()
Stringpublic void setConditionSignaled(java.lang.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 javax.xml.datatype.Duration getDefaultSignalGenerationDelay()
Durationpublic void setDefaultSignalGenerationDelay(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic javax.xml.datatype.Duration getMinSignalGenerationDelay()
Durationpublic void setMinSignalGenerationDelay(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic javax.xml.datatype.Duration getMaxSignalGenerationDelay()
Durationpublic void setMaxSignalGenerationDelay(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.Boolean isSignalDelegationSupported()
Booleanpublic void setSignalDelegationSupported(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isAcknowledgementSupported()
Booleanpublic void setAcknowledgementSupported(java.lang.Boolean value)
value - allowed object is
Booleanpublic javax.xml.datatype.Duration getAcknowledgeTimeout()
Durationpublic void setAcknowledgeTimeout(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.String toString()
toString in class AbstractAlertDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractAlertDescriptorpublic int hashCode()
hashCode in class AbstractAlertDescriptor