public class Manage extends Object implements Serializable
Java class for manage complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="manage">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="request" type="{http://services.remote.kie.org/6.3.0.1/deployment}DeploymentIdRequest" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DeploymentIdRequest |
request |
| Constructor and Description |
|---|
Manage() |
| Modifier and Type | Method and Description |
|---|---|
DeploymentIdRequest |
getRequest()
Gets the value of the request property.
|
void |
setRequest(DeploymentIdRequest value)
Sets the value of the request property.
|
protected DeploymentIdRequest request
public DeploymentIdRequest getRequest()
DeploymentIdRequestpublic void setRequest(DeploymentIdRequest value)
value - allowed object is
DeploymentIdRequestCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.