Class SchedulerInformationType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.SchedulerInformationType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SchedulerInformationType extends AbstractPlainStructured
Describes the state of the (local) scheduler.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected List<TaskType>executingTaskstatic ItemNameF_EXECUTING_TASKstatic ItemNameF_NODEprotected NodeTypenode
-
Constructor Summary
Constructors Constructor Description SchedulerInformationType()SchedulerInformationType(SchedulerInformationType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)TaskTypebeginExecutingTask()NodeTypebeginNode()SchedulerInformationTypeclone()booleanequals(Object other, StructuredEqualsStrategy strategy)SchedulerInformationTypeexecutingTask(TaskType value)List<TaskType>getExecutingTask()NodeTypegetNode()inthashCode(StructuredHashCodeStrategy strategy)SchedulerInformationTypenode(NodeType value)voidsetNode(NodeType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
SchedulerInformationType
public SchedulerInformationType()
-
SchedulerInformationType
public SchedulerInformationType(SchedulerInformationType other)
-
-
Method Detail
-
getNode
public NodeType getNode()
-
setNode
public void setNode(NodeType 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
-
node
public SchedulerInformationType node(NodeType value)
-
beginNode
public NodeType beginNode()
-
executingTask
public SchedulerInformationType executingTask(TaskType value)
-
beginExecutingTask
public TaskType beginExecutingTask()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public SchedulerInformationType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-