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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
Direct Known Subclasses:
AesCatalogListResult, AesContributionListResult, AesScheduledItemListResult

public class AesListingResult
extends Object

Java class for AesListingResult complex type.

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

 <complexType name="AesListingResult">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="totalRowCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="completeRowCount" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="schedulerInitialized" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean completeRowCount
           
protected  boolean schedulerInitialized
           
protected  int totalRowCount
           
 
Constructor Summary
AesListingResult()
           
 
Method Summary
 int getTotalRowCount()
          Gets the value of the totalRowCount property.
 boolean isCompleteRowCount()
          Gets the value of the completeRowCount property.
 boolean isSchedulerInitialized()
          Gets the value of the schedulerInitialized property.
 void setCompleteRowCount(boolean value)
          Sets the value of the completeRowCount property.
 void setSchedulerInitialized(boolean value)
          Sets the value of the schedulerInitialized property.
 void setTotalRowCount(int value)
          Sets the value of the totalRowCount property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

totalRowCount

protected int totalRowCount

completeRowCount

protected boolean completeRowCount

schedulerInitialized

protected boolean schedulerInitialized
Constructor Detail

AesListingResult

public AesListingResult()
Method Detail

getTotalRowCount

public int getTotalRowCount()
Gets the value of the totalRowCount property.


setTotalRowCount

public void setTotalRowCount(int value)
Sets the value of the totalRowCount property.


isCompleteRowCount

public boolean isCompleteRowCount()
Gets the value of the completeRowCount property.


setCompleteRowCount

public void setCompleteRowCount(boolean value)
Sets the value of the completeRowCount property.


isSchedulerInitialized

public boolean isSchedulerInitialized()
Gets the value of the schedulerInitialized property.


setSchedulerInitialized

public void setSchedulerInitialized(boolean value)
Sets the value of the schedulerInitialized property.



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