public class CleanerTask extends Object
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="{}name" minOccurs="0"/>
<element ref="{}interval"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
interval |
protected String |
name |
| Constructor and Description |
|---|
CleanerTask() |
| Modifier and Type | Method and Description |
|---|---|
long |
getInterval()
Gets the value of the interval property.
|
String |
getName()
Gets the value of the name property.
|
void |
setInterval(long value)
Sets the value of the interval property.
|
void |
setName(String value)
Sets the value of the name property.
|
protected String name
protected long interval
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic long getInterval()
public void setInterval(long value)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.