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/draft6/pm/2016/12/08}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/draft6/pm/2016/12/08}CodedValue"/>
<element name="Arg" type="{http://www.w3.org/2001/XMLSchema}QName"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="ActivationDuration" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="Retriggerable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</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 Duration |
activationDuration |
protected List<ActivateOperationDescriptor.Argument> |
arguments |
protected Boolean |
retriggerable |
modifiableAttributeoperationTargetdescriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
ActivateOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
Duration |
getActivationDuration()
Gets the value of the activationDuration property.
|
List<ActivateOperationDescriptor.Argument> |
getArguments()
Argument description for an activate operation.Gets the value of the arguments property.
|
int |
hashCode() |
Boolean |
isRetriggerable()
Gets the value of the retriggerable property.
|
void |
setActivationDuration(Duration value)
Sets the value of the activationDuration property.
|
void |
setArguments(List<ActivateOperationDescriptor.Argument> value) |
void |
setRetriggerable(Boolean value)
Sets the value of the retriggerable property.
|
String |
toString() |
getModifiableAttribute, setModifiableAttributegetOperationTarget, setOperationTargetgetDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected List<ActivateOperationDescriptor.Argument> arguments
protected Duration activationDuration
protected Boolean retriggerable
public List<ActivateOperationDescriptor.Argument> 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
ActivateOperationDescriptor.Argument
public Duration getActivationDuration()
Durationpublic void setActivationDuration(Duration value)
value - allowed object is
Durationpublic Boolean isRetriggerable()
Booleanpublic void setRetriggerable(Boolean value)
value - allowed object is
Booleanpublic void setArguments(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.