public class ActivateOperationDescriptor extends AbstractSetStateOperationDescriptor
Java class for ActivateOperationDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ActivateOperationDescriptor">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractSetStateOperationDescriptor">
<sequence>
<element name="Argument" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ArgName" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}CodedValue"/>
<element name="Arg" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ActivateOperationDescriptor.Argument
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<ActivateOperationDescriptor.Argument> |
argument |
modifiableDataaccessLevel, invocationEffectiveTimeout, maxTimeToFinish, operationTarget, retriggerabledescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ActivateOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.util.List<ActivateOperationDescriptor.Argument> |
getArgument()
Gets the value of the argument property.
|
int |
hashCode() |
void |
setArgument(java.util.List<ActivateOperationDescriptor.Argument> value) |
java.lang.String |
toString() |
getModifiableData, setModifiableDatagetAccessLevel, getInvocationEffectiveTimeout, getMaxTimeToFinish, getOperationTarget, isRetriggerable, setAccessLevel, setInvocationEffectiveTimeout, setMaxTimeToFinish, setOperationTarget, setRetriggerablegetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.util.List<ActivateOperationDescriptor.Argument> argument
public java.util.List<ActivateOperationDescriptor.Argument> getArgument()
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 argument property.
For example, to add a new item, do as follows:
getArgument().add(newItem);
Objects of the following type(s) are allowed in the list
ActivateOperationDescriptor.Argument
public java.lang.String toString()
toString in class AbstractSetStateOperationDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractSetStateOperationDescriptorpublic int hashCode()
hashCode in class AbstractSetStateOperationDescriptorpublic void setArgument(java.util.List<ActivateOperationDescriptor.Argument> value)