public class SearchFilter
extends java.lang.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/2017-10-29-beta}StringArray" minOccurs="0"/> <element name="excludeAssetTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-beta}StringArray" minOccurs="0"/> <element name="assetSubTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2017-10-29-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.
|
java.lang.String |
getFolder()
Gets the value of the folder property.
|
java.lang.String |
getProjectHandle()
Gets the value of the projectHandle property.
|
java.lang.String |
getPublishState()
Gets the value of the publishState property.
|
java.lang.String |
getTrashState()
Gets the value of the trashState property.
|
java.lang.Boolean |
isExcludeByproducts()
Gets the value of the excludeByproducts property.
|
java.lang.Boolean |
isIncludeSubfolders()
Gets the value of the includeSubfolders property.
|
java.lang.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(java.lang.Boolean value)
Sets the value of the excludeByproducts property.
|
void |
setFolder(java.lang.String value)
Sets the value of the folder property.
|
void |
setIncludeSubfolders(java.lang.Boolean value)
Sets the value of the includeSubfolders property.
|
void |
setProjectHandle(java.lang.String value)
Sets the value of the projectHandle property.
|
void |
setPublishState(java.lang.String value)
Sets the value of the publishState property.
|
void |
setStrictSubTypeCheck(java.lang.Boolean value)
Sets the value of the strictSubTypeCheck property.
|
void |
setTrashState(java.lang.String value)
Sets the value of the trashState property.
|
public java.lang.String getFolder()
String
public void setFolder(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isIncludeSubfolders()
Boolean
public void setIncludeSubfolders(java.lang.Boolean value)
value
- allowed object is
Boolean
public StringArray getAssetTypeArray()
StringArray
public void setAssetTypeArray(StringArray value)
value
- allowed object is
StringArray
public StringArray getExcludeAssetTypeArray()
StringArray
public void setExcludeAssetTypeArray(StringArray value)
value
- allowed object is
StringArray
public StringArray getAssetSubTypeArray()
StringArray
public void setAssetSubTypeArray(StringArray value)
value
- allowed object is
StringArray
public java.lang.Boolean isStrictSubTypeCheck()
Boolean
public void setStrictSubTypeCheck(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isExcludeByproducts()
Boolean
public void setExcludeByproducts(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getProjectHandle()
String
public void setProjectHandle(java.lang.String value)
value
- allowed object is
String
public java.lang.String getPublishState()
String
public void setPublishState(java.lang.String value)
value
- allowed object is
String
public java.lang.String getTrashState()
String
public void setTrashState(java.lang.String value)
value
- allowed object is
String
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"