com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1
Class TimeoutsType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_1.TimeoutsType

public class TimeoutsType
extends java.lang.Object

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
           
protected  java.math.BigInteger create
           
protected  java.math.BigInteger delete
           
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
 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.
 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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

create

protected java.math.BigInteger create

get

protected java.math.BigInteger get

update

protected java.math.BigInteger update

delete

protected java.math.BigInteger delete

test

protected java.math.BigInteger test

scriptOnConnector

protected java.math.BigInteger scriptOnConnector

scriptOnResource

protected java.math.BigInteger scriptOnResource

authentication

protected java.math.BigInteger authentication

search

protected java.math.BigInteger search

validate

protected java.math.BigInteger validate

sync

protected java.math.BigInteger sync

schema

protected java.math.BigInteger schema
Constructor Detail

TimeoutsType

public TimeoutsType()
Method Detail

getCreate

public java.math.BigInteger getCreate()
Gets the value of the create property.

Returns:
possible object is BigInteger

setCreate

public void setCreate(java.math.BigInteger value)
Sets the value of the create property.

Parameters:
value - allowed object is BigInteger

getGet

public java.math.BigInteger getGet()
Gets the value of the get property.

Returns:
possible object is BigInteger

setGet

public void setGet(java.math.BigInteger value)
Sets the value of the get property.

Parameters:
value - allowed object is BigInteger

getUpdate

public java.math.BigInteger getUpdate()
Gets the value of the update property.

Returns:
possible object is BigInteger

setUpdate

public void setUpdate(java.math.BigInteger value)
Sets the value of the update property.

Parameters:
value - allowed object is BigInteger

getDelete

public java.math.BigInteger getDelete()
Gets the value of the delete property.

Returns:
possible object is BigInteger

setDelete

public void setDelete(java.math.BigInteger value)
Sets the value of the delete property.

Parameters:
value - allowed object is BigInteger

getTest

public java.math.BigInteger getTest()
Gets the value of the test property.

Returns:
possible object is BigInteger

setTest

public void setTest(java.math.BigInteger value)
Sets the value of the test property.

Parameters:
value - allowed object is BigInteger

getScriptOnConnector

public java.math.BigInteger getScriptOnConnector()
Gets the value of the scriptOnConnector property.

Returns:
possible object is BigInteger

setScriptOnConnector

public void setScriptOnConnector(java.math.BigInteger value)
Sets the value of the scriptOnConnector property.

Parameters:
value - allowed object is BigInteger

getScriptOnResource

public java.math.BigInteger getScriptOnResource()
Gets the value of the scriptOnResource property.

Returns:
possible object is BigInteger

setScriptOnResource

public void setScriptOnResource(java.math.BigInteger value)
Sets the value of the scriptOnResource property.

Parameters:
value - allowed object is BigInteger

getAuthentication

public java.math.BigInteger getAuthentication()
Gets the value of the authentication property.

Returns:
possible object is BigInteger

setAuthentication

public void setAuthentication(java.math.BigInteger value)
Sets the value of the authentication property.

Parameters:
value - allowed object is BigInteger

getSearch

public java.math.BigInteger getSearch()
Gets the value of the search property.

Returns:
possible object is BigInteger

setSearch

public void setSearch(java.math.BigInteger value)
Sets the value of the search property.

Parameters:
value - allowed object is BigInteger

getValidate

public java.math.BigInteger getValidate()
Gets the value of the validate property.

Returns:
possible object is BigInteger

setValidate

public void setValidate(java.math.BigInteger value)
Sets the value of the validate property.

Parameters:
value - allowed object is BigInteger

getSync

public java.math.BigInteger getSync()
Gets the value of the sync property.

Returns:
possible object is BigInteger

setSync

public void setSync(java.math.BigInteger value)
Sets the value of the sync property.

Parameters:
value - allowed object is BigInteger

getSchema

public java.math.BigInteger getSchema()
Gets the value of the schema property.

Returns:
possible object is BigInteger

setSchema

public void setSchema(java.math.BigInteger value)
Sets the value of the schema property.

Parameters:
value - allowed object is BigInteger

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


Copyright © 2011 evolveum. All Rights Reserved.