Class 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