Class NoOpWorkDefinitionType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.NoOpWorkDefinitionType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class NoOpWorkDefinitionType extends AbstractWorkDefinitionType implements Serializable, Cloneable, Containerable
Work definition for a no-op activity.Java class for NoOpWorkDefinitionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="NoOpWorkDefinitionType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractWorkDefinitionType"> <sequence> <element name="steps" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="delay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="stepInterruptibility" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}NoOpActivityStepInterruptibilityType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_DELAY
static ItemName
F_STEP_INTERRUPTIBILITY
static ItemName
F_STEPS
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description NoOpWorkDefinitionType()
NoOpWorkDefinitionType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
NoOpWorkDefinitionType
clone()
NoOpWorkDefinitionType
delay(Integer value)
<X> X
end()
boolean
equals(Object object)
Integer
getDelay()
NoOpActivityStepInterruptibilityType
getStepInterruptibility()
Integer
getSteps()
int
hashCode()
NoOpWorkDefinitionType
id(Long value)
void
setDelay(Integer value)
void
setStepInterruptibility(NoOpActivityStepInterruptibilityType value)
void
setSteps(Integer value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.NoOpWorkDefinitionType
stepInterruptibility(NoOpActivityStepInterruptibilityType value)
NoOpWorkDefinitionType
steps(Integer value)
String
toString()
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractWorkDefinitionType
getId, setId
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
-
-
-
Constructor Detail
-
NoOpWorkDefinitionType
public NoOpWorkDefinitionType()
-
NoOpWorkDefinitionType
public NoOpWorkDefinitionType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractWorkDefinitionType
-
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
Description copied from interface:Containerable
Setup value to the containerable representation. This is used to after (empty) containerable is created to initialize it with a correct prism container value. Note: This method DOES NOT change the container value parent.- Specified by:
setupContainerValue
in interfaceContainerable
- Overrides:
setupContainerValue
in classAbstractWorkDefinitionType
-
toString
public String toString()
- Overrides:
toString
in classAbstractWorkDefinitionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractWorkDefinitionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractWorkDefinitionType
-
end
public <X> X end()
- Overrides:
end
in classAbstractWorkDefinitionType
-
getSteps
public Integer getSteps()
-
setSteps
public void setSteps(Integer value)
-
getDelay
public Integer getDelay()
-
setDelay
public void setDelay(Integer value)
-
getStepInterruptibility
public NoOpActivityStepInterruptibilityType getStepInterruptibility()
-
setStepInterruptibility
public void setStepInterruptibility(NoOpActivityStepInterruptibilityType value)
-
steps
public NoOpWorkDefinitionType steps(Integer value)
-
delay
public NoOpWorkDefinitionType delay(Integer value)
-
stepInterruptibility
public NoOpWorkDefinitionType stepInterruptibility(NoOpActivityStepInterruptibilityType value)
-
id
public NoOpWorkDefinitionType id(Long value)
- Overrides:
id
in classAbstractWorkDefinitionType
-
clone
public NoOpWorkDefinitionType clone()
- Overrides:
clone
in classAbstractWorkDefinitionType
-
-