Class ScoState
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractState
-
- org.somda.sdc.biceps.model.participant.AbstractDeviceComponentState
-
- org.somda.sdc.biceps.model.participant.ScoState
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
public class ScoState extends AbstractDeviceComponentState implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Corresponding state of pm:ScoDescriptor.Java class for ScoState complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScoState"> <complexContent> <extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDeviceComponentState"> <sequence> <element name="OperationGroup" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://standards.ieee.org/downloads/11073/11073-10207-2017/extension}Extension" minOccurs="0"/> <element name="Type" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/> </sequence> <attribute name="OperatingMode" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperatingMode" /> <attribute name="Operations" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperationRef" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="InvocationRequested" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperationRef" /> <attribute name="InvocationRequired" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}OperationRef" /> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classScoState.OperationGroupJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<String>invocationRequestedprotected List<String>invocationRequiredprotected List<ScoState.OperationGroup>operationGroup-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDeviceComponentState
activationState, calibrationInfo, nextCalibration, operatingCycles, operatingHours, physicalConnector
-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractState
descriptorHandle, descriptorVersion, extension, stateVersion
-
-
Constructor Summary
Constructors Constructor Description ScoState()
-
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)List<String>getInvocationRequested()Gets the value of the invocationRequested property.List<String>getInvocationRequired()Gets the value of the invocationRequired property.List<ScoState.OperationGroup>getOperationGroup()Gets the value of the operationGroup property.inthashCode()voidsetInvocationRequested(List<String> value)voidsetInvocationRequired(List<String> value)voidsetOperationGroup(List<ScoState.OperationGroup> value)StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDeviceComponentState
getActivationState, getCalibrationInfo, getNextCalibration, getOperatingCycles, getOperatingHours, getPhysicalConnector, setActivationState, setCalibrationInfo, setNextCalibration, setOperatingCycles, setOperatingHours, setPhysicalConnector
-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractState
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersion
-
-
-
-
Method Detail
-
getOperationGroup
public List<ScoState.OperationGroup> getOperationGroup()
Gets the value of the operationGroup property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the operationGroup property.For example, to add a new item, do as follows:
getOperationGroup().add(newItem);Objects of the following type(s) are allowed in the list
ScoState.OperationGroup
-
getInvocationRequested
public List<String> getInvocationRequested()
Gets the value of the invocationRequested property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the invocationRequested property.For example, to add a new item, do as follows:
getInvocationRequested().add(newItem);Objects of the following type(s) are allowed in the list
String
-
getInvocationRequired
public List<String> getInvocationRequired()
Gets the value of the invocationRequired property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the invocationRequired property.For example, to add a new item, do as follows:
getInvocationRequired().add(newItem);Objects of the following type(s) are allowed in the list
String
-
setOperationGroup
public void setOperationGroup(List<ScoState.OperationGroup> value)
-
clone
public Object clone()
- Overrides:
clonein classAbstractDeviceComponentState
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractDeviceComponentState
-
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 classAbstractDeviceComponentState
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractDeviceComponentState
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractDeviceComponentState
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractDeviceComponentState
-
toString
public String toString()
- Overrides:
toStringin classAbstractDeviceComponentState
-
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 classAbstractDeviceComponentState
-
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 classAbstractDeviceComponentState
-
-