org.ow2.dragon.service.wsdl
Class DragonFaultDetail

java.lang.Object
  extended by org.ow2.dragon.service.wsdl.DragonFaultDetail

public class DragonFaultDetail
extends java.lang.Object

Java class for dragonFaultDetail complex type.

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

 <complexType name="dragonFaultDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="faultStack" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String faultStack
           
 
Constructor Summary
DragonFaultDetail()
           
 
Method Summary
 java.lang.String getFaultStack()
          Gets the value of the faultStack property.
 void setFaultStack(java.lang.String value)
          Sets the value of the faultStack property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

faultStack

protected java.lang.String faultStack
Constructor Detail

DragonFaultDetail

public DragonFaultDetail()
Method Detail

getFaultStack

public java.lang.String getFaultStack()
Gets the value of the faultStack property.

Returns:
possible object is String

setFaultStack

public void setFaultStack(java.lang.String value)
Sets the value of the faultStack property.

Parameters:
value - allowed object is String


Copyright © 2010-2011 eBM WebSourcing. All Rights Reserved.