public class SearchFilter extends Object
Java class for SearchFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="folder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="includeSubfolders" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="assetTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
<element name="excludeAssetTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
<element name="assetSubTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2019-09-10-beta}StringArray" minOccurs="0"/>
<element name="strictSubTypeCheck" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="excludeByproducts" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="projectHandle" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="publishState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="trashState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
SearchFilter() |
| Modifier and Type | Method and Description |
|---|---|
StringArray |
getAssetSubTypeArray()
Gets the value of the assetSubTypeArray property.
|
StringArray |
getAssetTypeArray()
Gets the value of the assetTypeArray property.
|
StringArray |
getExcludeAssetTypeArray()
Gets the value of the excludeAssetTypeArray property.
|
String |
getFolder()
Gets the value of the folder property.
|
String |
getProjectHandle()
Gets the value of the projectHandle property.
|
String |
getPublishState()
Gets the value of the publishState property.
|
String |
getTrashState()
Gets the value of the trashState property.
|
Boolean |
isExcludeByproducts()
Gets the value of the excludeByproducts property.
|
Boolean |
isIncludeSubfolders()
Gets the value of the includeSubfolders property.
|
Boolean |
isStrictSubTypeCheck()
Gets the value of the strictSubTypeCheck property.
|
void |
setAssetSubTypeArray(StringArray value)
Sets the value of the assetSubTypeArray property.
|
void |
setAssetTypeArray(StringArray value)
Sets the value of the assetTypeArray property.
|
void |
setExcludeAssetTypeArray(StringArray value)
Sets the value of the excludeAssetTypeArray property.
|
void |
setExcludeByproducts(Boolean value)
Sets the value of the excludeByproducts property.
|
void |
setFolder(String value)
Sets the value of the folder property.
|
void |
setIncludeSubfolders(Boolean value)
Sets the value of the includeSubfolders property.
|
void |
setProjectHandle(String value)
Sets the value of the projectHandle property.
|
void |
setPublishState(String value)
Sets the value of the publishState property.
|
void |
setStrictSubTypeCheck(Boolean value)
Sets the value of the strictSubTypeCheck property.
|
void |
setTrashState(String value)
Sets the value of the trashState property.
|
public String getFolder()
Stringpublic void setFolder(String value)
value - allowed object is
Stringpublic Boolean isIncludeSubfolders()
Booleanpublic void setIncludeSubfolders(Boolean value)
value - allowed object is
Booleanpublic StringArray getAssetTypeArray()
StringArraypublic void setAssetTypeArray(StringArray value)
value - allowed object is
StringArraypublic StringArray getExcludeAssetTypeArray()
StringArraypublic void setExcludeAssetTypeArray(StringArray value)
value - allowed object is
StringArraypublic StringArray getAssetSubTypeArray()
StringArraypublic void setAssetSubTypeArray(StringArray value)
value - allowed object is
StringArraypublic Boolean isStrictSubTypeCheck()
Booleanpublic void setStrictSubTypeCheck(Boolean value)
value - allowed object is
Booleanpublic Boolean isExcludeByproducts()
Booleanpublic void setExcludeByproducts(Boolean value)
value - allowed object is
Booleanpublic String getProjectHandle()
Stringpublic void setProjectHandle(String value)
value - allowed object is
Stringpublic String getPublishState()
Stringpublic void setPublishState(String value)
value - allowed object is
Stringpublic String getTrashState()
StringCopyright © 2010 - 2020 Adobe. All Rights Reserved