Class ImportOptionsType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ImportOptionsType
-
- All Implemented Interfaces:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ImportOptionsType extends Object implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
The options for import tasks. It specifies optional settings for import such as "overwrite" and "stop on error".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"/> <element name="modelExecutionOptions" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ModelExecuteOptionsType" minOccurs="0"/> <element name="compatMode" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ImportOptionsType()Creates a newImportOptionsTypeinstance.ImportOptionsType(ImportOptionsType o)Creates a newImportOptionsTypeinstance by deeply copying a givenImportOptionsTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ModelExecuteOptionsTypebeginModelExecutionOptions()ImportOptionsTypeclone()Creates and returns a deep copy of this object.ImportOptionsTypecompatMode(Boolean value)ImportOptionsTypeencryptProtectedValues(Boolean 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)ImportOptionsTypefetchResourceSchema(Boolean value)ModelExecuteOptionsTypegetModelExecutionOptions()Gets the value of the modelExecutionOptions property.IntegergetStopAfterErrors()Gets the value of the stopAfterErrors property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)BooleanisCompatMode()Gets the value of the compatMode property.BooleanisEncryptProtectedValues()Gets the value of the encryptProtectedValues property.BooleanisFetchResourceSchema()Gets the value of the fetchResourceSchema property.BooleanisKeepMetadata()Gets the value of the keepMetadata property.BooleanisKeepOid()Gets the value of the keepOid property.BooleanisOverwrite()Gets the value of the overwrite property.BooleanisReferentialIntegrity()Gets the value of the referentialIntegrity property.BooleanisSummarizeErrors()Gets the value of the summarizeErrors property.BooleanisSummarizeSucceses()Gets the value of the summarizeSucceses property.BooleanisValidateDynamicSchema()Gets the value of the validateDynamicSchema property.BooleanisValidateStaticSchema()Gets the value of the validateStaticSchema property.ImportOptionsTypekeepMetadata(Boolean value)ImportOptionsTypekeepOid(Boolean value)ImportOptionsTypemodelExecutionOptions(ModelExecuteOptionsType value)ImportOptionsTypeoverwrite(Boolean value)ImportOptionsTypereferentialIntegrity(Boolean value)voidsetCompatMode(Boolean value)Sets the value of the compatMode property.voidsetEncryptProtectedValues(Boolean value)Sets the value of the encryptProtectedValues property.voidsetFetchResourceSchema(Boolean value)Sets the value of the fetchResourceSchema property.voidsetKeepMetadata(Boolean value)Sets the value of the keepMetadata property.voidsetKeepOid(Boolean value)Sets the value of the keepOid property.voidsetModelExecutionOptions(ModelExecuteOptionsType value)Sets the value of the modelExecutionOptions property.voidsetOverwrite(Boolean value)Sets the value of the overwrite property.voidsetReferentialIntegrity(Boolean value)Sets the value of the referentialIntegrity property.voidsetStopAfterErrors(Integer value)Sets the value of the stopAfterErrors property.voidsetSummarizeErrors(Boolean value)Sets the value of the summarizeErrors property.voidsetSummarizeSucceses(Boolean value)Sets the value of the summarizeSucceses property.voidsetValidateDynamicSchema(Boolean value)Sets the value of the validateDynamicSchema property.voidsetValidateStaticSchema(Boolean value)Sets the value of the validateStaticSchema property.ImportOptionsTypestopAfterErrors(Integer value)ImportOptionsTypesummarizeErrors(Boolean value)ImportOptionsTypesummarizeSucceses(Boolean value)StringtoString()Generates a String representation of the contents of this type.ImportOptionsTypevalidateDynamicSchema(Boolean value)ImportOptionsTypevalidateStaticSchema(Boolean value)
-
-
-
Field Detail
-
overwrite
protected Boolean overwrite
-
keepOid
protected Boolean keepOid
-
stopAfterErrors
protected Integer stopAfterErrors
-
summarizeSucceses
protected Boolean summarizeSucceses
-
summarizeErrors
protected Boolean summarizeErrors
-
referentialIntegrity
protected Boolean referentialIntegrity
-
validateStaticSchema
protected Boolean validateStaticSchema
-
validateDynamicSchema
protected Boolean validateDynamicSchema
-
encryptProtectedValues
protected Boolean encryptProtectedValues
-
fetchResourceSchema
protected Boolean fetchResourceSchema
-
keepMetadata
protected Boolean keepMetadata
-
modelExecutionOptions
protected ModelExecuteOptionsType modelExecutionOptions
-
compatMode
protected Boolean compatMode
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_OVERWRITE
public static final ItemName F_OVERWRITE
-
F_KEEP_OID
public static final ItemName F_KEEP_OID
-
F_STOP_AFTER_ERRORS
public static final ItemName F_STOP_AFTER_ERRORS
-
F_SUMMARIZE_SUCCESES
public static final ItemName F_SUMMARIZE_SUCCESES
-
F_SUMMARIZE_ERRORS
public static final ItemName F_SUMMARIZE_ERRORS
-
F_REFERENTIAL_INTEGRITY
public static final ItemName F_REFERENTIAL_INTEGRITY
-
F_VALIDATE_STATIC_SCHEMA
public static final ItemName F_VALIDATE_STATIC_SCHEMA
-
F_VALIDATE_DYNAMIC_SCHEMA
public static final ItemName F_VALIDATE_DYNAMIC_SCHEMA
-
F_ENCRYPT_PROTECTED_VALUES
public static final ItemName F_ENCRYPT_PROTECTED_VALUES
-
F_FETCH_RESOURCE_SCHEMA
public static final ItemName F_FETCH_RESOURCE_SCHEMA
-
F_KEEP_METADATA
public static final ItemName F_KEEP_METADATA
-
F_MODEL_EXECUTION_OPTIONS
public static final ItemName F_MODEL_EXECUTION_OPTIONS
-
F_COMPAT_MODE
public static final ItemName F_COMPAT_MODE
-
-
Constructor Detail
-
ImportOptionsType
public ImportOptionsType()
Creates a newImportOptionsTypeinstance.
-
ImportOptionsType
public ImportOptionsType(ImportOptionsType o)
Creates a newImportOptionsTypeinstance by deeply copying a givenImportOptionsTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
isOverwrite
public Boolean isOverwrite()
Gets the value of the overwrite property.- Returns:
- possible object is
Boolean
-
setOverwrite
public void setOverwrite(Boolean value)
Sets the value of the overwrite property.- Parameters:
value- allowed object isBoolean
-
isKeepOid
public Boolean isKeepOid()
Gets the value of the keepOid property.- Returns:
- possible object is
Boolean
-
setKeepOid
public void setKeepOid(Boolean value)
Sets the value of the keepOid property.- Parameters:
value- allowed object isBoolean
-
getStopAfterErrors
public Integer getStopAfterErrors()
Gets the value of the stopAfterErrors property.- Returns:
- possible object is
Integer
-
setStopAfterErrors
public void setStopAfterErrors(Integer value)
Sets the value of the stopAfterErrors property.- Parameters:
value- allowed object isInteger
-
isSummarizeSucceses
public Boolean isSummarizeSucceses()
Gets the value of the summarizeSucceses property.- Returns:
- possible object is
Boolean
-
setSummarizeSucceses
public void setSummarizeSucceses(Boolean value)
Sets the value of the summarizeSucceses property.- Parameters:
value- allowed object isBoolean
-
isSummarizeErrors
public Boolean isSummarizeErrors()
Gets the value of the summarizeErrors property.- Returns:
- possible object is
Boolean
-
setSummarizeErrors
public void setSummarizeErrors(Boolean value)
Sets the value of the summarizeErrors property.- Parameters:
value- allowed object isBoolean
-
isReferentialIntegrity
public Boolean isReferentialIntegrity()
Gets the value of the referentialIntegrity property.- Returns:
- possible object is
Boolean
-
setReferentialIntegrity
public void setReferentialIntegrity(Boolean value)
Sets the value of the referentialIntegrity property.- Parameters:
value- allowed object isBoolean
-
isValidateStaticSchema
public Boolean isValidateStaticSchema()
Gets the value of the validateStaticSchema property.- Returns:
- possible object is
Boolean
-
setValidateStaticSchema
public void setValidateStaticSchema(Boolean value)
Sets the value of the validateStaticSchema property.- Parameters:
value- allowed object isBoolean
-
isValidateDynamicSchema
public Boolean isValidateDynamicSchema()
Gets the value of the validateDynamicSchema property.- Returns:
- possible object is
Boolean
-
setValidateDynamicSchema
public void setValidateDynamicSchema(Boolean value)
Sets the value of the validateDynamicSchema property.- Parameters:
value- allowed object isBoolean
-
isEncryptProtectedValues
public Boolean isEncryptProtectedValues()
Gets the value of the encryptProtectedValues property.- Returns:
- possible object is
Boolean
-
setEncryptProtectedValues
public void setEncryptProtectedValues(Boolean value)
Sets the value of the encryptProtectedValues property.- Parameters:
value- allowed object isBoolean
-
isFetchResourceSchema
public Boolean isFetchResourceSchema()
Gets the value of the fetchResourceSchema property.- Returns:
- possible object is
Boolean
-
setFetchResourceSchema
public void setFetchResourceSchema(Boolean value)
Sets the value of the fetchResourceSchema property.- Parameters:
value- allowed object isBoolean
-
isKeepMetadata
public Boolean isKeepMetadata()
Gets the value of the keepMetadata property.- Returns:
- possible object is
Boolean
-
setKeepMetadata
public void setKeepMetadata(Boolean value)
Sets the value of the keepMetadata property.- Parameters:
value- allowed object isBoolean
-
getModelExecutionOptions
public ModelExecuteOptionsType getModelExecutionOptions()
Gets the value of the modelExecutionOptions property.- Returns:
- possible object is
ModelExecuteOptionsType
-
setModelExecutionOptions
public void setModelExecutionOptions(ModelExecuteOptionsType value)
Sets the value of the modelExecutionOptions property.- Parameters:
value- allowed object isModelExecuteOptionsType
-
isCompatMode
public Boolean isCompatMode()
Gets the value of the compatMode property.- Returns:
- possible object is
Boolean
-
setCompatMode
public void setCompatMode(Boolean value)
Sets the value of the compatMode property.- Parameters:
value- allowed object isBoolean
-
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
-
overwrite
public ImportOptionsType overwrite(Boolean value)
-
keepOid
public ImportOptionsType keepOid(Boolean value)
-
stopAfterErrors
public ImportOptionsType stopAfterErrors(Integer value)
-
summarizeSucceses
public ImportOptionsType summarizeSucceses(Boolean value)
-
summarizeErrors
public ImportOptionsType summarizeErrors(Boolean value)
-
referentialIntegrity
public ImportOptionsType referentialIntegrity(Boolean value)
-
validateStaticSchema
public ImportOptionsType validateStaticSchema(Boolean value)
-
validateDynamicSchema
public ImportOptionsType validateDynamicSchema(Boolean value)
-
encryptProtectedValues
public ImportOptionsType encryptProtectedValues(Boolean value)
-
fetchResourceSchema
public ImportOptionsType fetchResourceSchema(Boolean value)
-
keepMetadata
public ImportOptionsType keepMetadata(Boolean value)
-
modelExecutionOptions
public ImportOptionsType modelExecutionOptions(ModelExecuteOptionsType value)
-
beginModelExecutionOptions
public ModelExecuteOptionsType beginModelExecutionOptions()
-
compatMode
public ImportOptionsType compatMode(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable
-
clone
public ImportOptionsType clone()
Creates and returns a deep copy of this object.
-
-