public class ScoState extends AbstractState
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://p11073-10207/draft10/pm/2017/10/05}AbstractState">
<sequence>
<element name="OperationGroup" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Type" type="{http://p11073-10207/draft10/pm/2017/10/05}CodedValue"/>
</sequence>
<attribute name="OperatingMode" type="{http://p11073-10207/draft10/pm/2017/10/05}OperatingMode" />
<attribute name="Operations" type="{http://p11073-10207/draft10/pm/2017/10/05}OperationRef" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="InvocationRequested" type="{http://p11073-10207/draft10/pm/2017/10/05}OperationRef" />
<attribute name="InvocationRequired" type="{http://p11073-10207/draft10/pm/2017/10/05}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 List<String> |
invocationRequested |
protected List<String> |
invocationRequired |
protected List<ScoState.OperationGroup> |
operationGroup |
descriptorHandle, descriptorVersion, extension, stateVersion| Constructor and Description |
|---|
ScoState() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
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.
|
int |
hashCode() |
void |
setInvocationRequested(List<String> value) |
void |
setInvocationRequired(List<String> value) |
void |
setOperationGroup(List<ScoState.OperationGroup> value) |
String |
toString() |
getDescriptorHandle, getDescriptorVersion, getExtension, getStateVersion, setDescriptorHandle, setDescriptorVersion, setExtension, setStateVersionprotected List<ScoState.OperationGroup> operationGroup
public 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 List<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 List<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 void setOperationGroup(List<ScoState.OperationGroup> value)
public String toString()
toString in class AbstractStatepublic boolean equals(Object that)
equals in class AbstractStatepublic int hashCode()
hashCode in class AbstractStateCopyright © 2018. All rights reserved.