public class ImportOptionsType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Java class for ImportOptionsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportOptionsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="overwrite" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="keepOid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="stopAfterErrors" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="summarizeSucceses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="summarizeErrors" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="referentialIntegrity" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="validateStaticSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="validateDynamicSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="encryptProtectedValues" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="fetchResourceSchema" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="keepMetadata" 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 |
encryptProtectedValues |
static QName |
F_ENCRYPT_PROTECTED_VALUES |
static QName |
F_FETCH_RESOURCE_SCHEMA |
static QName |
F_KEEP_METADATA |
static QName |
F_KEEP_OID |
static QName |
F_OVERWRITE |
static QName |
F_REFERENTIAL_INTEGRITY |
static QName |
F_STOP_AFTER_ERRORS |
static QName |
F_SUMMARIZE_ERRORS |
static QName |
F_SUMMARIZE_SUCCESES |
static QName |
F_VALIDATE_DYNAMIC_SCHEMA |
static QName |
F_VALIDATE_STATIC_SCHEMA |
protected Boolean |
fetchResourceSchema |
protected Boolean |
keepMetadata |
protected Boolean |
keepOid |
protected Boolean |
overwrite |
protected Boolean |
referentialIntegrity |
protected Integer |
stopAfterErrors |
protected Boolean |
summarizeErrors |
protected Boolean |
summarizeSucceses |
protected Boolean |
validateDynamicSchema |
protected Boolean |
validateStaticSchema |
| Constructor and Description |
|---|
ImportOptionsType()
Creates a new
ImportOptionsType instance. |
ImportOptionsType(ImportOptionsType o)
Creates a new
ImportOptionsType instance by deeply copying a given ImportOptionsType instance. |
| Modifier and Type | Method and Description |
|---|---|
ImportOptionsType |
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) |
Integer |
getStopAfterErrors()
Gets the value of the stopAfterErrors property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
Boolean |
isEncryptProtectedValues()
Gets the value of the encryptProtectedValues property.
|
Boolean |
isFetchResourceSchema()
Gets the value of the fetchResourceSchema property.
|
Boolean |
isKeepMetadata()
Gets the value of the keepMetadata property.
|
Boolean |
isKeepOid()
Gets the value of the keepOid property.
|
Boolean |
isOverwrite()
Gets the value of the overwrite property.
|
Boolean |
isReferentialIntegrity()
Gets the value of the referentialIntegrity property.
|
Boolean |
isSummarizeErrors()
Gets the value of the summarizeErrors property.
|
Boolean |
isSummarizeSucceses()
Gets the value of the summarizeSucceses property.
|
Boolean |
isValidateDynamicSchema()
Gets the value of the validateDynamicSchema property.
|
Boolean |
isValidateStaticSchema()
Gets the value of the validateStaticSchema property.
|
void |
setEncryptProtectedValues(Boolean value)
Sets the value of the encryptProtectedValues property.
|
void |
setFetchResourceSchema(Boolean value)
Sets the value of the fetchResourceSchema property.
|
void |
setKeepMetadata(Boolean value)
Sets the value of the keepMetadata property.
|
void |
setKeepOid(Boolean value)
Sets the value of the keepOid property.
|
void |
setOverwrite(Boolean value)
Sets the value of the overwrite property.
|
void |
setReferentialIntegrity(Boolean value)
Sets the value of the referentialIntegrity property.
|
void |
setStopAfterErrors(Integer value)
Sets the value of the stopAfterErrors property.
|
void |
setSummarizeErrors(Boolean value)
Sets the value of the summarizeErrors property.
|
void |
setSummarizeSucceses(Boolean value)
Sets the value of the summarizeSucceses property.
|
void |
setValidateDynamicSchema(Boolean value)
Sets the value of the validateDynamicSchema property.
|
void |
setValidateStaticSchema(Boolean value)
Sets the value of the validateStaticSchema property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected Boolean overwrite
protected Boolean keepOid
protected Integer stopAfterErrors
protected Boolean summarizeSucceses
protected Boolean summarizeErrors
protected Boolean referentialIntegrity
protected Boolean validateStaticSchema
protected Boolean validateDynamicSchema
protected Boolean encryptProtectedValues
protected Boolean fetchResourceSchema
protected Boolean keepMetadata
public static final QName COMPLEX_TYPE
public static final QName F_OVERWRITE
public static final QName F_KEEP_OID
public static final QName F_STOP_AFTER_ERRORS
public static final QName F_SUMMARIZE_SUCCESES
public static final QName F_SUMMARIZE_ERRORS
public static final QName F_REFERENTIAL_INTEGRITY
public static final QName F_VALIDATE_STATIC_SCHEMA
public static final QName F_VALIDATE_DYNAMIC_SCHEMA
public static final QName F_ENCRYPT_PROTECTED_VALUES
public static final QName F_FETCH_RESOURCE_SCHEMA
public static final QName F_KEEP_METADATA
public ImportOptionsType()
ImportOptionsType instance.public ImportOptionsType(ImportOptionsType o)
ImportOptionsType instance by deeply copying a given ImportOptionsType instance.o - The instance to copy.NullPointerException - if o is null.public Boolean isOverwrite()
Booleanpublic void setOverwrite(Boolean value)
value - allowed object is
Booleanpublic Boolean isKeepOid()
Booleanpublic void setKeepOid(Boolean value)
value - allowed object is
Booleanpublic Integer getStopAfterErrors()
Integerpublic void setStopAfterErrors(Integer value)
value - allowed object is
Integerpublic Boolean isSummarizeSucceses()
Booleanpublic void setSummarizeSucceses(Boolean value)
value - allowed object is
Booleanpublic Boolean isSummarizeErrors()
Booleanpublic void setSummarizeErrors(Boolean value)
value - allowed object is
Booleanpublic Boolean isReferentialIntegrity()
Booleanpublic void setReferentialIntegrity(Boolean value)
value - allowed object is
Booleanpublic Boolean isValidateStaticSchema()
Booleanpublic void setValidateStaticSchema(Boolean value)
value - allowed object is
Booleanpublic Boolean isValidateDynamicSchema()
Booleanpublic void setValidateDynamicSchema(Boolean value)
value - allowed object is
Booleanpublic Boolean isEncryptProtectedValues()
Booleanpublic void setEncryptProtectedValues(Boolean value)
value - allowed object is
Booleanpublic Boolean isFetchResourceSchema()
Booleanpublic void setFetchResourceSchema(Boolean value)
value - allowed object is
Booleanpublic Boolean isKeepMetadata()
Booleanpublic void setKeepMetadata(Boolean value)
value - allowed object is
Booleanpublic 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.HashCodepublic 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.Equalspublic ImportOptionsType clone()
Copyright © 2016 Evolveum. All rights reserved.