public class LimitAlertConditionDescriptor extends AlertConditionDescriptor
Java class for LimitAlertConditionDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LimitAlertConditionDescriptor">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AlertConditionDescriptor">
<sequence>
<element name="MaxLimits" type="{http://p11073-10207/draft6/pm/2016/12/08}Range"/>
</sequence>
<attribute name="AutoLimitSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Range |
maxLimitRange |
protected Boolean |
supportsAutoLimit |
causeInfo, condition, priority, sourcesdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
LimitAlertConditionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Range |
getMaxLimitRange()
The maximum possible range for the limit bounds.
|
int |
hashCode() |
Boolean |
isSupportsAutoLimit()
AutoLimitSupported indicates whether (true) or not (false) a limit ALERT CONDITION provides support for automatic limit adaption.
|
void |
setMaxLimitRange(Range value)
Sets the value of the maxLimitRange property.
|
void |
setSupportsAutoLimit(Boolean value)
Sets the value of the supportsAutoLimit property.
|
String |
toString() |
getCauseInfo, getCondition, getPriority, getSources, setCauseInfo, setCondition, setPriority, setSourcesgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected Range maxLimitRange
protected Boolean supportsAutoLimit
public Range getMaxLimitRange()
Rangepublic void setMaxLimitRange(Range value)
value - allowed object is
Rangepublic Boolean isSupportsAutoLimit()
Booleanpublic void setSupportsAutoLimit(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class AlertConditionDescriptorpublic boolean equals(Object that)
equals in class AlertConditionDescriptorpublic int hashCode()
hashCode in class AlertConditionDescriptorCopyright © 2017. All rights reserved.