org.jcoderz.phoenix.pmd.jaxb
Interface PmdType

All Known Subinterfaces:
Pmd
All Known Implementing Classes:
PmdImpl, PmdTypeImpl

public interface PmdType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/pmd.xsd line 91)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}file" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{}error" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="elapsedTime" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="timestamp" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String getElapsedTime()
          Gets the value of the elapsedTime property.
 List getError()
          Gets the value of the Error property.
 List getFile()
          Gets the value of the File property.
 String getTimestamp()
          Gets the value of the timestamp property.
 String getVersion()
          Gets the value of the version property.
 boolean isSetElapsedTime()
           
 boolean isSetError()
           
 boolean isSetFile()
           
 boolean isSetTimestamp()
           
 boolean isSetVersion()
           
 void setElapsedTime(String value)
          Sets the value of the elapsedTime property.
 void setTimestamp(String value)
          Sets the value of the timestamp property.
 void setVersion(String value)
          Sets the value of the version property.
 void unsetElapsedTime()
           
 void unsetError()
           
 void unsetFile()
           
 void unsetTimestamp()
           
 void unsetVersion()
           
 

Method Detail

getElapsedTime

String getElapsedTime()
Gets the value of the elapsedTime property.

Returns:
possible object is String

setElapsedTime

void setElapsedTime(String value)
Sets the value of the elapsedTime property.

Parameters:
value - allowed object is String

isSetElapsedTime

boolean isSetElapsedTime()

unsetElapsedTime

void unsetElapsedTime()

getFile

List 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 FileType


isSetFile

boolean isSetFile()

unsetFile

void unsetFile()

getVersion

String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

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

Parameters:
value - allowed object is String

isSetVersion

boolean isSetVersion()

unsetVersion

void unsetVersion()

getError

List getError()
Gets the value of the Error 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 Error property.

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

    getError().add(newItem);
 

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


isSetError

boolean isSetError()

unsetError

void unsetError()

getTimestamp

String getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

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

Parameters:
value - allowed object is String

isSetTimestamp

boolean isSetTimestamp()

unsetTimestamp

void unsetTimestamp()


Copyright 2007 The jCoderZ Project.