public class Paths 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="{}root" minOccurs="0"/>
<element ref="{}temp" minOccurs="0"/>
<element ref="{}conf" minOccurs="0"/>
<element ref="{}script" minOccurs="0"/>
<element ref="{}images" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
conf |
protected String |
images |
protected String |
root |
protected String |
script |
protected String |
temp |
| Constructor and Description |
|---|
Paths() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConf()
Gets the value of the conf property.
|
String |
getImages()
Gets the value of the images property.
|
String |
getRoot()
Gets the value of the root property.
|
String |
getScript()
Gets the value of the script property.
|
String |
getTemp()
Gets the value of the temp property.
|
void |
setConf(String value)
Sets the value of the conf property.
|
void |
setImages(String value)
Sets the value of the images property.
|
void |
setRoot(String value)
Sets the value of the root property.
|
void |
setScript(String value)
Sets the value of the script property.
|
void |
setTemp(String value)
Sets the value of the temp property.
|
protected String root
protected String temp
protected String conf
protected String script
protected String images
public String getRoot()
Stringpublic void setRoot(String value)
value - allowed object is
Stringpublic String getTemp()
Stringpublic void setTemp(String value)
value - allowed object is
Stringpublic String getConf()
Stringpublic void setConf(String value)
value - allowed object is
Stringpublic String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic String getImages()
StringCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.