de.cau.cs.kieler.kwebs.jaxws
Class ServiceFault

java.lang.Object
  extended by de.cau.cs.kieler.kwebs.jaxws.ServiceFault

public class ServiceFault
extends Object

Java class for ServiceFault complex type.

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

 <complexType name="ServiceFault">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Rating red

Field Summary
protected  int code
           
protected  String message
           
 
Constructor Summary
ServiceFault()
           
 
Method Summary
 int getCode()
          Gets the value of the code property.
 String getMessage()
          Gets the value of the message property.
 void setCode(int value)
          Sets the value of the code property.
 void setMessage(String value)
          Sets the value of the message property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

code

protected int code

message

protected String message
Constructor Detail

ServiceFault

public ServiceFault()
Method Detail

getCode

public int getCode()
Gets the value of the code property.


setCode

public void setCode(int value)
Sets the value of the code property.


getMessage

public String getMessage()
Gets the value of the message property.

Returns:
possible object is String

setMessage

public void setMessage(String value)
Sets the value of the message property.

Parameters:
value - allowed object is String