|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttest.Fail
public class Fail
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 |
|---|
protected boolean setFail
protected Deploy deploy
| Constructor Detail |
|---|
public Fail()
| Method Detail |
|---|
public boolean isSetFail()
public void setSetFail(boolean value)
public Deploy getDeploy()
Deploypublic void setDeploy(Deploy value)
value - allowed object is
Deploy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||