public class ScanPath extends Object
Java class for ScanPath complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScanPath">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Path" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IncludeSubTree" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
includeSubTree |
protected String |
path |
| Constructor and Description |
|---|
ScanPath() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath()
Gets the value of the path property.
|
boolean |
isIncludeSubTree()
Gets the value of the includeSubTree property.
|
void |
setIncludeSubTree(boolean value)
Sets the value of the includeSubTree property.
|
void |
setPath(String value)
Sets the value of the path property.
|
protected String path
protected boolean includeSubTree
public String getPath()
Stringpublic void setPath(String value)
value - allowed object is
Stringpublic boolean isIncludeSubTree()
public void setIncludeSubTree(boolean value)
Copyright © 2020. All rights reserved.