|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
String getElapsedTime()
Stringvoid setElapsedTime(String value)
value - allowed object is
Stringboolean isSetElapsedTime()
void unsetElapsedTime()
List 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
FileType
boolean isSetFile()
void unsetFile()
String getVersion()
Stringvoid setVersion(String value)
value - allowed object is
Stringboolean isSetVersion()
void unsetVersion()
List getError()
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
boolean isSetError()
void unsetError()
String getTimestamp()
Stringvoid setTimestamp(String value)
value - allowed object is
Stringboolean isSetTimestamp()
void unsetTimestamp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||