com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2
Class TimeoutsType
java.lang.Object
com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_2.TimeoutsType
- All Implemented Interfaces:
- Containerable, java.io.Serializable, java.lang.Cloneable
public class TimeoutsType
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable, Containerable
Type that contains configuration of ICF operation timeouts.
Java class for TimeoutsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimeoutsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="create" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="get" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="update" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="delete" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="test" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="scriptOnConnector" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="scriptOnResource" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="authentication" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="search" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="validate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="sync" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
COMPLEX_TYPE
public static final javax.xml.namespace.QName COMPLEX_TYPE
F_CREATE
public static final javax.xml.namespace.QName F_CREATE
F_GET
public static final javax.xml.namespace.QName F_GET
F_UPDATE
public static final javax.xml.namespace.QName F_UPDATE
F_DELETE
public static final javax.xml.namespace.QName F_DELETE
F_TEST
public static final javax.xml.namespace.QName F_TEST
F_SCRIPT_ON_CONNECTOR
public static final javax.xml.namespace.QName F_SCRIPT_ON_CONNECTOR
F_SCRIPT_ON_RESOURCE
public static final javax.xml.namespace.QName F_SCRIPT_ON_RESOURCE
F_AUTHENTICATION
public static final javax.xml.namespace.QName F_AUTHENTICATION
F_SEARCH
public static final javax.xml.namespace.QName F_SEARCH
F_VALIDATE
public static final javax.xml.namespace.QName F_VALIDATE
F_SYNC
public static final javax.xml.namespace.QName F_SYNC
F_SCHEMA
public static final javax.xml.namespace.QName F_SCHEMA
TimeoutsType
public TimeoutsType()
asPrismContainerValue
public PrismContainerValue asPrismContainerValue()
- Specified by:
asPrismContainerValue
in interface Containerable
setupContainerValue
public void setupContainerValue(PrismContainerValue containerValue)
- Description copied from interface:
Containerable
- Setup value to the containerable representation. This is used to after (empty) containerable is created to
initialize it with a correct prism container value.
Note: This method DOES NOT change the container value parent.
- Specified by:
setupContainerValue
in interface Containerable
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object object)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getCreate
public java.lang.Integer getCreate()
setCreate
public void setCreate(java.lang.Integer value)
getGet
public java.lang.Integer getGet()
setGet
public void setGet(java.lang.Integer value)
getUpdate
public java.lang.Integer getUpdate()
setUpdate
public void setUpdate(java.lang.Integer value)
getDelete
public java.lang.Integer getDelete()
setDelete
public void setDelete(java.lang.Integer value)
getTest
public java.lang.Integer getTest()
setTest
public void setTest(java.lang.Integer value)
getScriptOnConnector
public java.lang.Integer getScriptOnConnector()
setScriptOnConnector
public void setScriptOnConnector(java.lang.Integer value)
getScriptOnResource
public java.lang.Integer getScriptOnResource()
setScriptOnResource
public void setScriptOnResource(java.lang.Integer value)
getAuthentication
public java.lang.Integer getAuthentication()
setAuthentication
public void setAuthentication(java.lang.Integer value)
getSearch
public java.lang.Integer getSearch()
setSearch
public void setSearch(java.lang.Integer value)
getValidate
public java.lang.Integer getValidate()
setValidate
public void setValidate(java.lang.Integer value)
getSync
public java.lang.Integer getSync()
setSync
public void setSync(java.lang.Integer value)
getSchema
public java.lang.Integer getSchema()
setSchema
public void setSchema(java.lang.Integer value)
clone
public TimeoutsType clone()
- Overrides:
clone
in class java.lang.Object
Copyright © 2012 evolveum. All Rights Reserved.