com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1
Class OperationTimeouts.OperationTimeout

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.OperationTimeouts.OperationTimeout
Enclosing class:
OperationTimeouts

public static class OperationTimeouts.OperationTimeout
extends java.lang.Object

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="name" use="required" type="{http://midpoint.evolveum.com/xml/ns/public/resource/idconnector/configuration-1.xsd}OperationType" />
       <attribute name="timeout" use="required" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  OperationType name
           
protected  int timeout
           
 
Constructor Summary
OperationTimeouts.OperationTimeout()
           
 
Method Summary
 OperationType getName()
          Gets the value of the name property.
 int getTimeout()
          Gets the value of the timeout property.
 void setName(OperationType value)
          Sets the value of the name property.
 void setTimeout(int value)
          Sets the value of the timeout property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected OperationType name

timeout

protected int timeout
Constructor Detail

OperationTimeouts.OperationTimeout

public OperationTimeouts.OperationTimeout()
Method Detail

getName

public OperationType getName()
Gets the value of the name property.

Returns:
possible object is OperationType

setName

public void setName(OperationType value)
Sets the value of the name property.

Parameters:
value - allowed object is OperationType

getTimeout

public int getTimeout()
Gets the value of the timeout property.


setTimeout

public void setTimeout(int value)
Sets the value of the timeout property.



Copyright © 2011 evolveum. All Rights Reserved.