public static class ScoState.OperationGroup extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<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>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected OperatingMode |
operatingMode |
protected List<String> |
operations |
protected CodedValue |
type |
| Constructor and Description |
|---|
OperationGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
OperatingMode |
getOperatingMode()
Gets the value of the operatingMode property.
|
List<String> |
getOperations()
Gets the value of the operations property.
|
CodedValue |
getType()
Gets the value of the type property.
|
int |
hashCode() |
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setOperatingMode(OperatingMode value)
Sets the value of the operatingMode property.
|
void |
setOperations(List<String> value) |
void |
setType(CodedValue value)
Sets the value of the type property.
|
String |
toString() |
protected ExtensionType extension
protected CodedValue type
protected OperatingMode operatingMode
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic CodedValue getType()
CodedValuepublic void setType(CodedValue value)
value - allowed object is
CodedValuepublic OperatingMode getOperatingMode()
OperatingModepublic void setOperatingMode(OperatingMode value)
value - allowed object is
OperatingModepublic List<String> getOperations()
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 operations property.
For example, to add a new item, do as follows:
getOperations().add(newItem);
Objects of the following type(s) are allowed in the list
String
Copyright © 2018. All rights reserved.