Package com.scene7.ipsapi
Class SearchFilter
- java.lang.Object
-
- com.scene7.ipsapi.SearchFilter
-
public class SearchFilter extends java.lang.ObjectJava 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/2022-11-01-beta}StringArray" minOccurs="0"/> <element name="excludeAssetTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-beta}StringArray" minOccurs="0"/> <element name="assetSubTypeArray" type="{http://www.scene7.com/IpsApi/xsd/2022-11-01-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 Summary
Constructors Constructor Description SearchFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringArraygetAssetSubTypeArray()Gets the value of the assetSubTypeArray property.StringArraygetAssetTypeArray()Gets the value of the assetTypeArray property.StringArraygetExcludeAssetTypeArray()Gets the value of the excludeAssetTypeArray property.java.lang.StringgetFolder()Gets the value of the folder property.java.lang.StringgetProjectHandle()Gets the value of the projectHandle property.java.lang.StringgetPublishState()Gets the value of the publishState property.java.lang.StringgetTrashState()Gets the value of the trashState property.java.lang.BooleanisExcludeByproducts()Gets the value of the excludeByproducts property.java.lang.BooleanisIncludeSubfolders()Gets the value of the includeSubfolders property.java.lang.BooleanisStrictSubTypeCheck()Gets the value of the strictSubTypeCheck property.voidsetAssetSubTypeArray(StringArray value)Sets the value of the assetSubTypeArray property.voidsetAssetTypeArray(StringArray value)Sets the value of the assetTypeArray property.voidsetExcludeAssetTypeArray(StringArray value)Sets the value of the excludeAssetTypeArray property.voidsetExcludeByproducts(java.lang.Boolean value)Sets the value of the excludeByproducts property.voidsetFolder(java.lang.String value)Sets the value of the folder property.voidsetIncludeSubfolders(java.lang.Boolean value)Sets the value of the includeSubfolders property.voidsetProjectHandle(java.lang.String value)Sets the value of the projectHandle property.voidsetPublishState(java.lang.String value)Sets the value of the publishState property.voidsetStrictSubTypeCheck(java.lang.Boolean value)Sets the value of the strictSubTypeCheck property.voidsetTrashState(java.lang.String value)Sets the value of the trashState property.
-
-
-
Method Detail
-
getFolder
public java.lang.String getFolder()
Gets the value of the folder property.- Returns:
- possible object is
String
-
setFolder
public void setFolder(java.lang.String value)
Sets the value of the folder property.- Parameters:
value- allowed object isString
-
isIncludeSubfolders
public java.lang.Boolean isIncludeSubfolders()
Gets the value of the includeSubfolders property.- Returns:
- possible object is
Boolean
-
setIncludeSubfolders
public void setIncludeSubfolders(java.lang.Boolean value)
Sets the value of the includeSubfolders property.- Parameters:
value- allowed object isBoolean
-
getAssetTypeArray
public StringArray getAssetTypeArray()
Gets the value of the assetTypeArray property.- Returns:
- possible object is
StringArray
-
setAssetTypeArray
public void setAssetTypeArray(StringArray value)
Sets the value of the assetTypeArray property.- Parameters:
value- allowed object isStringArray
-
getExcludeAssetTypeArray
public StringArray getExcludeAssetTypeArray()
Gets the value of the excludeAssetTypeArray property.- Returns:
- possible object is
StringArray
-
setExcludeAssetTypeArray
public void setExcludeAssetTypeArray(StringArray value)
Sets the value of the excludeAssetTypeArray property.- Parameters:
value- allowed object isStringArray
-
getAssetSubTypeArray
public StringArray getAssetSubTypeArray()
Gets the value of the assetSubTypeArray property.- Returns:
- possible object is
StringArray
-
setAssetSubTypeArray
public void setAssetSubTypeArray(StringArray value)
Sets the value of the assetSubTypeArray property.- Parameters:
value- allowed object isStringArray
-
isStrictSubTypeCheck
public java.lang.Boolean isStrictSubTypeCheck()
Gets the value of the strictSubTypeCheck property.- Returns:
- possible object is
Boolean
-
setStrictSubTypeCheck
public void setStrictSubTypeCheck(java.lang.Boolean value)
Sets the value of the strictSubTypeCheck property.- Parameters:
value- allowed object isBoolean
-
isExcludeByproducts
public java.lang.Boolean isExcludeByproducts()
Gets the value of the excludeByproducts property.- Returns:
- possible object is
Boolean
-
setExcludeByproducts
public void setExcludeByproducts(java.lang.Boolean value)
Sets the value of the excludeByproducts property.- Parameters:
value- allowed object isBoolean
-
getProjectHandle
public java.lang.String getProjectHandle()
Gets the value of the projectHandle property.- Returns:
- possible object is
String
-
setProjectHandle
public void setProjectHandle(java.lang.String value)
Sets the value of the projectHandle property.- Parameters:
value- allowed object isString
-
getPublishState
public java.lang.String getPublishState()
Gets the value of the publishState property.- Returns:
- possible object is
String
-
setPublishState
public void setPublishState(java.lang.String value)
Sets the value of the publishState property.- Parameters:
value- allowed object isString
-
getTrashState
public java.lang.String getTrashState()
Gets the value of the trashState property.- Returns:
- possible object is
String
-
setTrashState
public void setTrashState(java.lang.String value)
Sets the value of the trashState property.- Parameters:
value- allowed object isString
-
-