com.active_endpoints.schemas.engineapi._2010._05.engineapitypes
Class AesCatalogSearchFilter

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingFilter
      extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogSearchFilter

public class AesCatalogSearchFilter
extends AesListingFilter

Java class for AesCatalogSearchFilter complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="AesCatalogSearchFilter">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesListingFilter">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="state" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesCatalogState" minOccurs="0"/>
         <element name="version" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="typeUri" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
         <element name="processGroup" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="tenantContextId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="hideSystem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  Boolean hideSystem
           
protected  String name
           
protected  String namespace
           
protected  String processGroup
           
protected  AesCatalogState state
           
protected  String tenantContextId
           
protected  String typeUri
           
protected  String version
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingFilter
listStart, maxReturn
 
Constructor Summary
AesCatalogSearchFilter()
           
 
Method Summary
 String getName()
          Gets the value of the name property.
 String getNamespace()
          Gets the value of the namespace property.
 String getProcessGroup()
          Gets the value of the processGroup property.
 AesCatalogState getState()
          Gets the value of the state property.
 String getTenantContextId()
          Gets the value of the tenantContextId property.
 String getTypeUri()
          Gets the value of the typeUri property.
 String getVersion()
          Gets the value of the version property.
 Boolean isHideSystem()
          Gets the value of the hideSystem property.
 void setHideSystem(Boolean value)
          Sets the value of the hideSystem property.
 void setName(String value)
          Sets the value of the name property.
 void setNamespace(String value)
          Sets the value of the namespace property.
 void setProcessGroup(String value)
          Sets the value of the processGroup property.
 void setState(AesCatalogState value)
          Sets the value of the state property.
 void setTenantContextId(String value)
          Sets the value of the tenantContextId property.
 void setTypeUri(String value)
          Sets the value of the typeUri property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingFilter
getListStart, getMaxReturn, setListStart, setMaxReturn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

state

protected AesCatalogState state

version

protected String version

namespace

protected String namespace

typeUri

protected String typeUri

processGroup

protected String processGroup

tenantContextId

protected String tenantContextId

hideSystem

protected Boolean hideSystem
Constructor Detail

AesCatalogSearchFilter

public AesCatalogSearchFilter()
Method Detail

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getState

public AesCatalogState getState()
Gets the value of the state property.

Returns:
possible object is AesCatalogState

setState

public void setState(AesCatalogState value)
Sets the value of the state property.

Parameters:
value - allowed object is AesCatalogState

getVersion

public String getVersion()
Gets the value of the version property.

Returns:
possible object is String

setVersion

public void setVersion(String value)
Sets the value of the version property.

Parameters:
value - allowed object is String

getNamespace

public String getNamespace()
Gets the value of the namespace property.

Returns:
possible object is String

setNamespace

public void setNamespace(String value)
Sets the value of the namespace property.

Parameters:
value - allowed object is String

getTypeUri

public String getTypeUri()
Gets the value of the typeUri property.

Returns:
possible object is String

setTypeUri

public void setTypeUri(String value)
Sets the value of the typeUri property.

Parameters:
value - allowed object is String

getProcessGroup

public String getProcessGroup()
Gets the value of the processGroup property.

Returns:
possible object is String

setProcessGroup

public void setProcessGroup(String value)
Sets the value of the processGroup property.

Parameters:
value - allowed object is String

getTenantContextId

public String getTenantContextId()
Gets the value of the tenantContextId property.

Returns:
possible object is String

setTenantContextId

public void setTenantContextId(String value)
Sets the value of the tenantContextId property.

Parameters:
value - allowed object is String

isHideSystem

public Boolean isHideSystem()
Gets the value of the hideSystem property.

Returns:
possible object is Boolean

setHideSystem

public void setHideSystem(Boolean value)
Sets the value of the hideSystem property.

Parameters:
value - allowed object is Boolean


Copyright © 2013 Leibniz Universität Hannover. All Rights Reserved.