public class ModelExecuteOptionsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ModelExecuteOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ModelExecuteOptionsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="force" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="raw" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="noCrypt" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reconcile" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reconcileAffected" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="executeImmediatelyAfterApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="overwrite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="isImport" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="limitPropagation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="reevaluateSearchFilters" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static QName |
COMPLEX_TYPE |
protected Boolean |
executeImmediatelyAfterApproval |
static QName |
F_EXECUTE_IMMEDIATELY_AFTER_APPROVAL |
static QName |
F_FORCE |
static QName |
F_IS_IMPORT |
static QName |
F_LIMIT_PROPAGATION |
static QName |
F_NO_CRYPT |
static QName |
F_OVERWRITE |
static QName |
F_RAW |
static QName |
F_RECONCILE |
static QName |
F_RECONCILE_AFFECTED |
static QName |
F_REEVALUATE_SEARCH_FILTERS |
protected Boolean |
force |
protected Boolean |
isImport |
protected Boolean |
limitPropagation |
protected Boolean |
noCrypt |
protected Boolean |
overwrite |
protected Boolean |
raw |
protected Boolean |
reconcile |
protected Boolean |
reconcileAffected |
protected Boolean |
reevaluateSearchFilters |
Constructor and Description |
---|
ModelExecuteOptionsType()
Creates a new
ModelExecuteOptionsType instance. |
ModelExecuteOptionsType(ModelExecuteOptionsType o)
Creates a new
ModelExecuteOptionsType instance by deeply copying a given ModelExecuteOptionsType instance. |
Modifier and Type | Method and Description |
---|---|
ModelExecuteOptionsType |
clone()
Creates and returns a deep copy of this object.
|
boolean |
equals(Object object) |
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) |
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isExecuteImmediatelyAfterApproval()
Gets the value of the executeImmediatelyAfterApproval property.
|
Boolean |
isForce()
Gets the value of the force property.
|
Boolean |
isIsImport()
Gets the value of the isImport property.
|
Boolean |
isLimitPropagation()
Gets the value of the limitPropagation property.
|
Boolean |
isNoCrypt()
Gets the value of the noCrypt property.
|
Boolean |
isOverwrite()
Gets the value of the overwrite property.
|
Boolean |
isRaw()
Gets the value of the raw property.
|
Boolean |
isReconcile()
Gets the value of the reconcile property.
|
Boolean |
isReconcileAffected()
Gets the value of the reconcileAffected property.
|
Boolean |
isReevaluateSearchFilters()
Gets the value of the reevaluateSearchFilters property.
|
void |
setExecuteImmediatelyAfterApproval(Boolean value)
Sets the value of the executeImmediatelyAfterApproval property.
|
void |
setForce(Boolean value)
Sets the value of the force property.
|
void |
setIsImport(Boolean value)
Sets the value of the isImport property.
|
void |
setLimitPropagation(Boolean value)
Sets the value of the limitPropagation property.
|
void |
setNoCrypt(Boolean value)
Sets the value of the noCrypt property.
|
void |
setOverwrite(Boolean value)
Sets the value of the overwrite property.
|
void |
setRaw(Boolean value)
Sets the value of the raw property.
|
void |
setReconcile(Boolean value)
Sets the value of the reconcile property.
|
void |
setReconcileAffected(Boolean value)
Sets the value of the reconcileAffected property.
|
void |
setReevaluateSearchFilters(Boolean value)
Sets the value of the reevaluateSearchFilters property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean force
protected Boolean raw
protected Boolean noCrypt
protected Boolean reconcile
protected Boolean reconcileAffected
protected Boolean executeImmediatelyAfterApproval
protected Boolean overwrite
protected Boolean isImport
protected Boolean limitPropagation
protected Boolean reevaluateSearchFilters
public static final QName COMPLEX_TYPE
public static final QName F_FORCE
public static final QName F_RAW
public static final QName F_NO_CRYPT
public static final QName F_RECONCILE
public static final QName F_RECONCILE_AFFECTED
public static final QName F_EXECUTE_IMMEDIATELY_AFTER_APPROVAL
public static final QName F_OVERWRITE
public static final QName F_IS_IMPORT
public static final QName F_LIMIT_PROPAGATION
public static final QName F_REEVALUATE_SEARCH_FILTERS
public ModelExecuteOptionsType()
ModelExecuteOptionsType
instance.public ModelExecuteOptionsType(ModelExecuteOptionsType o)
ModelExecuteOptionsType
instance by deeply copying a given ModelExecuteOptionsType
instance.o
- The instance to copy.NullPointerException
- if o
is null
.public Boolean isForce()
Boolean
public void setForce(Boolean value)
value
- allowed object is
Boolean
public Boolean isRaw()
Boolean
public void setRaw(Boolean value)
value
- allowed object is
Boolean
public Boolean isNoCrypt()
Boolean
public void setNoCrypt(Boolean value)
value
- allowed object is
Boolean
public Boolean isReconcile()
Boolean
public void setReconcile(Boolean value)
value
- allowed object is
Boolean
public Boolean isReconcileAffected()
Boolean
public void setReconcileAffected(Boolean value)
value
- allowed object is
Boolean
public Boolean isExecuteImmediatelyAfterApproval()
Boolean
public void setExecuteImmediatelyAfterApproval(Boolean value)
value
- allowed object is
Boolean
public Boolean isOverwrite()
Boolean
public void setOverwrite(Boolean value)
value
- allowed object is
Boolean
public Boolean isIsImport()
Boolean
public void setIsImport(Boolean value)
value
- allowed object is
Boolean
public Boolean isLimitPropagation()
Boolean
public void setLimitPropagation(Boolean value)
value
- allowed object is
Boolean
public Boolean isReevaluateSearchFilters()
Boolean
public void setReevaluateSearchFilters(Boolean value)
value
- allowed object is
Boolean
public String toString()
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode
in interface org.jvnet.jaxb2_commons.lang.HashCode
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)
equals
in interface org.jvnet.jaxb2_commons.lang.Equals
public ModelExecuteOptionsType clone()
Copyright © 2017 Evolveum. All rights reserved.