public static class ExtensionPointTestSuite.TestCases.Testcase extends Object implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString
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">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="duration" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="actualValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="expectedValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="stackTrace" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
actualValue |
protected String |
description |
protected int |
duration |
protected String |
expectedValue |
protected String |
name |
protected String |
stackTrace |
| Constructor and Description |
|---|
Testcase() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
boolean |
equals(Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
String |
getActualValue()
Gets the value of the actualValue property.
|
String |
getDescription()
Gets the value of the description property.
|
int |
getDuration()
Gets the value of the duration property.
|
String |
getExpectedValue()
Gets the value of the expectedValue property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStackTrace()
Gets the value of the stackTrace property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setActualValue(String value)
Sets the value of the actualValue property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDuration(int value)
Sets the value of the duration property.
|
void |
setExpectedValue(String value)
Sets the value of the expectedValue property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setStackTrace(String value)
Sets the value of the stackTrace property.
|
String |
toString() |
protected String description
protected int duration
protected String actualValue
protected String expectedValue
protected String stackTrace
protected String name
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getDuration()
public void setDuration(int value)
public String getActualValue()
Stringpublic void setActualValue(String value)
value - allowed object is
Stringpublic String getExpectedValue()
Stringpublic void setExpectedValue(String value)
value - allowed object is
Stringpublic String getStackTrace()
Stringpublic void setStackTrace(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringCopyright © 2005–2019 Alfresco Software. All rights reserved.