Class AbstractOperationDescriptor
- java.lang.Object
-
- org.somda.sdc.biceps.model.participant.AbstractDescriptor
-
- org.somda.sdc.biceps.model.participant.AbstractOperationDescriptor
-
- All Implemented Interfaces:
Cloneable,org.jvnet.jaxb2_commons.lang.CopyTo2,org.jvnet.jaxb2_commons.lang.ToString2
- Direct Known Subclasses:
AbstractSetStateOperationDescriptor,SetStringOperationDescriptor,SetValueOperationDescriptor
public class AbstractOperationDescriptor extends AbstractDescriptor implements Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo2, org.jvnet.jaxb2_commons.lang.ToString2
Abstract description of an operation that is exposed on the SCO.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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractOperationDescriptor.AccessLevelJava class for null.
-
Field Summary
Fields Modifier and Type Field Description protected AbstractOperationDescriptor.AccessLevelaccessLevelprotected DurationinvocationEffectiveTimeoutprotected DurationmaxTimeToFinishprotected StringoperationTargetprotected Booleanretriggerable-
Fields inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
descriptorVersion, extension, handle, safetyClassification, type
-
-
Constructor Summary
Constructors Constructor Description AbstractOperationDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)Objectclone()ObjectcopyTo(Object target)ObjectcopyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)ObjectcreateNewInstance()booleanequals(Object object)AbstractOperationDescriptor.AccessLevelgetAccessLevel()Gets the value of the accessLevel property.DurationgetInvocationEffectiveTimeout()Gets the value of the invocationEffectiveTimeout property.DurationgetMaxTimeToFinish()Gets the value of the maxTimeToFinish property.StringgetOperationTarget()Gets the value of the operationTarget property.inthashCode()BooleanisRetriggerable()Gets the value of the retriggerable property.voidsetAccessLevel(AbstractOperationDescriptor.AccessLevel value)Sets the value of the accessLevel property.voidsetInvocationEffectiveTimeout(Duration value)Sets the value of the invocationEffectiveTimeout property.voidsetMaxTimeToFinish(Duration value)Sets the value of the maxTimeToFinish property.voidsetOperationTarget(String value)Sets the value of the operationTarget property.voidsetRetriggerable(Boolean value)Sets the value of the retriggerable property.StringtoString()-
Methods inherited from class org.somda.sdc.biceps.model.participant.AbstractDescriptor
getDescriptorVersion, getExtension, getHandle, getSafetyClassification, getType, setDescriptorVersion, setExtension, setHandle, setSafetyClassification, setType
-
-
-
-
Field Detail
-
operationTarget
protected String operationTarget
-
maxTimeToFinish
protected Duration maxTimeToFinish
-
invocationEffectiveTimeout
protected Duration invocationEffectiveTimeout
-
retriggerable
protected Boolean retriggerable
-
accessLevel
protected AbstractOperationDescriptor.AccessLevel accessLevel
-
-
Method Detail
-
getOperationTarget
public String getOperationTarget()
Gets the value of the operationTarget property.- Returns:
- possible object is
String
-
setOperationTarget
public void setOperationTarget(String value)
Sets the value of the operationTarget property.- Parameters:
value- allowed object isString
-
getMaxTimeToFinish
public Duration getMaxTimeToFinish()
Gets the value of the maxTimeToFinish property.- Returns:
- possible object is
String
-
setMaxTimeToFinish
public void setMaxTimeToFinish(Duration value)
Sets the value of the maxTimeToFinish property.- Parameters:
value- allowed object isString
-
getInvocationEffectiveTimeout
public Duration getInvocationEffectiveTimeout()
Gets the value of the invocationEffectiveTimeout property.- Returns:
- possible object is
String
-
setInvocationEffectiveTimeout
public void setInvocationEffectiveTimeout(Duration value)
Sets the value of the invocationEffectiveTimeout property.- Parameters:
value- allowed object isString
-
isRetriggerable
public Boolean isRetriggerable()
Gets the value of the retriggerable property.- Returns:
- possible object is
Boolean
-
setRetriggerable
public void setRetriggerable(Boolean value)
Sets the value of the retriggerable property.- Parameters:
value- allowed object isBoolean
-
getAccessLevel
public AbstractOperationDescriptor.AccessLevel getAccessLevel()
Gets the value of the accessLevel property.- Returns:
- possible object is
AbstractOperationDescriptor.AccessLevel
-
setAccessLevel
public void setAccessLevel(AbstractOperationDescriptor.AccessLevel value)
Sets the value of the accessLevel property.- Parameters:
value- allowed object isAbstractOperationDescriptor.AccessLevel
-
clone
public Object clone()
- Overrides:
clonein classAbstractDescriptor
-
copyTo
public Object copyTo(Object target)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractDescriptor
-
copyTo
public Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy2 strategy)
- Specified by:
copyToin interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
copyToin classAbstractDescriptor
-
createNewInstance
public Object createNewInstance()
- Specified by:
createNewInstancein interfaceorg.jvnet.jaxb2_commons.lang.CopyTo2- Overrides:
createNewInstancein classAbstractDescriptor
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classAbstractDescriptor
-
hashCode
public int hashCode()
- Overrides:
hashCodein classAbstractDescriptor
-
toString
public String toString()
- Overrides:
toStringin classAbstractDescriptor
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendin classAbstractDescriptor
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2- Overrides:
appendFieldsin classAbstractDescriptor
-
-