public class PmdType
extends java.lang.Object
Java-Klasse für pmdType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="pmdType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="file" type="{}fileType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FileType> |
file |
protected javax.xml.datatype.XMLGregorianCalendar |
timestamp |
protected java.lang.String |
version |
| Constructor and Description |
|---|
PmdType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileType> |
getFile()
Gets the value of the file property.
|
javax.xml.datatype.XMLGregorianCalendar |
getTimestamp()
Ruft den Wert der timestamp-Eigenschaft ab.
|
java.lang.String |
getVersion()
Ruft den Wert der version-Eigenschaft ab.
|
void |
setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
Legt den Wert der timestamp-Eigenschaft fest.
|
void |
setVersion(java.lang.String value)
Legt den Wert der version-Eigenschaft fest.
|
protected java.util.List<FileType> file
protected java.lang.String version
protected javax.xml.datatype.XMLGregorianCalendar timestamp
public java.util.List<FileType> 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
FileType
public java.lang.String getVersion()
Stringpublic void setVersion(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar