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://p11073-10207/draft6/pm/2016/12/08}AbstractAlertState">
<attribute name="ActualPriority" type="{http://p11073-10207/draft6/pm/2016/12/08}AlertConditionPriority" />
<attribute name="Rank" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Presence" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="DeterminationTime" type="{http://p11073-10207/draft6/pm/2016/12/08}Timestamp" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected AlertConditionPriority |
actualPriority |
protected BigInteger |
determinationTime |
protected boolean |
presence |
protected Integer |
rank |
activationStatedescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
AlertConditionState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
AlertConditionPriority |
getActualPriority()
Gets the value of the actualPriority property.
|
BigInteger |
getDeterminationTime()
Gets the value of the determinationTime property.
|
Integer |
getRank()
Gets the value of the rank property.
|
int |
hashCode() |
boolean |
isPresence()
Gets the value of the presence property.
|
void |
setActualPriority(AlertConditionPriority value)
Sets the value of the actualPriority property.
|
void |
setDeterminationTime(BigInteger value)
Sets the value of the determinationTime property.
|
void |
setPresence(boolean value)
Sets the value of the presence property.
|
void |
setRank(Integer value)
Sets the value of the rank property.
|
String |
toString() |
getActivationState, setActivationStategetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected AlertConditionPriority actualPriority
protected Integer rank
protected boolean presence
protected BigInteger determinationTime
public AlertConditionPriority getActualPriority()
AlertConditionPrioritypublic void setActualPriority(AlertConditionPriority value)
value - allowed object is
AlertConditionPrioritypublic Integer getRank()
Integerpublic void setRank(Integer value)
value - allowed object is
Integerpublic boolean isPresence()
public void setPresence(boolean value)
public BigInteger getDeterminationTime()
BigIntegerpublic void setDeterminationTime(BigInteger value)
value - allowed object is
BigIntegerpublic String toString()
toString in class AbstractAlertStatepublic boolean equals(Object that)
equals in class AbstractAlertStatepublic int hashCode()
hashCode in class AbstractAlertStateCopyright © 2018. All rights reserved.