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="executeImmediatelyAfterApproval" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="overwrite" 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_COMPLEX___TYPE |
static QName |
F_EXECUTE_IMMEDIATELY_AFTER_APPROVAL |
static QName |
F_FORCE |
static QName |
F_NO_CRYPT |
static QName |
F_OVERWRITE |
static QName |
F_RAW |
static QName |
F_RECONCILE |
static QName |
F_SERIAL_VERSION_UID |
protected Boolean |
force |
protected Boolean |
noCrypt |
protected Boolean |
overwrite |
protected Boolean |
raw |
protected Boolean |
reconcile |
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 |
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.
|
void |
setExecuteImmediatelyAfterApproval(Boolean value)
Sets the value of the executeImmediatelyAfterApproval property.
|
void |
setForce(Boolean value)
Sets the value of the force 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.
|
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 executeImmediatelyAfterApproval
protected Boolean overwrite
public static final QName COMPLEX_TYPE
public static final QName F_SERIAL_VERSION_UID
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_EXECUTE_IMMEDIATELY_AFTER_APPROVAL
public static final QName F_OVERWRITE
public static final QName F_COMPLEX___TYPE
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 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 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 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 © 2013 evolveum. All rights reserved.