public class SubFolderPolicyXto extends EvaluationPolicyXto
Java class for SubFolderPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubFolderPolicy">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api/query}EvaluationPolicy">
<sequence>
<element name="limitSubFolder" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SubFolderPolicyXto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLimitSubFolder()
Gets the value of the limitSubFolder property.
|
boolean |
isRecursive()
Gets the value of the recursive property.
|
void |
setLimitSubFolder(String value)
Sets the value of the limitSubFolder property.
|
void |
setRecursive(boolean value)
Sets the value of the recursive property.
|
public String getLimitSubFolder()
Stringpublic void setLimitSubFolder(String value)
value - allowed object is
Stringpublic boolean isRecursive()
public void setRecursive(boolean value)
Copyright © 2016 Eclipse Stardust. All Rights Reserved.