Package org.icatproject
Class GetResponse
- java.lang.Object
-
- org.icatproject.GetResponse
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityBaseBean_return
-
Constructor Summary
Constructors Constructor Description GetResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityBaseBeangetReturn()Gets the value of the return property.voidsetReturn(EntityBaseBean value)Sets the value of the return property.
-
-
-
Field Detail
-
_return
protected EntityBaseBean _return
-
-
Method Detail
-
getReturn
public EntityBaseBean getReturn()
Gets the value of the return property.- Returns:
- possible object is
EntityBaseBean
-
setReturn
public void setReturn(EntityBaseBean value)
Sets the value of the return property.- Parameters:
value- allowed object isEntityBaseBean
-
-