org.eclipse.stardust.engine.api.ws
Class ModelsQueryResultXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
      extended by org.eclipse.stardust.engine.api.ws.ModelsQueryResultXto

public class ModelsQueryResultXto
extends QueryResultXto

Result of an DeployedModelQuery execution.

Java class for ModelsQueryResult complex type.

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

 <complexType name="ModelsQueryResult">
   <complexContent>
     <extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
       <sequence>
         <element name="deployedModels" type="{http://eclipse.org/stardust/ws/v2012a/api}Models" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Constructor Summary
ModelsQueryResultXto()
           
 
Method Summary
 ModelsXto getDeployedModels()
          Gets the value of the deployedModels property.
 void setDeployedModels(ModelsXto value)
          Sets the value of the deployedModels property.
 
Methods inherited from class org.eclipse.stardust.engine.api.ws.QueryResultXto
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThreshold
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelsQueryResultXto

public ModelsQueryResultXto()
Method Detail

getDeployedModels

public ModelsXto getDeployedModels()
Gets the value of the deployedModels property.

Returns:
possible object is ModelsXto

setDeployedModels

public void setDeployedModels(ModelsXto value)
Sets the value of the deployedModels property.

Parameters:
value - allowed object is ModelsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.