Class ExecuteChangesType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ExecuteChangesType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class ExecuteChangesType extends AbstractPlainStructured
A request for executeChanges operation.- 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 ObjectDeltaListTypedeltaListstatic ItemNameF_DELTA_LISTstatic ItemNameF_OPTIONSprotected ModelExecuteOptionsTypeoptions
-
Constructor Summary
Constructors Constructor Description ExecuteChangesType()ExecuteChangesType(ExecuteChangesType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaListTypebeginDeltaList()ModelExecuteOptionsTypebeginOptions()ExecuteChangesTypeclone()ExecuteChangesTypedeltaList(ObjectDeltaListType value)booleanequals(Object other, StructuredEqualsStrategy strategy)ObjectDeltaListTypegetDeltaList()ModelExecuteOptionsTypegetOptions()inthashCode(StructuredHashCodeStrategy strategy)ExecuteChangesTypeoptions(ModelExecuteOptionsType value)voidsetDeltaList(ObjectDeltaListType value)voidsetOptions(ModelExecuteOptionsType value)-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
deltaList
protected ObjectDeltaListType deltaList
-
options
protected ModelExecuteOptionsType options
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_DELTA_LIST
public static final ItemName F_DELTA_LIST
-
F_OPTIONS
public static final ItemName F_OPTIONS
-
-
Constructor Detail
-
ExecuteChangesType
public ExecuteChangesType()
-
ExecuteChangesType
public ExecuteChangesType(ExecuteChangesType other)
-
-
Method Detail
-
getDeltaList
public ObjectDeltaListType getDeltaList()
-
setDeltaList
public void setDeltaList(ObjectDeltaListType value)
-
getOptions
public ModelExecuteOptionsType getOptions()
-
setOptions
public void setOptions(ModelExecuteOptionsType 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
-
deltaList
public ExecuteChangesType deltaList(ObjectDeltaListType value)
-
beginDeltaList
public ObjectDeltaListType beginDeltaList()
-
options
public ExecuteChangesType options(ModelExecuteOptionsType value)
-
beginOptions
public ModelExecuteOptionsType beginOptions()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classAbstractPlainStructured
-
clone
public ExecuteChangesType clone()
- Specified by:
clonein interfacePlainStructured- Specified by:
clonein classAbstractPlainStructured
-
-