org.eclipse.stardust.engine.api.ws
Class ModelsQueryResultXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.QueryResultXto
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>
ModelsQueryResultXto
public ModelsQueryResultXto()
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.