java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.xml.ns._public.connector.icf_1.connector_schema_3.TimeoutsType
All Implemented Interfaces:
Containerable, Freezable, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding, DebugDumpable, Serializable, Cloneable

public class TimeoutsType extends com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
Type that contains configuration of ICF operation timeouts.
See Also:
  • Field Details

    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_CREATE

      public static final ItemName F_CREATE
    • F_GET

      public static final ItemName F_GET
    • F_UPDATE

      public static final ItemName F_UPDATE
    • F_DELETE

      public static final ItemName F_DELETE
    • F_TEST

      public static final ItemName F_TEST
    • F_SCRIPT_ON_CONNECTOR

      public static final ItemName F_SCRIPT_ON_CONNECTOR
    • F_SCRIPT_ON_RESOURCE

      public static final ItemName F_SCRIPT_ON_RESOURCE
    • F_AUTHENTICATION

      public static final ItemName F_AUTHENTICATION
    • F_VALIDATE

      public static final ItemName F_VALIDATE
    • F_SYNC

      public static final ItemName F_SYNC
    • F_SCHEMA

      public static final ItemName F_SCHEMA
    • FACTORY

      public static final Producer<TimeoutsType> FACTORY
  • Constructor Details

    • TimeoutsType

      public TimeoutsType()
    • TimeoutsType

      @Deprecated public TimeoutsType(PrismContext context)
      Deprecated.
  • Method Details

    • 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)
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
    • create

      public TimeoutsType create(Integer value)
    • get

      public TimeoutsType get(Integer value)
    • update

      public TimeoutsType update(Integer value)
    • delete

      public TimeoutsType delete(Integer value)
    • test

      public TimeoutsType test(Integer value)
    • scriptOnConnector

      public TimeoutsType scriptOnConnector(Integer value)
    • scriptOnResource

      public TimeoutsType scriptOnResource(Integer value)
    • authentication

      public TimeoutsType authentication(Integer value)
    • search

      public TimeoutsType search(Integer value)
    • validate

      public TimeoutsType validate(Integer value)
    • sync

      public TimeoutsType sync(Integer value)
    • schema

      public TimeoutsType schema(Integer value)
    • end

      public <X> X end()
    • clone

      public TimeoutsType clone()
      Overrides:
      clone in class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable