public static class ScoState.OperationGroup
extends java.lang.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://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>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionType |
extension |
protected OperatingMode |
operatingMode |
protected java.util.List<java.lang.String> |
operations |
protected CodedValue |
type |
| Constructor and Description |
|---|
OperationGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
ExtensionType |
getExtension()
Gets the value of the extension property.
|
OperatingMode |
getOperatingMode()
Gets the value of the operatingMode property.
|
java.util.List<java.lang.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(java.util.List<java.lang.String> value) |
void |
setType(CodedValue value)
Sets the value of the type property.
|
java.lang.String |
toString() |
protected ExtensionType extension
protected CodedValue type
protected OperatingMode operatingMode
protected java.util.List<java.lang.String> operations
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 java.util.List<java.lang.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
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setOperations(java.util.List<java.lang.String> value)