public class AlertConditionState extends AbstractAlertState
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>
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.datatype.Duration |
actualConditionGenerationDelay |
protected AlertConditionPriority |
actualPriority |
protected java.math.BigInteger |
determinationTime |
protected java.lang.Boolean |
presence |
protected java.lang.Integer |
rank |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertConditionState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.Duration |
getActualConditionGenerationDelay()
Gets the value of the actualConditionGenerationDelay property.
|
AlertConditionPriority |
getActualPriority()
Gets the value of the actualPriority property.
|
java.math.BigInteger |
getDeterminationTime()
Gets the value of the determinationTime property.
|
java.lang.Integer |
getRank()
Gets the value of the rank property.
|
int |
hashCode() |
java.lang.Boolean |
isPresence()
Gets the value of the presence property.
|
void |
setActualConditionGenerationDelay(javax.xml.datatype.Duration value)
Sets the value of the actualConditionGenerationDelay property.
|
void |
setActualPriority(AlertConditionPriority value)
Sets the value of the actualPriority property.
|
void |
setDeterminationTime(java.math.BigInteger value)
Sets the value of the determinationTime property.
|
void |
setPresence(java.lang.Boolean value)
Sets the value of the presence property.
|
void |
setRank(java.lang.Integer value)
Sets the value of the rank property.
|
java.lang.String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected javax.xml.datatype.Duration actualConditionGenerationDelay
protected AlertConditionPriority actualPriority
protected java.lang.Integer rank
protected java.lang.Boolean presence
protected java.math.BigInteger determinationTime
public javax.xml.datatype.Duration getActualConditionGenerationDelay()
Durationpublic void setActualConditionGenerationDelay(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic AlertConditionPriority getActualPriority()
AlertConditionPrioritypublic void setActualPriority(AlertConditionPriority value)
value - allowed object is
AlertConditionPrioritypublic java.lang.Integer getRank()
Integerpublic void setRank(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Boolean isPresence()
Booleanpublic void setPresence(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.math.BigInteger getDeterminationTime()
BigIntegerpublic void setDeterminationTime(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class AbstractAlertStatepublic boolean equals(java.lang.Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertState