|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.common.common_1.ImportOptionsType
public class ImportOptionsType
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>
Field Summary | |
---|---|
protected java.lang.Boolean |
encryptProtectedValues
|
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()
|
Method Summary | |
---|---|
java.lang.Integer |
getStopAfterErrors()
Gets the value of the stopAfterErrors property. |
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected java.lang.Boolean overwrite
protected java.lang.Boolean keepOid
protected java.lang.Integer stopAfterErrors
protected java.lang.Boolean summarizeSucceses
protected java.lang.Boolean summarizeErrors
protected java.lang.Boolean referentialIntegrity
protected java.lang.Boolean validateStaticSchema
protected java.lang.Boolean validateDynamicSchema
protected java.lang.Boolean encryptProtectedValues
protected java.lang.Boolean fetchResourceSchema
Constructor Detail |
---|
public ImportOptionsType()
Method Detail |
---|
public java.lang.Boolean isOverwrite()
Boolean
public void setOverwrite(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isKeepOid()
Boolean
public void setKeepOid(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Integer getStopAfterErrors()
Integer
public void setStopAfterErrors(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Boolean isSummarizeSucceses()
Boolean
public void setSummarizeSucceses(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isSummarizeErrors()
Boolean
public void setSummarizeErrors(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isReferentialIntegrity()
Boolean
public void setReferentialIntegrity(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isValidateStaticSchema()
Boolean
public void setValidateStaticSchema(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isValidateDynamicSchema()
Boolean
public void setValidateDynamicSchema(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isEncryptProtectedValues()
Boolean
public void setEncryptProtectedValues(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isFetchResourceSchema()
Boolean
public void setFetchResourceSchema(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |