public class DeployedRuntimeArtifactQueryResultXto extends QueryResultXto
Java class for DeployedRuntimeArtifactQueryResult complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeployedRuntimeArtifactQueryResult">
<complexContent>
<extension base="{http://eclipse.org/stardust/ws/v2012a/api}QueryResult">
<sequence>
<element name="deployedRuntimeArtifacts" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="deployedRuntimeArtifact" type="{http://eclipse.org/stardust/ws/v2012a/api}DeployedRuntimeArtifact" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto
Java class for anonymous complex type.
|
| Constructor and Description |
|---|
DeployedRuntimeArtifactQueryResultXto() |
| Modifier and Type | Method and Description |
|---|---|
DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto |
getDeployedRuntimeArtifacts()
Gets the value of the deployedRuntimeArtifacts property.
|
void |
setDeployedRuntimeArtifacts(DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto value)
Sets the value of the deployedRuntimeArtifacts property.
|
getTotalCount, getTotalCountThreshold, isHasMore, setHasMore, setTotalCount, setTotalCountThresholdpublic DeployedRuntimeArtifactQueryResultXto()
public DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto getDeployedRuntimeArtifacts()
DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXtopublic void setDeployedRuntimeArtifacts(DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto value)
value - allowed object is
DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.