org.hudsonci.maven.model
Class InvocationDTO.Result

java.lang.Object
  extended by org.hudsonci.maven.model.InvocationDTO.Result
All Implemented Interfaces:
Serializable
Enclosing class:
InvocationDTO

@Generated(value="XJC hudson-jaxb-ri-2.1-2",
           date="2011-12-06T19:15:37")
public static class InvocationDTO.Result
extends Object
implements 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="value" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
         <element name="exception" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  boolean exception
           
protected  Object value
           
 
Constructor Summary
InvocationDTO.Result()
           
 
Method Summary
 boolean equals(Object obj)
           
 Object getValue()
          Gets the value of the value property.
 int hashCode()
           
 boolean isException()
          Gets the value of the exception property.
 void setException(boolean value)
          Sets the value of the exception property.
 void setValue(Object value)
          Sets the value of the value property.
 InvocationDTO.Result withException(boolean value)
           
 InvocationDTO.Result withValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected Object value

exception

protected boolean exception
Constructor Detail

InvocationDTO.Result

public InvocationDTO.Result()
Method Detail

getValue

public Object getValue()
Gets the value of the value property.

Returns:
possible object is Object

setValue

public void setValue(Object value)
Sets the value of the value property.

Parameters:
value - allowed object is Object

isException

public boolean isException()
Gets the value of the exception property.


setException

public void setException(boolean value)
Sets the value of the exception property.


withValue

public InvocationDTO.Result withValue(Object value)

withException

public InvocationDTO.Result withException(boolean value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.