org.kie.remote.services.ws.deployment.generated
Class GetDeploymentInfoResponse
java.lang.Object
org.kie.remote.services.ws.deployment.generated.GetDeploymentInfoResponse
- All Implemented Interfaces:
- Serializable
public class GetDeploymentInfoResponse
- extends Object
- implements Serializable
Java class for getDeploymentInfoResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getDeploymentInfoResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://services.remote.kie.org/6.2.0.1/deployment}DeploymentUnitList" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_return
protected JaxbDeploymentUnitList _return
GetDeploymentInfoResponse
public GetDeploymentInfoResponse()
getReturn
public JaxbDeploymentUnitList getReturn()
- Gets the value of the return property.
- Returns:
- possible object is
JaxbDeploymentUnitList
setReturn
public void setReturn(JaxbDeploymentUnitList value)
- Sets the value of the return property.
- Parameters:
value - allowed object is
JaxbDeploymentUnitList
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.