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

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

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

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="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>
 

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
protected  TestResultType result
           
 
Constructor Summary
ResourceTestResultType.ExtraTest()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 TestResultType getResult()
          Gets the value of the result property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setResult(TestResultType value)
          Sets the value of the result property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected java.lang.String name

result

protected TestResultType result
Constructor Detail

ResourceTestResultType.ExtraTest

public ResourceTestResultType.ExtraTest()
Method Detail

getName

public java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getResult

public TestResultType getResult()
Gets the value of the result property.

Returns:
possible object is TestResultType

setResult

public void setResult(TestResultType value)
Sets the value of the result property.

Parameters:
value - allowed object is TestResultType


Copyright © 2011 evolveum. All Rights Reserved.