com.evolveum.midpoint.xml.ns._public.common.common_1
Class ResourceTestResultType

java.lang.Object
  extended by com.evolveum.midpoint.xml.ns._public.common.common_1.ResourceTestResultType
All Implemented Interfaces:
java.io.Serializable

public class ResourceTestResultType
extends java.lang.Object
implements java.io.Serializable

!!! DEPRECATED !!! The result of resource test. It indicates whather the resource configuration is correct, whether the connector can be initialized, can reach the target system, etc. All the tests are optional. If a respective element is not present, it is assumed that the test was not executed. For example because of failure of a previous required test.

Java class for ResourceTestResultType complex type.

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

 <complexType name="ResourceTestResultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="configurationValidation" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
         <element name="connectorInitialization" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
         <element name="connectorConnection" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
         <element name="connectorSchema" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
         <element name="connectorSanity" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType" minOccurs="0"/>
         <element name="extraTest">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
                   <element name="result" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-1.xsd}TestResultType"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class ResourceTestResultType.ExtraTest
          Java class for anonymous complex type.
 
Field Summary
protected  TestResultType configurationValidation
           
protected  TestResultType connectorConnection
           
protected  TestResultType connectorInitialization
           
protected  TestResultType connectorSanity
           
protected  TestResultType connectorSchema
           
protected  ResourceTestResultType.ExtraTest extraTest
           
 
Constructor Summary
ResourceTestResultType()
           
 
Method Summary
 TestResultType getConfigurationValidation()
          Gets the value of the configurationValidation property.
 TestResultType getConnectorConnection()
          Gets the value of the connectorConnection property.
 TestResultType getConnectorInitialization()
          Gets the value of the connectorInitialization property.
 TestResultType getConnectorSanity()
          Gets the value of the connectorSanity property.
 TestResultType getConnectorSchema()
          Gets the value of the connectorSchema property.
 ResourceTestResultType.ExtraTest getExtraTest()
          Gets the value of the extraTest property.
 void setConfigurationValidation(TestResultType value)
          Sets the value of the configurationValidation property.
 void setConnectorConnection(TestResultType value)
          Sets the value of the connectorConnection property.
 void setConnectorInitialization(TestResultType value)
          Sets the value of the connectorInitialization property.
 void setConnectorSanity(TestResultType value)
          Sets the value of the connectorSanity property.
 void setConnectorSchema(TestResultType value)
          Sets the value of the connectorSchema property.
 void setExtraTest(ResourceTestResultType.ExtraTest value)
          Sets the value of the extraTest property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

configurationValidation

protected TestResultType configurationValidation

connectorInitialization

protected TestResultType connectorInitialization

connectorConnection

protected TestResultType connectorConnection

connectorSchema

protected TestResultType connectorSchema

connectorSanity

protected TestResultType connectorSanity

extraTest

protected ResourceTestResultType.ExtraTest extraTest
Constructor Detail

ResourceTestResultType

public ResourceTestResultType()
Method Detail

getConfigurationValidation

public TestResultType getConfigurationValidation()
Gets the value of the configurationValidation property.

Returns:
possible object is TestResultType

setConfigurationValidation

public void setConfigurationValidation(TestResultType value)
Sets the value of the configurationValidation property.

Parameters:
value - allowed object is TestResultType

getConnectorInitialization

public TestResultType getConnectorInitialization()
Gets the value of the connectorInitialization property.

Returns:
possible object is TestResultType

setConnectorInitialization

public void setConnectorInitialization(TestResultType value)
Sets the value of the connectorInitialization property.

Parameters:
value - allowed object is TestResultType

getConnectorConnection

public TestResultType getConnectorConnection()
Gets the value of the connectorConnection property.

Returns:
possible object is TestResultType

setConnectorConnection

public void setConnectorConnection(TestResultType value)
Sets the value of the connectorConnection property.

Parameters:
value - allowed object is TestResultType

getConnectorSchema

public TestResultType getConnectorSchema()
Gets the value of the connectorSchema property.

Returns:
possible object is TestResultType

setConnectorSchema

public void setConnectorSchema(TestResultType value)
Sets the value of the connectorSchema property.

Parameters:
value - allowed object is TestResultType

getConnectorSanity

public TestResultType getConnectorSanity()
Gets the value of the connectorSanity property.

Returns:
possible object is TestResultType

setConnectorSanity

public void setConnectorSanity(TestResultType value)
Sets the value of the connectorSanity property.

Parameters:
value - allowed object is TestResultType

getExtraTest

public ResourceTestResultType.ExtraTest getExtraTest()
Gets the value of the extraTest property.

Returns:
possible object is ResourceTestResultType.ExtraTest

setExtraTest

public void setExtraTest(ResourceTestResultType.ExtraTest value)
Sets the value of the extraTest property.

Parameters:
value - allowed object is ResourceTestResultType.ExtraTest


Copyright © 2011 evolveum. All Rights Reserved.