public static class Testsuite.Testcase.Failure extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="message" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="time">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<pattern value="(([0-9]{0,3},)*[0-9]{3}|[0-9]{0,3})*(\.[0-9]{0,3})?"/>
</restriction>
</simpleType>
</attribute>
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected String |
time |
protected String |
type |
protected String |
value |
| Constructor and Description |
|---|
Failure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the value of the message property.
|
String |
getTime()
Gets the value of the time property.
|
String |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setTime(String value)
Sets the value of the time property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String message
protected String type
protected String time
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getTime()
StringCopyright © 2008–2019 simpligility technologies inc.. All rights reserved.