Version: 1.1.1

org.soap
Class WSRFFault

java.lang.Object
  extended by org.soap.WSRFFault

public class WSRFFault
extends Object

A class to represent a WSRF fault.

Author:
Eddie

Constructor Summary
WSRFFault()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getTimestamp()
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setTimestamp(String timestamp)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSRFFault

public WSRFFault()
Method Detail

getName

public String getName()
Returns:
the name

setName

public void setName(String name)
Parameters:
name - the name to set

getDescription

public String getDescription()
Returns:
the description

setDescription

public void setDescription(String description)
Parameters:
description - the description to set

getTimestamp

public String getTimestamp()
Returns:
the timestamp

setTimestamp

public void setTimestamp(String timestamp)
Parameters:
timestamp - the timestamp to set

toString

public String toString()
Overrides:
toString in class Object

Version: 1.1.1

Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010