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

java.lang.Object
  extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
      extended by com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesCatalogListResult

public class AesCatalogListResult
extends AesListingResult

Java class for AesCatalogListResult complex type.

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

 <complexType name="AesCatalogListResult">
   <complexContent>
     <extension base="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesListingResult">
       <sequence>
         <element name="catalogEntries" type="{http://schemas.active-endpoints.com/engineapi/2010/05/EngineAPITypes.xsd}AesCatalogEntries"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  AesCatalogEntries catalogEntries
           
 
Fields inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
completeRowCount, schedulerInitialized, totalRowCount
 
Constructor Summary
AesCatalogListResult()
           
 
Method Summary
 AesCatalogEntries getCatalogEntries()
          Gets the value of the catalogEntries property.
 void setCatalogEntries(AesCatalogEntries value)
          Sets the value of the catalogEntries property.
 
Methods inherited from class com.active_endpoints.schemas.engineapi._2010._05.engineapitypes.AesListingResult
getTotalRowCount, isCompleteRowCount, isSchedulerInitialized, setCompleteRowCount, setSchedulerInitialized, setTotalRowCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

catalogEntries

protected AesCatalogEntries catalogEntries
Constructor Detail

AesCatalogListResult

public AesCatalogListResult()
Method Detail

getCatalogEntries

public AesCatalogEntries getCatalogEntries()
Gets the value of the catalogEntries property.

Returns:
possible object is AesCatalogEntries

setCatalogEntries

public void setCatalogEntries(AesCatalogEntries value)
Sets the value of the catalogEntries property.

Parameters:
value - allowed object is AesCatalogEntries


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