public class ScoState extends AbstractDeviceComponentState
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>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScoState.OperationGroup
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<java.lang.String> |
invocationRequested |
protected java.util.List<java.lang.String> |
invocationRequired |
protected java.util.List<ScoState.OperationGroup> |
operationGroup |
activationState, calibrationInfo, nextCalibration, operatingCycles, operatingHours, physicalConnectordescriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
ScoState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<java.lang.String> |
getInvocationRequested()
Gets the value of the invocationRequested property.
|
java.util.List<java.lang.String> |
getInvocationRequired()
Gets the value of the invocationRequired property.
|
java.util.List<ScoState.OperationGroup> |
getOperationGroup()
Gets the value of the operationGroup property.
|
int |
hashCode() |
void |
setInvocationRequested(java.util.List<java.lang.String> value) |
void |
setInvocationRequired(java.util.List<java.lang.String> value) |
void |
setOperationGroup(java.util.List<ScoState.OperationGroup> value) |
java.lang.String |
toString() |
getActivationState, getCalibrationInfo, getNextCalibration, getOperatingCycles, getOperatingHours, getPhysicalConnector, setActivationState, setCalibrationInfo, setNextCalibration, setOperatingCycles, setOperatingHours, setPhysicalConnectorgetDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected java.util.List<ScoState.OperationGroup> operationGroup
protected java.util.List<java.lang.String> invocationRequested
protected java.util.List<java.lang.String> invocationRequired
public java.util.List<ScoState.OperationGroup> getOperationGroup()
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 set method 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
public java.util.List<java.lang.String> getInvocationRequested()
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 set method 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
public java.util.List<java.lang.String> getInvocationRequired()
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 set method 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
public java.lang.String toString()
toString in class AbstractDeviceComponentStatepublic boolean equals(java.lang.Object that)
equals in class AbstractDeviceComponentStatepublic int hashCode()
hashCode in class AbstractDeviceComponentStatepublic void setOperationGroup(java.util.List<ScoState.OperationGroup> value)
public void setInvocationRequested(java.util.List<java.lang.String> value)
public void setInvocationRequired(java.util.List<java.lang.String> value)