|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.sensor.ant.pmd.jaxb.Pmd
public class Pmd
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 |
---|
protected java.util.List<File> file
protected java.lang.String version
protected java.lang.String timestamp
protected java.lang.String elaspsedTime
Constructor Detail |
---|
public Pmd()
Method Detail |
---|
public java.util.List<File> getFile()
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
public java.lang.String getVersion()
String
public void setVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTimestamp()
String
public void setTimestamp(java.lang.String value)
value
- allowed object is
String
public java.lang.String getElaspsedTime()
String
public void setElaspsedTime(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |