com.evolveum.midpoint.xml.ns._public.common.api_types_2
Class ImportOptionsType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.api_types_2.ImportOptionsType
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class ImportOptionsType
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable, 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
static javax.xml.namespace.QName COMPLEX_TYPE
           
protected  java.lang.Boolean encryptProtectedValues
           
static javax.xml.namespace.QName F_ENCRYPT_PROTECTED_VALUES
           
static javax.xml.namespace.QName F_FETCH_RESOURCE_SCHEMA
           
static javax.xml.namespace.QName F_KEEP_OID
           
static javax.xml.namespace.QName F_OVERWRITE
           
static javax.xml.namespace.QName F_REFERENTIAL_INTEGRITY
           
static javax.xml.namespace.QName F_STOP_AFTER_ERRORS
           
static javax.xml.namespace.QName F_SUMMARIZE_ERRORS
           
static javax.xml.namespace.QName F_SUMMARIZE_SUCCESES
           
static javax.xml.namespace.QName F_VALIDATE_DYNAMIC_SCHEMA
           
static javax.xml.namespace.QName F_VALIDATE_STATIC_SCHEMA
           
protected  java.lang.Boolean fetchResourceSchema
           
protected  java.lang.Boolean keepOid
           
protected  java.lang.Boolean overwrite
           
protected  java.lang.Boolean referentialIntegrity
           
protected  java.lang.Integer stopAfterErrors
           
protected  java.lang.Boolean summarizeErrors
           
protected  java.lang.Boolean summarizeSucceses
           
protected  java.lang.Boolean validateDynamicSchema
           
protected  java.lang.Boolean validateStaticSchema
           
 
Constructor Summary
ImportOptionsType()
          Creates a new ImportOptionsType instance.
ImportOptionsType(ImportOptionsType o)
          Creates a new ImportOptionsType instance by deeply copying a given ImportOptionsType instance.
 
Method Summary
 ImportOptionsType clone()
          Creates and returns a deep copy of this object.
 boolean equals(java.lang.Object object)
           
 boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, java.lang.Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
           
 java.lang.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)
           
 java.lang.Boolean isEncryptProtectedValues()
          Gets the value of the encryptProtectedValues property.
 java.lang.Boolean isFetchResourceSchema()
          Gets the value of the fetchResourceSchema property.
 java.lang.Boolean isKeepOid()
          Gets the value of the keepOid property.
 java.lang.Boolean isOverwrite()
          Gets the value of the overwrite property.
 java.lang.Boolean isReferentialIntegrity()
          Gets the value of the referentialIntegrity property.
 java.lang.Boolean isSummarizeErrors()
          Gets the value of the summarizeErrors property.
 java.lang.Boolean isSummarizeSucceses()
          Gets the value of the summarizeSucceses property.
 java.lang.Boolean isValidateDynamicSchema()
          Gets the value of the validateDynamicSchema property.
 java.lang.Boolean isValidateStaticSchema()
          Gets the value of the validateStaticSchema property.
 void setEncryptProtectedValues(java.lang.Boolean value)
          Sets the value of the encryptProtectedValues property.
 void setFetchResourceSchema(java.lang.Boolean value)
          Sets the value of the fetchResourceSchema property.
 void setKeepOid(java.lang.Boolean value)
          Sets the value of the keepOid property.
 void setOverwrite(java.lang.Boolean value)
          Sets the value of the overwrite property.
 void setReferentialIntegrity(java.lang.Boolean value)
          Sets the value of the referentialIntegrity property.
 void setStopAfterErrors(java.lang.Integer value)
          Sets the value of the stopAfterErrors property.
 void setSummarizeErrors(java.lang.Boolean value)
          Sets the value of the summarizeErrors property.
 void setSummarizeSucceses(java.lang.Boolean value)
          Sets the value of the summarizeSucceses property.
 void setValidateDynamicSchema(java.lang.Boolean value)
          Sets the value of the validateDynamicSchema property.
 void setValidateStaticSchema(java.lang.Boolean value)
          Sets the value of the validateStaticSchema property.
 java.lang.String toString()
          Generates a String representation of the contents of this type.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

overwrite

protected java.lang.Boolean overwrite

keepOid

protected java.lang.Boolean keepOid

stopAfterErrors

protected java.lang.Integer stopAfterErrors

summarizeSucceses

protected java.lang.Boolean summarizeSucceses

summarizeErrors

protected java.lang.Boolean summarizeErrors

referentialIntegrity

protected java.lang.Boolean referentialIntegrity

validateStaticSchema

protected java.lang.Boolean validateStaticSchema

validateDynamicSchema

protected java.lang.Boolean validateDynamicSchema

encryptProtectedValues

protected java.lang.Boolean encryptProtectedValues

fetchResourceSchema

protected java.lang.Boolean fetchResourceSchema

COMPLEX_TYPE

public static final javax.xml.namespace.QName COMPLEX_TYPE

F_OVERWRITE

public static final javax.xml.namespace.QName F_OVERWRITE

F_KEEP_OID

public static final javax.xml.namespace.QName F_KEEP_OID

F_STOP_AFTER_ERRORS

public static final javax.xml.namespace.QName F_STOP_AFTER_ERRORS

F_SUMMARIZE_SUCCESES

public static final javax.xml.namespace.QName F_SUMMARIZE_SUCCESES

F_SUMMARIZE_ERRORS

public static final javax.xml.namespace.QName F_SUMMARIZE_ERRORS

F_REFERENTIAL_INTEGRITY

public static final javax.xml.namespace.QName F_REFERENTIAL_INTEGRITY

F_VALIDATE_STATIC_SCHEMA

public static final javax.xml.namespace.QName F_VALIDATE_STATIC_SCHEMA

F_VALIDATE_DYNAMIC_SCHEMA

public static final javax.xml.namespace.QName F_VALIDATE_DYNAMIC_SCHEMA

F_ENCRYPT_PROTECTED_VALUES

public static final javax.xml.namespace.QName F_ENCRYPT_PROTECTED_VALUES

F_FETCH_RESOURCE_SCHEMA

public static final javax.xml.namespace.QName F_FETCH_RESOURCE_SCHEMA
Constructor Detail

ImportOptionsType

public ImportOptionsType()
Creates a new ImportOptionsType instance.


ImportOptionsType

public ImportOptionsType(ImportOptionsType o)
Creates a new ImportOptionsType instance by deeply copying a given ImportOptionsType instance.

Parameters:
o - The instance to copy.
Throws:
java.lang.NullPointerException - if o is null.
Method Detail

isOverwrite

public java.lang.Boolean isOverwrite()
Gets the value of the overwrite property.

Returns:
possible object is Boolean

setOverwrite

public void setOverwrite(java.lang.Boolean value)
Sets the value of the overwrite property.

Parameters:
value - allowed object is Boolean

isKeepOid

public java.lang.Boolean isKeepOid()
Gets the value of the keepOid property.

Returns:
possible object is Boolean

setKeepOid

public void setKeepOid(java.lang.Boolean value)
Sets the value of the keepOid property.

Parameters:
value - allowed object is Boolean

getStopAfterErrors

public java.lang.Integer getStopAfterErrors()
Gets the value of the stopAfterErrors property.

Returns:
possible object is Integer

setStopAfterErrors

public void setStopAfterErrors(java.lang.Integer value)
Sets the value of the stopAfterErrors property.

Parameters:
value - allowed object is Integer

isSummarizeSucceses

public java.lang.Boolean isSummarizeSucceses()
Gets the value of the summarizeSucceses property.

Returns:
possible object is Boolean

setSummarizeSucceses

public void setSummarizeSucceses(java.lang.Boolean value)
Sets the value of the summarizeSucceses property.

Parameters:
value - allowed object is Boolean

isSummarizeErrors

public java.lang.Boolean isSummarizeErrors()
Gets the value of the summarizeErrors property.

Returns:
possible object is Boolean

setSummarizeErrors

public void setSummarizeErrors(java.lang.Boolean value)
Sets the value of the summarizeErrors property.

Parameters:
value - allowed object is Boolean

isReferentialIntegrity

public java.lang.Boolean isReferentialIntegrity()
Gets the value of the referentialIntegrity property.

Returns:
possible object is Boolean

setReferentialIntegrity

public void setReferentialIntegrity(java.lang.Boolean value)
Sets the value of the referentialIntegrity property.

Parameters:
value - allowed object is Boolean

isValidateStaticSchema

public java.lang.Boolean isValidateStaticSchema()
Gets the value of the validateStaticSchema property.

Returns:
possible object is Boolean

setValidateStaticSchema

public void setValidateStaticSchema(java.lang.Boolean value)
Sets the value of the validateStaticSchema property.

Parameters:
value - allowed object is Boolean

isValidateDynamicSchema

public java.lang.Boolean isValidateDynamicSchema()
Gets the value of the validateDynamicSchema property.

Returns:
possible object is Boolean

setValidateDynamicSchema

public void setValidateDynamicSchema(java.lang.Boolean value)
Sets the value of the validateDynamicSchema property.

Parameters:
value - allowed object is Boolean

isEncryptProtectedValues

public java.lang.Boolean isEncryptProtectedValues()
Gets the value of the encryptProtectedValues property.

Returns:
possible object is Boolean

setEncryptProtectedValues

public void setEncryptProtectedValues(java.lang.Boolean value)
Sets the value of the encryptProtectedValues property.

Parameters:
value - allowed object is Boolean

isFetchResourceSchema

public java.lang.Boolean isFetchResourceSchema()
Gets the value of the fetchResourceSchema property.

Returns:
possible object is Boolean

setFetchResourceSchema

public void setFetchResourceSchema(java.lang.Boolean value)
Sets the value of the fetchResourceSchema property.

Parameters:
value - allowed object is Boolean

toString

public java.lang.String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
                      org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
                      java.lang.Object object,
                      org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

clone

public ImportOptionsType clone()
Creates and returns a deep copy of this object.

Overrides:
clone in class java.lang.Object
Returns:
A deep copy of this object.


Copyright © 2012 evolveum. All Rights Reserved.