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
All Implemented Interfaces:
java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

public class TimeoutsType
extends java.lang.Object
implements java.io.Serializable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode

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>
 

See Also:
Serialized Form

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

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

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
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

hashCode

public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                    org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

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)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object


Copyright © 2012 evolveum. All Rights Reserved.