org.hackystat.sensor.ant.pmd.jaxb
Class Pmd

java.lang.Object
  extended by org.hackystat.sensor.ant.pmd.jaxb.Pmd

public class Pmd
extends java.lang.Object

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 ref="{}file" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
       <attribute name="elaspsedTime" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String elaspsedTime
           
protected  java.util.List<File> file
           
protected  java.lang.String timestamp
           
protected  java.lang.String version
           
 
Constructor Summary
Pmd()
           
 
Method Summary
 java.lang.String getElaspsedTime()
          Gets the value of the elaspsedTime property.
 java.util.List<File> getFile()
          Gets the value of the file property.
 java.lang.String getTimestamp()
          Gets the value of the timestamp property.
 java.lang.String getVersion()
          Gets the value of the version property.
 void setElaspsedTime(java.lang.String value)
          Sets the value of the elaspsedTime property.
 void setTimestamp(java.lang.String value)
          Sets the value of the timestamp property.
 void setVersion(java.lang.String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

protected java.util.List<File> file

version

protected java.lang.String version

timestamp

protected java.lang.String timestamp

elaspsedTime

protected java.lang.String elaspsedTime
Constructor Detail

Pmd

public Pmd()
Method Detail

getFile

public java.util.List<File> getFile()
Gets the value of the file 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 file property.

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

    getFile().add(newItem);
 

Objects of the following type(s) are allowed in the list File


getVersion

public java.lang.String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(java.lang.String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getTimestamp

public java.lang.String getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

public void setTimestamp(java.lang.String value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getElaspsedTime

public java.lang.String getElaspsedTime()
Gets the value of the elaspsedTime property.

Returns:
possible object is String

setElaspsedTime

public void setElaspsedTime(java.lang.String value)
Sets the value of the elaspsedTime property.

Parameters:
value - allowed object is String