Class AlertSignalState
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractState
-
- org.somda.sdc.biceps.model.participant.AbstractAlertState
-
- org.somda.sdc.biceps.model.participant.AlertSignalState
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class AlertSignalState extends AbstractAlertState implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
AlertSignalState contains the dynamic/volatile information of an ALERT SIGNAL. See pm:AlertSignalDescriptor for static information.Java class for AlertSignalState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AlertSignalState"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractAlertState"> <attribute name="ActualSignalGenerationDelay" type="{http://www.w3.org/2001/XMLSchema}duration" /> <attribute name="Presence" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalPresence" /> <attribute name="Location" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalPrimaryLocation" /> <attribute name="Slot" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected DurationactualSignalGenerationDelayprotected AlertSignalPrimaryLocationlocationprotected AlertSignalPresencepresenceprotected Longslot-
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 AlertSignalState()
-
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)DurationgetActualSignalGenerationDelay()Gets the value of the actualSignalGenerationDelay property.AlertSignalPrimaryLocationgetLocation()Gets the value of the location property.AlertSignalPresencegetPresence()Gets the value of the presence property.LonggetSlot()Gets the value of the slot property.inthashCode()voidsetActualSignalGenerationDelay(Duration value)Sets the value of the actualSignalGenerationDelay property.voidsetLocation(AlertSignalPrimaryLocation value)Sets the value of the location property.voidsetPresence(AlertSignalPresence value)Sets the value of the presence property.voidsetSlot(Long value)Sets the value of the slot 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
-
actualSignalGenerationDelay
protected Duration actualSignalGenerationDelay
-
presence
protected AlertSignalPresence presence
-
location
protected AlertSignalPrimaryLocation location
-
slot
protected Long slot
-
-
Method Detail
-
getActualSignalGenerationDelay
public Duration getActualSignalGenerationDelay()
Gets the value of the actualSignalGenerationDelay property.- Returns:
- possible object is
String
-
setActualSignalGenerationDelay
public void setActualSignalGenerationDelay(Duration value)
Sets the value of the actualSignalGenerationDelay property.- Parameters:
value- allowed object isString
-
getPresence
public AlertSignalPresence getPresence()
Gets the value of the presence property.- Returns:
- possible object is
AlertSignalPresence
-
setPresence
public void setPresence(AlertSignalPresence value)
Sets the value of the presence property.- Parameters:
value- allowed object isAlertSignalPresence
-
getLocation
public AlertSignalPrimaryLocation getLocation()
Gets the value of the location property.- Returns:
- possible object is
AlertSignalPrimaryLocation
-
setLocation
public void setLocation(AlertSignalPrimaryLocation value)
Sets the value of the location property.- Parameters:
value- allowed object isAlertSignalPrimaryLocation
-
setSlot
public void setSlot(Long value)
Sets the value of the slot property.- Parameters:
value- allowed object isLong
-
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
-
-