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

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.QueryResultXto
      extended by 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>
 


Nested Class Summary
static class DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto
          Java class for anonymous complex type.
 
Constructor Summary
DeployedRuntimeArtifactQueryResultXto()
           
 
Method Summary
 DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto getDeployedRuntimeArtifacts()
          Gets the value of the deployedRuntimeArtifacts property.
 void setDeployedRuntimeArtifacts(DeployedRuntimeArtifactQueryResultXto.DeployedRuntimeArtifactsXto value)
          Sets the value of the deployedRuntimeArtifacts 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

DeployedRuntimeArtifactQueryResultXto

public DeployedRuntimeArtifactQueryResultXto()
Method Detail

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.