public class CheckstyleType
extends java.lang.Object
Java-Klasse für checkstyleType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="checkstyleType">
<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" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<FileType> |
file |
protected java.lang.String |
version |
| Constructor and Description |
|---|
CheckstyleType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FileType> |
getFile()
Gets the value of the file property.
|
java.lang.String |
getVersion()
Ruft den Wert der version-Eigenschaft ab.
|
void |
setVersion(java.lang.String value)
Legt den Wert der version-Eigenschaft fest.
|
protected java.util.List<FileType> file
protected java.lang.String version
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
String