com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1
Class OperationTimeouts
java.lang.Object
com.evolveum.midpoint.xml.ns._public.resource.idconnector.configuration_1.OperationTimeouts
public class OperationTimeouts
- 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">
<sequence>
<element name="OperationTimeout" maxOccurs="unbounded" minOccurs="0">
<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>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operationTimeout
protected java.util.List<OperationTimeouts.OperationTimeout> operationTimeout
OperationTimeouts
public OperationTimeouts()
getOperationTimeout
public java.util.List<OperationTimeouts.OperationTimeout> getOperationTimeout()
- Gets the value of the operationTimeout property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the operationTimeout property.
For example, to add a new item, do as follows:
getOperationTimeout().add(newItem);
Objects of the following type(s) are allowed in the list
OperationTimeouts.OperationTimeout
Copyright © 2011 evolveum. All Rights Reserved.