public class DataFilter 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">
<attribute name="number" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="parent_file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="windows_parent" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
number |
protected String |
parentFile |
protected String |
windowsParent |
| Constructor and Description |
|---|
DataFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getNumber()
Gets the value of the number property.
|
String |
getParentFile()
Gets the value of the parentFile property.
|
String |
getWindowsParent()
Gets the value of the windowsParent property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setNumber(String value)
Sets the value of the number property.
|
void |
setParentFile(String value)
Sets the value of the parentFile property.
|
void |
setWindowsParent(String value)
Sets the value of the windowsParent property.
|
protected String number
protected String parentFile
protected String windowsParent
protected String description
public String getNumber()
Stringpublic void setNumber(String value)
value - allowed object is
Stringpublic String getParentFile()
Stringpublic void setParentFile(String value)
value - allowed object is
Stringpublic String getWindowsParent()
Stringpublic void setWindowsParent(String value)
value - allowed object is
Stringpublic String getDescription()
StringCopyright © 2017. All rights reserved.