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, Serializable, Cloneable
public class TimeoutsType
- extends Object
- implements Serializable, 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
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
F_CREATE
public static final QName F_CREATE
F_GET
public static final QName F_GET
F_UPDATE
public static final QName F_UPDATE
F_DELETE
public static final QName F_DELETE
F_TEST
public static final QName F_TEST
F_SCRIPT_ON_CONNECTOR
public static final QName F_SCRIPT_ON_CONNECTOR
F_SCRIPT_ON_RESOURCE
public static final QName F_SCRIPT_ON_RESOURCE
F_AUTHENTICATION
public static final QName F_AUTHENTICATION
F_SEARCH
public static final QName F_SEARCH
F_VALIDATE
public static final QName F_VALIDATE
F_SYNC
public static final QName F_SYNC
F_SCHEMA
public static final 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 String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object object)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
getCreate
public Integer getCreate()
setCreate
public void setCreate(Integer value)
getGet
public Integer getGet()
setGet
public void setGet(Integer value)
getUpdate
public Integer getUpdate()
setUpdate
public void setUpdate(Integer value)
getDelete
public Integer getDelete()
setDelete
public void setDelete(Integer value)
getTest
public Integer getTest()
setTest
public void setTest(Integer value)
getScriptOnConnector
public Integer getScriptOnConnector()
setScriptOnConnector
public void setScriptOnConnector(Integer value)
getScriptOnResource
public Integer getScriptOnResource()
setScriptOnResource
public void setScriptOnResource(Integer value)
getAuthentication
public Integer getAuthentication()
setAuthentication
public void setAuthentication(Integer value)
getSearch
public Integer getSearch()
setSearch
public void setSearch(Integer value)
getValidate
public Integer getValidate()
setValidate
public void setValidate(Integer value)
getSync
public Integer getSync()
setSync
public void setSync(Integer value)
getSchema
public Integer getSchema()
setSchema
public void setSchema(Integer value)
clone
public TimeoutsType clone()
- Overrides:
clone
in class Object
Copyright © 2013 evolveum. All Rights Reserved.