|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.OperationTimeouts.OperationTimeout
public static class OperationTimeouts.OperationTimeout
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 |
---|
protected OperationType name
protected int timeout
Constructor Detail |
---|
public OperationTimeouts.OperationTimeout()
Method Detail |
---|
public OperationType getName()
OperationType
public void setName(OperationType value)
value
- allowed object is
OperationType
public int getTimeout()
public void setTimeout(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |