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

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

public class AesContributionSearchFilter
extends AesListingFilter

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

contributionURI

protected String contributionURI

contributionState

protected AesContributionState contributionState

contributionVersion

protected String contributionVersion

deployerId

protected String deployerId

processGroup

protected String processGroup

tenantContextId

protected String tenantContextId

includePublic

protected Boolean includePublic

hideSystem

protected Boolean hideSystem

startDate

protected XMLGregorianCalendar startDate

endDate

protected XMLGregorianCalendar endDate
Constructor Detail

AesContributionSearchFilter

public AesContributionSearchFilter()
Method Detail

getContributionURI

public String getContributionURI()
Gets the value of the contributionURI property.

Returns:
possible object is String

setContributionURI

public void setContributionURI(String value)
Sets the value of the contributionURI property.

Parameters:
value - allowed object is String

getContributionState

public AesContributionState getContributionState()
Gets the value of the contributionState property.

Returns:
possible object is AesContributionState

setContributionState

public void setContributionState(AesContributionState value)
Sets the value of the contributionState property.

Parameters:
value - allowed object is AesContributionState

getContributionVersion

public String getContributionVersion()
Gets the value of the contributionVersion property.

Returns:
possible object is String

setContributionVersion

public void setContributionVersion(String value)
Sets the value of the contributionVersion property.

Parameters:
value - allowed object is String

getDeployerId

public String getDeployerId()
Gets the value of the deployerId property.

Returns:
possible object is String

setDeployerId

public void setDeployerId(String value)
Sets the value of the deployerId 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

isIncludePublic

public Boolean isIncludePublic()
Gets the value of the includePublic property.

Returns:
possible object is Boolean

setIncludePublic

public void setIncludePublic(Boolean value)
Sets the value of the includePublic property.

Parameters:
value - allowed object is Boolean

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

getStartDate

public XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.

Returns:
possible object is XMLGregorianCalendar

setStartDate

public void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getEndDate

public XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.

Returns:
possible object is XMLGregorianCalendar

setEndDate

public void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.

Parameters:
value - allowed object is XMLGregorianCalendar


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