org.soap
Class WSRFFault
java.lang.Object
org.soap.WSRFFault
public class WSRFFault
- extends Object
A class to represent a WSRF fault.
- Author:
- Eddie
WSRFFault
public WSRFFault()
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
Submit a bug or feature
Generated: Sat May 29 04:26:35 EDT 2010