org.hudsonci.maven.model
Class StackTraceDTO

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

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

Java class for stackTrace complex type.

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

 <complexType name="stackTrace">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="element" maxOccurs="unbounded">
           <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>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Nested Class Summary
static class StackTraceDTO.Element
          Java class for anonymous complex type.
 
Field Summary
protected  List<StackTraceDTO.Element> elements
           
 
Constructor Summary
StackTraceDTO()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<StackTraceDTO.Element> getElements()
          Gets the value of the elements property.
 int hashCode()
           
 StackTraceDTO withElements(Collection<StackTraceDTO.Element> values)
           
 StackTraceDTO withElements(StackTraceDTO.Element... values)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

elements

protected List<StackTraceDTO.Element> elements
Constructor Detail

StackTraceDTO

public StackTraceDTO()
Method Detail

getElements

public List<StackTraceDTO.Element> getElements()
Gets the value of the elements property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the elements property.

For example, to add a new item, do as follows:

    getElements().add(newItem);
 

Objects of the following type(s) are allowed in the list StackTraceDTO.Element


withElements

public StackTraceDTO withElements(StackTraceDTO.Element... values)

withElements

public StackTraceDTO withElements(Collection<StackTraceDTO.Element> values)

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.