com.thalesgroup.dtkit.junit.model
Class Error

java.lang.Object
  extended by com.thalesgroup.dtkit.junit.model.Error

public class Error
extends Object

Java class for anonymous complex type.

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

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


Field Summary
protected  String content
           
protected  String message
           
protected  String type
           
 
Constructor Summary
Error()
           
 
Method Summary
 String getContent()
          Gets the value of the content property.
 String getMessage()
          Gets the value of the message property.
 String getType()
          Gets the value of the type property.
 void setContent(String value)
          Sets the value of the content property.
 void setMessage(String value)
          Sets the value of the message property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected String content

type

protected String type

message

protected String message
Constructor Detail

Error

public Error()
Method Detail

getContent

public String getContent()
Gets the value of the content property.

Returns:
possible object is String

setContent

public void setContent(String value)
Sets the value of the content property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

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


Copyright © 2004-2013. All Rights Reserved.