test
Class Fail

java.lang.Object
  extended by test.Fail

public class Fail
extends java.lang.Object

Wrapper for the fail method. It has a boolean parameter and a deploy wrapper.

Java class for failWrapperType complex type.

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

 <complexType name="failWrapperType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="setFail" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="deploy" type="{http://test}deployWrapperType"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Deploy deploy
           
protected  boolean setFail
           
 
Constructor Summary
Fail()
           
 
Method Summary
 Deploy getDeploy()
          Gets the value of the deploy property.
 boolean isSetFail()
          Gets the value of the setFail property.
 void setDeploy(Deploy value)
          Sets the value of the deploy property.
 void setSetFail(boolean value)
          Sets the value of the setFail property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

setFail

protected boolean setFail

deploy

protected Deploy deploy
Constructor Detail

Fail

public Fail()
Method Detail

isSetFail

public boolean isSetFail()
Gets the value of the setFail property.


setSetFail

public void setSetFail(boolean value)
Sets the value of the setFail property.


getDeploy

public Deploy getDeploy()
Gets the value of the deploy property.

Returns:
possible object is Deploy

setDeploy

public void setDeploy(Deploy value)
Sets the value of the deploy property.

Parameters:
value - allowed object is Deploy