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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingFilter
Direct Known Subclasses:
AesCatalogSearchFilter, AesContributionSearchFilter

public class AesListingFilter
extends Object

Java class for AesListingFilter complex type.

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

 <complexType name="AesListingFilter">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="listStart" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="maxReturn" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  Integer listStart
           
protected  Integer maxReturn
           
 
Constructor Summary
AesListingFilter()
           
 
Method Summary
 Integer getListStart()
          Gets the value of the listStart property.
 Integer getMaxReturn()
          Gets the value of the maxReturn property.
 void setListStart(Integer value)
          Sets the value of the listStart property.
 void setMaxReturn(Integer value)
          Sets the value of the maxReturn property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listStart

protected Integer listStart

maxReturn

protected Integer maxReturn
Constructor Detail

AesListingFilter

public AesListingFilter()
Method Detail

getListStart

public Integer getListStart()
Gets the value of the listStart property.

Returns:
possible object is Integer

setListStart

public void setListStart(Integer value)
Sets the value of the listStart property.

Parameters:
value - allowed object is Integer

getMaxReturn

public Integer getMaxReturn()
Gets the value of the maxReturn property.

Returns:
possible object is Integer

setMaxReturn

public void setMaxReturn(Integer value)
Sets the value of the maxReturn property.

Parameters:
value - allowed object is Integer


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