public class GetResponse extends Object
Java class for getResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="return" type="{http://icatproject.org}entityBaseBean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected EntityBaseBean |
_return |
| Constructor and Description |
|---|
GetResponse() |
| Modifier and Type | Method and Description |
|---|---|
EntityBaseBean |
getReturn()
Gets the value of the return property.
|
void |
setReturn(EntityBaseBean value)
Sets the value of the return property.
|
protected EntityBaseBean _return
public EntityBaseBean getReturn()
EntityBaseBeanpublic void setReturn(EntityBaseBean value)
value - allowed object is
EntityBaseBeanCopyright © 2012 The ICAT Collaboration. All Rights Reserved.