Class TimedActionTimeSpecificationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.TimedActionTimeSpecificationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class TimedActionTimeSpecificationType extends AbstractPlainStructured
TODO EXPERIMENTAL By default (when the base is not specified), positive time intervals are meant "after work item start". Negative time intervals are meant "before work item deadline".- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Constructor Summary
Constructors Constructor Description TimedActionTimeSpecificationType()TimedActionTimeSpecificationType(TimedActionTimeSpecificationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)TimedActionTimeSpecificationTypebase(WfTimeBaseType value)TimedActionTimeSpecificationTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)WfTimeBaseTypegetBase()List<Duration>getValue()inthashCode(StructuredHashCodeStrategy strategy)voidsetBase(WfTimeBaseType value)TimedActionTimeSpecificationTypevalue(Duration value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TimedActionTimeSpecificationType
public TimedActionTimeSpecificationType()
-
TimedActionTimeSpecificationType
public TimedActionTimeSpecificationType(TimedActionTimeSpecificationType other)
-
-
Method Detail
-
getBase
public WfTimeBaseType getBase()
-
setBase
public void setBase(WfTimeBaseType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classAbstractPlainStructured
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classAbstractPlainStructured
-
value
public TimedActionTimeSpecificationType value(Duration value)
-
base
public TimedActionTimeSpecificationType base(WfTimeBaseType value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public TimedActionTimeSpecificationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-