org.ow2.dragon.connection.api.service
Class GetPropertiesResponse
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
executionEnvironmentManager
protected ExecutionEnvironmentManager executionEnvironmentManager
GetPropertiesResponse
public GetPropertiesResponse()
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.