org.apache.hello_world_soap_http_secure.types
Class Result

java.lang.Object
  extended by org.apache.hello_world_soap_http_secure.types.Result

public class Result
extends java.lang.Object

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  java.lang.String failureReason
           
protected  java.lang.String returnString
           
 
Constructor Summary
Result()
           
 
Method Summary
 java.lang.String getFailureReason()
          Gets the value of the failureReason property.
 java.lang.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(java.lang.String value)
          Sets the value of the failureReason property.
 void setReturnString(java.lang.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

didPass

protected boolean didPass

returnString

protected java.lang.String returnString

failureReason

protected java.lang.String failureReason
Constructor Detail

Result

public Result()
Method Detail

isDidPass

public boolean isDidPass()
Gets the value of the didPass property.


setDidPass

public void setDidPass(boolean value)
Sets the value of the didPass property.


getReturnString

public java.lang.String getReturnString()
Gets the value of the returnString property.

Returns:
possible object is String

setReturnString

public void setReturnString(java.lang.String value)
Sets the value of the returnString property.

Parameters:
value - allowed object is String

getFailureReason

public java.lang.String getFailureReason()
Gets the value of the failureReason property.

Returns:
possible object is String

setFailureReason

public void setFailureReason(java.lang.String value)
Sets the value of the failureReason property.

Parameters:
value - allowed object is String


Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.