public class AbstractOperationDescriptor extends AbstractDescriptor
Java class for AbstractOperationDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractOperationDescriptor">
<complexContent>
<extension base="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}AbstractDescriptor">
<attribute name="OperationTarget" use="required" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}HandleRef" />
<attribute name="MaxTimeToFinish" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="InvocationEffectiveTimeout" type="{http://www.w3.org/2001/XMLSchema}duration" />
<attribute name="Retriggerable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="AccessLevel">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="Usr"/>
<enumeration value="CSUsr"/>
<enumeration value="RO"/>
<enumeration value="SP"/>
<enumeration value="Oth"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
accessLevel |
protected Duration |
invocationEffectiveTimeout |
protected Duration |
maxTimeToFinish |
protected String |
operationTarget |
protected Boolean |
retriggerable |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getAccessLevel()
Gets the value of the accessLevel property.
|
Duration |
getInvocationEffectiveTimeout()
Gets the value of the invocationEffectiveTimeout property.
|
Duration |
getMaxTimeToFinish()
Gets the value of the maxTimeToFinish property.
|
String |
getOperationTarget()
Gets the value of the operationTarget property.
|
int |
hashCode() |
Boolean |
isRetriggerable()
Gets the value of the retriggerable property.
|
void |
setAccessLevel(String value)
Sets the value of the accessLevel property.
|
void |
setInvocationEffectiveTimeout(Duration value)
Sets the value of the invocationEffectiveTimeout property.
|
void |
setMaxTimeToFinish(Duration value)
Sets the value of the maxTimeToFinish property.
|
void |
setOperationTarget(String value)
Sets the value of the operationTarget property.
|
void |
setRetriggerable(Boolean value)
Sets the value of the retriggerable property.
|
String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected String operationTarget
protected Duration maxTimeToFinish
protected Duration invocationEffectiveTimeout
protected Boolean retriggerable
protected String accessLevel
public String getOperationTarget()
Stringpublic void setOperationTarget(String value)
value - allowed object is
Stringpublic Duration getMaxTimeToFinish()
Durationpublic void setMaxTimeToFinish(Duration value)
value - allowed object is
Durationpublic Duration getInvocationEffectiveTimeout()
Durationpublic void setInvocationEffectiveTimeout(Duration value)
value - allowed object is
Durationpublic Boolean isRetriggerable()
Booleanpublic void setRetriggerable(Boolean value)
value - allowed object is
Booleanpublic String getAccessLevel()
Stringpublic void setAccessLevel(String value)
value - allowed object is
Stringpublic String toString()
toString in class AbstractDescriptorpublic boolean equals(Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptorCopyright © 2018. All rights reserved.