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 newImportOptionsType
instance.ImportOptionsType(ImportOptionsType o)
Creates a newImportOptionsType
instance by deeply copying a givenImportOptionsType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ModelExecuteOptionsType
beginModelExecutionOptions()
ImportOptionsType
clone()
Creates and returns a deep copy of this object.ImportOptionsType
compatMode(Boolean value)
ImportOptionsType
encryptProtectedValues(Boolean value)
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)
ImportOptionsType
fetchResourceSchema(Boolean value)
ModelExecuteOptionsType
getModelExecutionOptions()
Gets the value of the modelExecutionOptions property.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
isCompatMode()
Gets the value of the compatMode property.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.ImportOptionsType
keepMetadata(Boolean value)
ImportOptionsType
keepOid(Boolean value)
ImportOptionsType
modelExecutionOptions(ModelExecuteOptionsType value)
ImportOptionsType
overwrite(Boolean value)
ImportOptionsType
referentialIntegrity(Boolean value)
void
setCompatMode(Boolean value)
Sets the value of the compatMode 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
setModelExecutionOptions(ModelExecuteOptionsType value)
Sets the value of the modelExecutionOptions 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.ImportOptionsType
stopAfterErrors(Integer value)
ImportOptionsType
summarizeErrors(Boolean value)
ImportOptionsType
summarizeSucceses(Boolean value)
String
toString()
Generates a String representation of the contents of this type.ImportOptionsType
validateDynamicSchema(Boolean value)
ImportOptionsType
validateStaticSchema(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 newImportOptionsType
instance.
-
ImportOptionsType
public ImportOptionsType(ImportOptionsType o)
Creates a newImportOptionsType
instance by deeply copying a givenImportOptionsType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
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:
hashCode
in 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:
equals
in 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:
accept
in interfaceJaxbVisitable
-
clone
public ImportOptionsType clone()
Creates and returns a deep copy of this object.
-
-