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://domain-model-uri/15/04}AlertConditionDescriptor">
<sequence>
<element name="MaxLimits" type="{http://domain-model-uri/15/04}Range"/>
<element name="AutoLimitSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Range |
maxLimitRange |
protected Boolean |
supportsAutoLimit |
causeInfo, conditionType, priority, sourcesdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
LimitAlertConditionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Range |
getMaxLimitRange()
The maximum possible range for the limit bounds.
|
Boolean |
isSupportsAutoLimit()
Indicates whether or not a LimitAlertCondition 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.
|
getCauseInfo, getConditionType, getPriority, getSources, setCauseInfo, setConditionType, setPriority, setSourcesgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected Range maxLimitRange
protected Boolean supportsAutoLimit
public Range getMaxLimitRange()
Rangepublic void setMaxLimitRange(Range value)
value - allowed object is
Rangepublic Boolean isSupportsAutoLimit()
BooleanCopyright © 2016. All rights reserved.