public class ModelsQueryResultXto extends QueryResultXto
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 and Description |
|---|
ModelsQueryResultXto() |
| Modifier and Type | Method and Description |
|---|---|
ModelsXto |
getDeployedModels()
Gets the value of the deployedModels property.
|
void |
setDeployedModels(ModelsXto value)
Sets the value of the deployedModels property.
|
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThresholdCopyright © 2016 Eclipse Stardust. All Rights Reserved.