Class SystemSignalActivation
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.SystemSignalActivation
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class SystemSignalActivation extends Object implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Defines a tuple consisting of an pm:AlertSignalManifestation and an pm:AlertActivation to describe the alert activation state of a certain ALERT SIGNAL manifestation. Example: ./@Manifestation is "Aud" and ./@State is "Psd" means that any audible alert activation is paused.Java class for SystemSignalActivation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemSignalActivation"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Manifestation" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertSignalManifestation" /> <attribute name="State" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AlertActivation" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected AlertSignalManifestationmanifestationprotected AlertActivationstate
-
Constructor Summary
Constructors Constructor Description SystemSignalActivation()
-
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)AlertSignalManifestationgetManifestation()Gets the value of the manifestation property.AlertActivationgetState()Gets the value of the state property.inthashCode()voidsetManifestation(AlertSignalManifestation value)Sets the value of the manifestation property.voidsetState(AlertActivation value)Sets the value of the state property.StringtoString()
-
-
-
Field Detail
-
manifestation
protected AlertSignalManifestation manifestation
-
state
protected AlertActivation state
-
-
Method Detail
-
getManifestation
public AlertSignalManifestation getManifestation()
Gets the value of the manifestation property.- Returns:
- possible object is
AlertSignalManifestation
-
setManifestation
public void setManifestation(AlertSignalManifestation value)
Sets the value of the manifestation property.- Parameters:
value- allowed object isAlertSignalManifestation
-
getState
public AlertActivation getState()
Gets the value of the state property.- Returns:
- possible object is
AlertActivation
-
setState
public void setState(AlertActivation value)
Sets the value of the state property.- Parameters:
value- allowed object isAlertActivation
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2
-
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
-
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
-
-