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://p11073-10207/draft10/pm/2017/10/05}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://p11073-10207/draft10/pm/2017/10/05}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 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(Object that) |
List<ActivateOperationDescriptor.Argument> |
getArgument()
Gets the value of the argument property.
|
int |
hashCode() |
void |
setArgument(List<ActivateOperationDescriptor.Argument> value) |
String |
toString() |
getModifiableData, setModifiableDatagetAccessLevel, getInvocationEffectiveTimeout, getMaxTimeToFinish, getOperationTarget, getRetriggerable, setAccessLevel, setInvocationEffectiveTimeout, setMaxTimeToFinish, setOperationTarget, setRetriggerablegetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<ActivateOperationDescriptor.Argument> argument
public 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 void setArgument(List<ActivateOperationDescriptor.Argument> value)
public String toString()
toString in class AbstractSetStateOperationDescriptorpublic boolean equals(Object that)
equals in class AbstractSetStateOperationDescriptorpublic int hashCode()
hashCode in class AbstractSetStateOperationDescriptorCopyright © 2018. All rights reserved.