|
||||||||||
| 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.AesContributionSearchFilter
public class AesContributionSearchFilter
Java class for AesContributionSearchFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AesContributionSearchFilter">
<complexContent>
<extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesListingFilter">
<sequence>
<element name="contributionURI" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="contributionState" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesContributionState" minOccurs="0"/>
<element name="contributionVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="deployerId" type="{http://www.w3.org/2001/XMLSchema}string" 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="includePublic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hideSystem" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AesContributionState |
contributionState
|
protected String |
contributionURI
|
protected String |
contributionVersion
|
protected String |
deployerId
|
protected XMLGregorianCalendar |
endDate
|
protected Boolean |
hideSystem
|
protected Boolean |
includePublic
|
protected String |
processGroup
|
protected XMLGregorianCalendar |
startDate
|
protected String |
tenantContextId
|
| Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingFilter |
|---|
listStart, maxReturn |
| Constructor Summary | |
|---|---|
AesContributionSearchFilter()
|
|
| Method Summary | |
|---|---|
AesContributionState |
getContributionState()
Gets the value of the contributionState property. |
String |
getContributionURI()
Gets the value of the contributionURI property. |
String |
getContributionVersion()
Gets the value of the contributionVersion property. |
String |
getDeployerId()
Gets the value of the deployerId property. |
XMLGregorianCalendar |
getEndDate()
Gets the value of the endDate property. |
String |
getProcessGroup()
Gets the value of the processGroup property. |
XMLGregorianCalendar |
getStartDate()
Gets the value of the startDate property. |
String |
getTenantContextId()
Gets the value of the tenantContextId property. |
Boolean |
isHideSystem()
Gets the value of the hideSystem property. |
Boolean |
isIncludePublic()
Gets the value of the includePublic property. |
void |
setContributionState(AesContributionState value)
Sets the value of the contributionState property. |
void |
setContributionURI(String value)
Sets the value of the contributionURI property. |
void |
setContributionVersion(String value)
Sets the value of the contributionVersion property. |
void |
setDeployerId(String value)
Sets the value of the deployerId property. |
void |
setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property. |
void |
setHideSystem(Boolean value)
Sets the value of the hideSystem property. |
void |
setIncludePublic(Boolean value)
Sets the value of the includePublic property. |
void |
setProcessGroup(String value)
Sets the value of the processGroup property. |
void |
setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property. |
void |
setTenantContextId(String value)
Sets the value of the tenantContextId 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 contributionURI
protected AesContributionState contributionState
protected String contributionVersion
protected String deployerId
protected String processGroup
protected String tenantContextId
protected Boolean includePublic
protected Boolean hideSystem
protected XMLGregorianCalendar startDate
protected XMLGregorianCalendar endDate
| Constructor Detail |
|---|
public AesContributionSearchFilter()
| Method Detail |
|---|
public String getContributionURI()
Stringpublic void setContributionURI(String value)
value - allowed object is
Stringpublic AesContributionState getContributionState()
AesContributionStatepublic void setContributionState(AesContributionState value)
value - allowed object is
AesContributionStatepublic String getContributionVersion()
Stringpublic void setContributionVersion(String value)
value - allowed object is
Stringpublic String getDeployerId()
Stringpublic void setDeployerId(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 isIncludePublic()
Booleanpublic void setIncludePublic(Boolean value)
value - allowed object is
Booleanpublic Boolean isHideSystem()
Booleanpublic void setHideSystem(Boolean value)
value - allowed object is
Booleanpublic XMLGregorianCalendar getStartDate()
XMLGregorianCalendarpublic void setStartDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getEndDate()
XMLGregorianCalendarpublic void setEndDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendar
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||