Class LimitAlertConditionDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractAlertDescriptor
-
- org.somda.sdc.biceps.model.participant.AlertConditionDescriptor
-
- org.somda.sdc.biceps.model.participant.LimitAlertConditionDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class LimitAlertConditionDescriptor extends AlertConditionDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
LimitAlertConditionDescriptor is a specialization of an ALERT CONDITION that is active if at least one limit for a referenced METRIC has been violated.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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionDescriptor"> <sequence> <element name="MaxLimits" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Range"/> </sequence> <attribute name="AutoLimitSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanautoLimitSupportedprotected RangemaxLimits-
Fields inherited from class org.somda.sdc.biceps.model.participant.AlertConditionDescriptor
canDeescalate, canEscalate, causeInfo, defaultConditionGenerationDelay, kind, priority, source
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description LimitAlertConditionDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)RangegetMaxLimits()Gets the value of the maxLimits property.inthashCode()BooleanisAutoLimitSupported()Gets the value of the autoLimitSupported property.voidsetAutoLimitSupported(Boolean value)Sets the value of the autoLimitSupported property.voidsetMaxLimits(Range value)Sets the value of the maxLimits property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AlertConditionDescriptor
getCanDeescalate, getCanEscalate, getCauseInfo, getDefaultConditionGenerationDelay, getKind, getPriority, getSource, setCanDeescalate, setCanEscalate, setCauseInfo, setDefaultConditionGenerationDelay, setKind, setPriority, setSource
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Method Detail
-
getMaxLimits
public Range getMaxLimits()
Gets the value of the maxLimits property.- Returns:
- possible object is
Range
-
setMaxLimits
public void setMaxLimits(Range value)
Sets the value of the maxLimits property.- Parameters:
value- allowed object isRange
-
isAutoLimitSupported
public Boolean isAutoLimitSupported()
Gets the value of the autoLimitSupported property.- Returns:
- possible object is
Boolean
-
setAutoLimitSupported
public void setAutoLimitSupported(Boolean value)
Sets the value of the autoLimitSupported property.- Parameters:
value- allowed object isBoolean
-
clone
public Object clone()
- Overrides:
clonein classAlertConditionDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAlertConditionDescriptor
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAlertConditionDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAlertConditionDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAlertConditionDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAlertConditionDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAlertConditionDescriptor
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAlertConditionDescriptor
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAlertConditionDescriptor
-
-