Class ExecuteChangesType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.model_3.ExecuteChangesType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ExecuteChangesType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
A request for executeChanges operation.Java class for ExecuteChangesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteChangesType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="deltaList" type="{http://midpoint.evolveum.com/xml/ns/public/common/api-types-3}ObjectDeltaListType"/> <element name="options" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModelExecuteOptionsType" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEprotected ObjectDeltaListTypedeltaListstatic ItemNameF_DELTA_LISTstatic ItemNameF_OPTIONSprotected ModelExecuteOptionsTypeoptions
-
Constructor Summary
Constructors Constructor Description ExecuteChangesType()Creates a newExecuteChangesTypeinstance.ExecuteChangesType(ExecuteChangesType o)Creates a newExecuteChangesTypeinstance by deeply copying a givenExecuteChangesTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ObjectDeltaListTypebeginDeltaList()ModelExecuteOptionsTypebeginOptions()ExecuteChangesTypeclone()Creates and returns a deep copy of this object.ExecuteChangesTypedeltaList(ObjectDeltaListType value)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)ObjectDeltaListTypegetDeltaList()Gets the value of the deltaList property.ModelExecuteOptionsTypegetOptions()Gets the value of the options property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)ExecuteChangesTypeoptions(ModelExecuteOptionsType value)voidsetDeltaList(ObjectDeltaListType value)Sets the value of the deltaList property.voidsetOptions(ModelExecuteOptionsType value)Sets the value of the options property.StringtoString()Generates a String representation of the contents of this type.
-
-
-
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()
Creates a newExecuteChangesTypeinstance.
-
ExecuteChangesType
public ExecuteChangesType(ExecuteChangesType o)
Creates a newExecuteChangesTypeinstance by deeply copying a givenExecuteChangesTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getDeltaList
public ObjectDeltaListType getDeltaList()
Gets the value of the deltaList property.- Returns:
- possible object is
ObjectDeltaListType
-
setDeltaList
public void setDeltaList(ObjectDeltaListType value)
Sets the value of the deltaList property.- Parameters:
value- allowed object isObjectDeltaListType
-
getOptions
public ModelExecuteOptionsType getOptions()
Gets the value of the options property.- Returns:
- possible object is
ModelExecuteOptionsType
-
setOptions
public void setOptions(ModelExecuteOptionsType value)
Sets the value of the options property.- Parameters:
value- allowed object isModelExecuteOptionsType
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals
-
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
-
clone
public ExecuteChangesType clone()
Creates and returns a deep copy of this object.
-
-