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 java.lang.String |
accessLevel |
protected javax.xml.datatype.Duration |
invocationEffectiveTimeout |
protected javax.xml.datatype.Duration |
maxTimeToFinish |
protected java.lang.String |
operationTarget |
protected java.lang.Boolean |
retriggerable |
descriptorVersion, extension, handle, safetyClassification, type| Constructor and Description |
|---|
AbstractOperationDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
java.lang.String |
getAccessLevel()
Gets the value of the accessLevel property.
|
javax.xml.datatype.Duration |
getInvocationEffectiveTimeout()
Gets the value of the invocationEffectiveTimeout property.
|
javax.xml.datatype.Duration |
getMaxTimeToFinish()
Gets the value of the maxTimeToFinish property.
|
java.lang.String |
getOperationTarget()
Gets the value of the operationTarget property.
|
int |
hashCode() |
java.lang.Boolean |
isRetriggerable()
Gets the value of the retriggerable property.
|
void |
setAccessLevel(java.lang.String value)
Sets the value of the accessLevel property.
|
void |
setInvocationEffectiveTimeout(javax.xml.datatype.Duration value)
Sets the value of the invocationEffectiveTimeout property.
|
void |
setMaxTimeToFinish(javax.xml.datatype.Duration value)
Sets the value of the maxTimeToFinish property.
|
void |
setOperationTarget(java.lang.String value)
Sets the value of the operationTarget property.
|
void |
setRetriggerable(java.lang.Boolean value)
Sets the value of the retriggerable property.
|
java.lang.String |
toString() |
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setTypeprotected java.lang.String operationTarget
protected javax.xml.datatype.Duration maxTimeToFinish
protected javax.xml.datatype.Duration invocationEffectiveTimeout
protected java.lang.Boolean retriggerable
protected java.lang.String accessLevel
public java.lang.String getOperationTarget()
Stringpublic void setOperationTarget(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.Duration getMaxTimeToFinish()
Durationpublic void setMaxTimeToFinish(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic javax.xml.datatype.Duration getInvocationEffectiveTimeout()
Durationpublic void setInvocationEffectiveTimeout(javax.xml.datatype.Duration value)
value - allowed object is
Durationpublic java.lang.Boolean isRetriggerable()
Booleanpublic void setRetriggerable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getAccessLevel()
Stringpublic void setAccessLevel(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String toString()
toString in class AbstractDescriptorpublic boolean equals(java.lang.Object that)
equals in class AbstractDescriptorpublic int hashCode()
hashCode in class AbstractDescriptor