Class AlertConditionState
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractState
-
- org.somda.sdc.biceps.model.participant.AbstractAlertState
-
- org.somda.sdc.biceps.model.participant.AlertConditionState
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
LimitAlertConditionState
public class AlertConditionState extends AbstractAlertState implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
AlertConditionState contains the dynamic/volatile information of an ALERT CONDITION. See pm:AlertConditionDescriptor for static information.Java class for AlertConditionState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertConditionState"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState"> <attribute name="ActualConditionGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" /> <attribute name="ActualPriority" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertConditionPriority" /> <attribute name="Rank" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Presence" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="DeterminationTime" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}Timestamp" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationactualConditionGenerationDelayprotected AlertConditionPriorityactualPriorityprotected InstantdeterminationTimeprotected Booleanpresenceprotected Integerrank-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractAlertState
activationState
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractState
descriptorHandle, descriptorVersion, extension, stateVersion
-
-
Constructor Summary
Constructors Constructor Description AlertConditionState()
-
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)DurationgetActualConditionGenerationDelay()Gets the value of the actualConditionGenerationDelay property.AlertConditionPrioritygetActualPriority()Gets the value of the actualPriority property.InstantgetDeterminationTime()Gets the value of the determinationTime property.IntegergetRank()Gets the value of the rank property.inthashCode()BooleanisPresence()Gets the value of the presence property.voidsetActualConditionGenerationDelay(Duration value)Sets the value of the actualConditionGenerationDelay property.voidsetActualPriority(AlertConditionPriority value)Sets the value of the actualPriority property.voidsetDeterminationTime(Instant value)Sets the value of the determinationTime property.voidsetPresence(Boolean value)Sets the value of the presence property.voidsetRank(Integer value)Sets the value of the rank property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractAlertState
getActivationState, setActivationState
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractState
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersion
-
-
-
-
Field Detail
-
actualConditionGenerationDelay
protected Duration actualConditionGenerationDelay
-
actualPriority
protected AlertConditionPriority actualPriority
-
rank
protected Integer rank
-
presence
protected Boolean presence
-
determinationTime
protected Instant determinationTime
-
-
Method Detail
-
getActualConditionGenerationDelay
public Duration getActualConditionGenerationDelay()
Gets the value of the actualConditionGenerationDelay property.- Returns:
- possible object is
String
-
setActualConditionGenerationDelay
public void setActualConditionGenerationDelay(Duration value)
Sets the value of the actualConditionGenerationDelay property.- Parameters:
value- allowed object isString
-
getActualPriority
public AlertConditionPriority getActualPriority()
Gets the value of the actualPriority property.- Returns:
- possible object is
AlertConditionPriority
-
setActualPriority
public void setActualPriority(AlertConditionPriority value)
Sets the value of the actualPriority property.- Parameters:
value- allowed object isAlertConditionPriority
-
getRank
public Integer getRank()
Gets the value of the rank property.- Returns:
- possible object is
Integer
-
setRank
public void setRank(Integer value)
Sets the value of the rank property.- Parameters:
value- allowed object isInteger
-
isPresence
public Boolean isPresence()
Gets the value of the presence property.- Returns:
- possible object is
Boolean
-
setPresence
public void setPresence(Boolean value)
Sets the value of the presence property.- Parameters:
value- allowed object isBoolean
-
getDeterminationTime
public Instant getDeterminationTime()
Gets the value of the determinationTime property.- Returns:
- possible object is
String
-
setDeterminationTime
public void setDeterminationTime(Instant value)
Sets the value of the determinationTime property.- Parameters:
value- allowed object isString
-
clone
public Object clone()
- Overrides:
clonein classAbstractAlertState
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractAlertState
-
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 classAbstractAlertState
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractAlertState
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractAlertState
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractAlertState
-
toString
public String toString()
- Overrides:
toStringin classAbstractAlertState
-
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 classAbstractAlertState
-
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 classAbstractAlertState
-
-