public class ActivateOperationDescriptor extends OperationDescriptor
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://domain-model-uri/15/04}AbstractOperationDescriptor">
<sequence>
<element name="Argument" type="{http://domain-model-uri/15/04}ArgumentDescriptorType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ActivationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Duration |
activationDuration |
protected List<ArgumentDescriptorType> |
arguments |
modifiableAttribute, operationTargetdescriptorVersion, extension, handle, intendedUse, type| Constructor and Description |
|---|
ActivateOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Duration |
getActivationDuration()
Gets the value of the activationDuration property.
|
List<ArgumentDescriptorType> |
getArguments()
Gets the value of the arguments property.
|
void |
setActivationDuration(Duration value)
Sets the value of the activationDuration property.
|
void |
setArguments(List<ArgumentDescriptorType> value) |
getModifiableAttribute, getOperationTarget, setModifiableAttribute, setOperationTargetgetDescriptorVersion, getExtension, getHandle, getIntendedUse, getType, setDescriptorVersion, setExtension, setHandle, setIntendedUse, setTypeprotected List<ArgumentDescriptorType> arguments
protected Duration activationDuration
public List<ArgumentDescriptorType> getArguments()
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 arguments property.
For example, to add a new item, do as follows:
getArguments().add(newItem);
Objects of the following type(s) are allowed in the list
ArgumentDescriptorType
public Duration getActivationDuration()
Durationpublic void setActivationDuration(Duration value)
value - allowed object is
Durationpublic void setArguments(List<ArgumentDescriptorType> value)
Copyright © 2016. All rights reserved.