|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1.TimeoutsType
public class TimeoutsType
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}integer" minOccurs="0"/>
<element name="get" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="update" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="delete" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="test" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="scriptOnConnector" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="scriptOnResource" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="authentication" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="search" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="validate" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="sync" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="schema" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.math.BigInteger |
authentication
|
static javax.xml.namespace.QName |
COMPLEX_TYPE
|
protected java.math.BigInteger |
create
|
protected java.math.BigInteger |
delete
|
static javax.xml.namespace.QName |
F_AUTHENTICATION
|
static javax.xml.namespace.QName |
F_CREATE
|
static javax.xml.namespace.QName |
F_DELETE
|
static javax.xml.namespace.QName |
F_GET
|
static javax.xml.namespace.QName |
F_SCHEMA
|
static javax.xml.namespace.QName |
F_SCRIPT_ON_CONNECTOR
|
static javax.xml.namespace.QName |
F_SCRIPT_ON_RESOURCE
|
static javax.xml.namespace.QName |
F_SEARCH
|
static javax.xml.namespace.QName |
F_SYNC
|
static javax.xml.namespace.QName |
F_TEST
|
static javax.xml.namespace.QName |
F_UPDATE
|
static javax.xml.namespace.QName |
F_VALIDATE
|
protected java.math.BigInteger |
get
|
protected java.math.BigInteger |
schema
|
protected java.math.BigInteger |
scriptOnConnector
|
protected java.math.BigInteger |
scriptOnResource
|
protected java.math.BigInteger |
search
|
protected java.math.BigInteger |
sync
|
protected java.math.BigInteger |
test
|
protected java.math.BigInteger |
update
|
protected java.math.BigInteger |
validate
|
| Constructor Summary | |
|---|---|
TimeoutsType()
|
|
| Method Summary | |
|---|---|
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.math.BigInteger |
getAuthentication()
Gets the value of the authentication property. |
java.math.BigInteger |
getCreate()
Gets the value of the create property. |
java.math.BigInteger |
getDelete()
Gets the value of the delete property. |
java.math.BigInteger |
getGet()
Gets the value of the get property. |
java.math.BigInteger |
getSchema()
Gets the value of the schema property. |
java.math.BigInteger |
getScriptOnConnector()
Gets the value of the scriptOnConnector property. |
java.math.BigInteger |
getScriptOnResource()
Gets the value of the scriptOnResource property. |
java.math.BigInteger |
getSearch()
Gets the value of the search property. |
java.math.BigInteger |
getSync()
Gets the value of the sync property. |
java.math.BigInteger |
getTest()
Gets the value of the test property. |
java.math.BigInteger |
getUpdate()
Gets the value of the update property. |
java.math.BigInteger |
getValidate()
Gets the value of the validate property. |
int |
hashCode()
|
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
|
void |
setAuthentication(java.math.BigInteger value)
Sets the value of the authentication property. |
void |
setCreate(java.math.BigInteger value)
Sets the value of the create property. |
void |
setDelete(java.math.BigInteger value)
Sets the value of the delete property. |
void |
setGet(java.math.BigInteger value)
Sets the value of the get property. |
void |
setSchema(java.math.BigInteger value)
Sets the value of the schema property. |
void |
setScriptOnConnector(java.math.BigInteger value)
Sets the value of the scriptOnConnector property. |
void |
setScriptOnResource(java.math.BigInteger value)
Sets the value of the scriptOnResource property. |
void |
setSearch(java.math.BigInteger value)
Sets the value of the search property. |
void |
setSync(java.math.BigInteger value)
Sets the value of the sync property. |
void |
setTest(java.math.BigInteger value)
Sets the value of the test property. |
void |
setUpdate(java.math.BigInteger value)
Sets the value of the update property. |
void |
setValidate(java.math.BigInteger value)
Sets the value of the validate property. |
java.lang.String |
toString()
Generates a String representation of the contents of this type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.math.BigInteger create
protected java.math.BigInteger get
protected java.math.BigInteger update
protected java.math.BigInteger delete
protected java.math.BigInteger test
protected java.math.BigInteger scriptOnConnector
protected java.math.BigInteger scriptOnResource
protected java.math.BigInteger authentication
protected java.math.BigInteger search
protected java.math.BigInteger validate
protected java.math.BigInteger sync
protected java.math.BigInteger schema
public static final javax.xml.namespace.QName COMPLEX_TYPE
public static final javax.xml.namespace.QName F_CREATE
public static final javax.xml.namespace.QName F_GET
public static final javax.xml.namespace.QName F_UPDATE
public static final javax.xml.namespace.QName F_DELETE
public static final javax.xml.namespace.QName F_TEST
public static final javax.xml.namespace.QName F_SCRIPT_ON_CONNECTOR
public static final javax.xml.namespace.QName F_SCRIPT_ON_RESOURCE
public static final javax.xml.namespace.QName F_AUTHENTICATION
public static final javax.xml.namespace.QName F_SEARCH
public static final javax.xml.namespace.QName F_VALIDATE
public static final javax.xml.namespace.QName F_SYNC
public static final javax.xml.namespace.QName F_SCHEMA
| Constructor Detail |
|---|
public TimeoutsType()
| Method Detail |
|---|
public java.math.BigInteger getCreate()
BigIntegerpublic void setCreate(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getGet()
BigIntegerpublic void setGet(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getUpdate()
BigIntegerpublic void setUpdate(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getDelete()
BigIntegerpublic void setDelete(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getTest()
BigIntegerpublic void setTest(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getScriptOnConnector()
BigIntegerpublic void setScriptOnConnector(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getScriptOnResource()
BigIntegerpublic void setScriptOnResource(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getAuthentication()
BigIntegerpublic void setAuthentication(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getSearch()
BigIntegerpublic void setSearch(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getValidate()
BigIntegerpublic void setValidate(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getSync()
BigIntegerpublic void setSync(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.math.BigInteger getSchema()
BigIntegerpublic void setSchema(java.math.BigInteger value)
value - allowed object is
BigIntegerpublic java.lang.String toString()
toString in class java.lang.Object
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
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)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||