org.eclipse.stardust.engine.api.ws
Class DeployedRuntimeArtifactQueryResultXto
java.lang.Object
org.eclipse.stardust.engine.api.ws.QueryResultXto
org.eclipse.stardust.engine.api.ws.DeployedRuntimeArtifactQueryResultXto
public class DeployedRuntimeArtifactQueryResultXto
- extends QueryResultXto
Result of an DeployedRuntimeArtifactQuery execution.
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>
DeployedRuntimeArtifactQueryResultXto
public DeployedRuntimeArtifactQueryResultXto()
getDeployedRuntimeArtifacts
public DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto getDeployedRuntimeArtifacts()
- Gets the value of the deployedRuntimeArtifacts property.
- Returns:
- possible object is
DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto
setDeployedRuntimeArtifacts
public void setDeployedRuntimeArtifacts(DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto value)
- Sets the value of the deployedRuntimeArtifacts property.
- Parameters:
value - allowed object is
DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto
Copyright © 2017 Eclipse Stardust. All Rights Reserved.