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/draft10/pm/2017/10/05}AlertConditionDescriptor">
<sequence>
<element name="MaxLimits" type="{http://p11073-10207/draft10/pm/2017/10/05}Range"/>
</sequence>
<attribute name="AutoLimitSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autoLimitSupported |
protected Range |
maxLimits |
canDeescalate, canEscalate, causeInfo, defaultConditionGenerationDelay, kind, priority, sourcedescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
LimitAlertConditionDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Range |
getMaxLimits()
Gets the value of the maxLimits property.
|
int |
hashCode() |
Boolean |
isAutoLimitSupported()
Gets the value of the autoLimitSupported property.
|
void |
setAutoLimitSupported(Boolean value)
Sets the value of the autoLimitSupported property.
|
void |
setMaxLimits(Range value)
Sets the value of the maxLimits property.
|
String |
toString() |
getCanDeescalate, getCanEscalate, getCauseInfo, getDefaultConditionGenerationDelay, getKind, getPriority, getSource, setCanDeescalate, setCanEscalate, setCauseInfo, setDefaultConditionGenerationDelay, setKind, setPriority, setSourcegetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected Range maxLimits
protected Boolean autoLimitSupported
public Range getMaxLimits()
Rangepublic void setMaxLimits(Range value)
value - allowed object is
Rangepublic Boolean isAutoLimitSupported()
Booleanpublic void setAutoLimitSupported(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.