|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hello_world_soap_http_secure.types.Result
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class Result
Java class for Result complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Result">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="didPass" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="returnString" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="failureReason" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected boolean |
didPass
|
protected String |
failureReason
|
protected String |
returnString
|
| Constructor Summary | |
|---|---|
Result()
|
|
| Method Summary | |
|---|---|
String |
getFailureReason()
Gets the value of the failureReason property. |
String |
getReturnString()
Gets the value of the returnString property. |
boolean |
isDidPass()
Gets the value of the didPass property. |
void |
setDidPass(boolean value)
Sets the value of the didPass property. |
void |
setFailureReason(String value)
Sets the value of the failureReason property. |
void |
setReturnString(String value)
Sets the value of the returnString property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected boolean didPass
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String returnString
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected String failureReason
| Constructor Detail |
|---|
public Result()
| Method Detail |
|---|
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public boolean isDidPass()
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setDidPass(boolean value)
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getReturnString()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setReturnString(String value)
value - allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public String getFailureReason()
String
@Generated(value="com.sun.tools.xjc.Driver",
date="2012-10-02T03:03:38+00:00",
comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setFailureReason(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||