org.ow2.dragon.connection.api.service
Class GetPropertiesResponse

java.lang.Object
  extended by org.ow2.dragon.connection.api.service.GetPropertiesResponse

public class GetPropertiesResponse
extends java.lang.Object

Java class for getPropertiesResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="getPropertiesResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ExecutionEnvironmentManager" type="{http://to.api.connection.dragon.ow2.org/}ExecutionEnvironmentManager" minOccurs="0" form="qualified"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  ExecutionEnvironmentManager executionEnvironmentManager
           
 
Constructor Summary
GetPropertiesResponse()
           
 
Method Summary
 ExecutionEnvironmentManager getExecutionEnvironmentManager()
          Gets the value of the executionEnvironmentManager property.
 void setExecutionEnvironmentManager(ExecutionEnvironmentManager value)
          Sets the value of the executionEnvironmentManager property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

executionEnvironmentManager

protected ExecutionEnvironmentManager executionEnvironmentManager
Constructor Detail

GetPropertiesResponse

public GetPropertiesResponse()
Method Detail

getExecutionEnvironmentManager

public ExecutionEnvironmentManager getExecutionEnvironmentManager()
Gets the value of the executionEnvironmentManager property.

Returns:
possible object is ExecutionEnvironmentManager

setExecutionEnvironmentManager

public void setExecutionEnvironmentManager(ExecutionEnvironmentManager value)
Sets the value of the executionEnvironmentManager property.

Parameters:
value - allowed object is ExecutionEnvironmentManager


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.