Class LiveSyncWorkStateType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractActivityWorkStateType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.LiveSyncWorkStateType
-
- All Implemented Interfaces:
Containerable
,DebugDumpable
,Serializable
,Cloneable
public class LiveSyncWorkStateType extends AbstractActivityWorkStateType implements Serializable, Cloneable, Containerable
State of the live sync activity.Java class for LiveSyncWorkStateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LiveSyncWorkStateType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}AbstractActivityWorkStateType"> <sequence> <element name="token" type="{http://www.w3.org/2001/XMLSchema}anyType" 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_TOKEN
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractActivityWorkStateType
F_EXTENSION
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description LiveSyncWorkStateType()
LiveSyncWorkStateType(PrismContext prismContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrismContainerValue
asPrismContainerValue()
ExtensionType
beginExtension()
LiveSyncWorkStateType
clone()
<X> X
end()
boolean
equals(Object object)
LiveSyncWorkStateType
extension(ExtensionType value)
Object
getToken()
int
hashCode()
LiveSyncWorkStateType
id(Long value)
void
setToken(Object value)
void
setupContainerValue(PrismContainerValue containerValue)
Setup value to the containerable representation.LiveSyncWorkStateType
token(Object value)
String
toString()
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractActivityWorkStateType
getExtension, getId, setExtension, 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
-
LiveSyncWorkStateType
public LiveSyncWorkStateType()
-
LiveSyncWorkStateType
public LiveSyncWorkStateType(PrismContext prismContext)
-
-
Method Detail
-
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interfaceContainerable
- Overrides:
asPrismContainerValue
in classAbstractActivityWorkStateType
-
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 classAbstractActivityWorkStateType
-
toString
public String toString()
- Overrides:
toString
in classAbstractActivityWorkStateType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classAbstractActivityWorkStateType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractActivityWorkStateType
-
end
public <X> X end()
- Overrides:
end
in classAbstractActivityWorkStateType
-
getToken
public Object getToken()
-
setToken
public void setToken(Object value)
-
token
public LiveSyncWorkStateType token(Object value)
-
extension
public LiveSyncWorkStateType extension(ExtensionType value)
- Overrides:
extension
in classAbstractActivityWorkStateType
-
beginExtension
public ExtensionType beginExtension()
- Overrides:
beginExtension
in classAbstractActivityWorkStateType
-
id
public LiveSyncWorkStateType id(Long value)
- Overrides:
id
in classAbstractActivityWorkStateType
-
clone
public LiveSyncWorkStateType clone()
- Overrides:
clone
in classAbstractActivityWorkStateType
-
-