|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hudsonci.maven.model.StackTraceDTO.Element
@Generated(value="XJC hudson-jaxb-ri-2.1-2",
date="2011-12-06T19:15:37")
public static class StackTraceDTO.Element
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" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
file
|
protected Integer |
line
|
protected String |
method
|
protected String |
type
|
| Constructor Summary | |
|---|---|
StackTraceDTO.Element()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getFile()
Gets the value of the file property. |
Integer |
getLine()
Gets the value of the line property. |
String |
getMethod()
Gets the value of the method property. |
String |
getType()
Gets the value of the type property. |
int |
hashCode()
|
void |
setFile(String value)
Sets the value of the file property. |
void |
setLine(Integer value)
Sets the value of the line property. |
void |
setMethod(String value)
Sets the value of the method property. |
void |
setType(String value)
Sets the value of the type property. |
StackTraceDTO.Element |
withFile(String value)
|
StackTraceDTO.Element |
withLine(Integer value)
|
StackTraceDTO.Element |
withMethod(String value)
|
StackTraceDTO.Element |
withType(String value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@XStreamAsAttribute protected String type
@XStreamAsAttribute protected String method
@XStreamAsAttribute protected String file
@XStreamAsAttribute protected Integer line
| Constructor Detail |
|---|
public StackTraceDTO.Element()
| Method Detail |
|---|
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getMethod()
Stringpublic void setMethod(String value)
value - allowed object is
Stringpublic String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic Integer getLine()
Integerpublic void setLine(Integer value)
value - allowed object is
Integerpublic StackTraceDTO.Element withType(String value)
public StackTraceDTO.Element withMethod(String value)
public StackTraceDTO.Element withFile(String value)
public StackTraceDTO.Element withLine(Integer value)
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||