public class FindToFile
extends java.lang.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 name="fullClassName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="fileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="continueOnFailure" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="timeout" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="includeSubclasses" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="filter" type="{xmlapi_1.0}ChildrenFilterHolder" minOccurs="0"/>
<element name="resultFilter" type="{xmlapi_1.0}ResultFilter" minOccurs="0"/>
<element name="synchronous" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Boolean |
continueOnFailure |
protected java.lang.String |
fileName |
protected ChildrenFilterHolder |
filter |
protected java.lang.String |
fullClassName |
protected java.lang.Boolean |
includeSubclasses |
protected ResultFilter |
resultFilter |
protected java.lang.Boolean |
synchronous |
protected java.lang.Long |
timeout |
protected java.lang.Boolean |
timeStamp |
| Constructor and Description |
|---|
FindToFile() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFileName()
Gets the value of the fileName property.
|
ChildrenFilterHolder |
getFilter()
Gets the value of the filter property.
|
java.lang.String |
getFullClassName()
Gets the value of the fullClassName property.
|
ResultFilter |
getResultFilter()
Gets the value of the resultFilter property.
|
java.lang.Long |
getTimeout()
Gets the value of the timeout property.
|
java.lang.Boolean |
isContinueOnFailure()
Gets the value of the continueOnFailure property.
|
java.lang.Boolean |
isIncludeSubclasses()
Gets the value of the includeSubclasses property.
|
java.lang.Boolean |
isSynchronous()
Gets the value of the synchronous property.
|
java.lang.Boolean |
isTimeStamp()
Gets the value of the timeStamp property.
|
void |
setContinueOnFailure(java.lang.Boolean value)
Sets the value of the continueOnFailure property.
|
void |
setFileName(java.lang.String value)
Sets the value of the fileName property.
|
void |
setFilter(ChildrenFilterHolder value)
Sets the value of the filter property.
|
void |
setFullClassName(java.lang.String value)
Sets the value of the fullClassName property.
|
void |
setIncludeSubclasses(java.lang.Boolean value)
Sets the value of the includeSubclasses property.
|
void |
setResultFilter(ResultFilter value)
Sets the value of the resultFilter property.
|
void |
setSynchronous(java.lang.Boolean value)
Sets the value of the synchronous property.
|
void |
setTimeout(java.lang.Long value)
Sets the value of the timeout property.
|
void |
setTimeStamp(java.lang.Boolean value)
Sets the value of the timeStamp property.
|
protected java.lang.String fullClassName
protected java.lang.String fileName
protected java.lang.Boolean continueOnFailure
protected java.lang.Boolean timeStamp
protected java.lang.Long timeout
protected java.lang.Boolean includeSubclasses
protected ChildrenFilterHolder filter
protected ResultFilter resultFilter
protected java.lang.Boolean synchronous
public java.lang.String getFullClassName()
Stringpublic void setFullClassName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getFileName()
Stringpublic void setFileName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isContinueOnFailure()
Booleanpublic void setContinueOnFailure(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isTimeStamp()
Booleanpublic void setTimeStamp(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Long getTimeout()
Longpublic void setTimeout(java.lang.Long value)
value - allowed object is
Longpublic java.lang.Boolean isIncludeSubclasses()
Booleanpublic void setIncludeSubclasses(java.lang.Boolean value)
value - allowed object is
Booleanpublic ChildrenFilterHolder getFilter()
ChildrenFilterHolderpublic void setFilter(ChildrenFilterHolder value)
value - allowed object is
ChildrenFilterHolderpublic ResultFilter getResultFilter()
ResultFilterpublic void setResultFilter(ResultFilter value)
value - allowed object is
ResultFilterpublic java.lang.Boolean isSynchronous()
Booleanpublic void setSynchronous(java.lang.Boolean value)
value - allowed object is
Boolean