public class LimitAlertConditionState extends AlertConditionState
Java class for LimitAlertConditionState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LimitAlertConditionState">
<complexContent>
<extension base="{http://p11073-10207/draft6/pm/2016/12/08}AlertConditionState">
<sequence>
<element name="Limits" type="{http://p11073-10207/draft6/pm/2016/12/08}Range"/>
</sequence>
<attribute name="MonitoredAlertLimits" use="required" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertConditionMonitoredLimits" />
<attribute name="AutoLimitActivationState" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertActivation" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertActivation |
autoLimitActivationState |
protected Range |
limits |
protected AlertConditionMonitoredLimits |
monitoredAlertLimits |
actualPriority, determinationTime, presence, rankactivationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
LimitAlertConditionState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertActivation |
getAutoLimitActivationState()
Gets the value of the autoLimitActivationState property.
|
Range |
getLimits()
Gets the value of the limits property.
|
AlertConditionMonitoredLimits |
getMonitoredAlertLimits()
Gets the value of the monitoredAlertLimits property.
|
int |
hashCode() |
void |
setAutoLimitActivationState(AlertActivation value)
Sets the value of the autoLimitActivationState property.
|
void |
setLimits(Range value)
Sets the value of the limits property.
|
void |
setMonitoredAlertLimits(AlertConditionMonitoredLimits value)
Sets the value of the monitoredAlertLimits property.
|
String |
toString() |
getActualPriority, getDeterminationTime, getRank, isPresence, setActualPriority, setDeterminationTime, setPresence, setRankgetActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected Range limits
protected AlertConditionMonitoredLimits monitoredAlertLimits
protected AlertActivation autoLimitActivationState
public Range getLimits()
Rangepublic void setLimits(Range value)
value - allowed object is
Rangepublic AlertConditionMonitoredLimits getMonitoredAlertLimits()
AlertConditionMonitoredLimitspublic void setMonitoredAlertLimits(AlertConditionMonitoredLimits value)
value - allowed object is
AlertConditionMonitoredLimitspublic AlertActivation getAutoLimitActivationState()
AlertActivationpublic void setAutoLimitActivationState(AlertActivation value)
value - allowed object is
AlertActivationpublic String toString()
toString in class AlertConditionStatepublic boolean equals(Object that)
equals in class AlertConditionStatepublic int hashCode()
hashCode in class AlertConditionStateCopyright © 2018. All rights reserved.