org.hudsonci.maven.model
Class StackTraceDTO.Element

java.lang.Object
  extended by org.hudsonci.maven.model.StackTraceDTO.Element
All Implemented Interfaces:
Serializable
Enclosing class:
StackTraceDTO

@Generated(value="XJC hudson-jaxb-ri-2.1-2",
           date="2011-12-06T19:15:37")
public static class StackTraceDTO.Element
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

type

@XStreamAsAttribute
protected String type

method

@XStreamAsAttribute
protected String method

file

@XStreamAsAttribute
protected String file

line

@XStreamAsAttribute
protected Integer line
Constructor Detail

StackTraceDTO.Element

public StackTraceDTO.Element()
Method Detail

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

getMethod

public String getMethod()
Gets the value of the method property.

Returns:
possible object is String

setMethod

public void setMethod(String value)
Sets the value of the method property.

Parameters:
value - allowed object is String

getFile

public String getFile()
Gets the value of the file property.

Returns:
possible object is String

setFile

public void setFile(String value)
Sets the value of the file property.

Parameters:
value - allowed object is String

getLine

public Integer getLine()
Gets the value of the line property.

Returns:
possible object is Integer

setLine

public void setLine(Integer value)
Sets the value of the line property.

Parameters:
value - allowed object is Integer

withType

public StackTraceDTO.Element withType(String value)

withMethod

public StackTraceDTO.Element withMethod(String value)

withFile

public StackTraceDTO.Element withFile(String value)

withLine

public StackTraceDTO.Element withLine(Integer value)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2004-2011 Hudson. All Rights Reserved.