public class ConfigFile
extends java.lang.Object
Java class for ConfigFile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConfigFile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="encoding" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| 修飾子とタイプ | フィールドと説明 |
|---|---|
protected java.lang.String |
dir |
protected java.lang.String |
encoding |
protected java.lang.String |
file |
| コンストラクタと説明 |
|---|
ConfigFile() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getDir()
Gets the value of the dir property.
|
java.lang.String |
getEncoding()
Gets the value of the encoding property.
|
java.lang.String |
getFile()
Gets the value of the file property.
|
void |
setDir(java.lang.String value)
Sets the value of the dir property.
|
void |
setEncoding(java.lang.String value)
Sets the value of the encoding property.
|
void |
setFile(java.lang.String value)
Sets the value of the file property.
|
protected java.lang.String file
protected java.lang.String encoding
protected java.lang.String dir
public java.lang.String getFile()
Stringpublic void setFile(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getEncoding()
Stringpublic void setEncoding(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDir()
Stringpublic void setDir(java.lang.String value)
value - allowed object is
String