|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingFilter
com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogSearchFilter
public class AesCatalogSearchFilter
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 |
|---|
protected String name
protected AesCatalogState state
protected String version
protected String namespace
protected String typeUri
protected String processGroup
protected String tenantContextId
protected Boolean hideSystem
| Constructor Detail |
|---|
public AesCatalogSearchFilter()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic AesCatalogState getState()
AesCatalogStatepublic void setState(AesCatalogState value)
value - allowed object is
AesCatalogStatepublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getNamespace()
Stringpublic void setNamespace(String value)
value - allowed object is
Stringpublic String getTypeUri()
Stringpublic void setTypeUri(String value)
value - allowed object is
Stringpublic String getProcessGroup()
Stringpublic void setProcessGroup(String value)
value - allowed object is
Stringpublic String getTenantContextId()
Stringpublic void setTenantContextId(String value)
value - allowed object is
Stringpublic Boolean isHideSystem()
Booleanpublic void setHideSystem(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||