Package org.icatproject
Class GetEntityInfoResponse
- java.lang.Object
-
- org.icatproject.GetEntityInfoResponse
-
public class GetEntityInfoResponse extends Object
Java class for getEntityInfoResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getEntityInfoResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://icatproject.org}entityInfo" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected EntityInfo_return
-
Constructor Summary
Constructors Constructor Description GetEntityInfoResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityInfogetReturn()Gets the value of the return property.voidsetReturn(EntityInfo value)Sets the value of the return property.
-
-
-
Field Detail
-
_return
protected EntityInfo _return
-
-
Method Detail
-
getReturn
public EntityInfo getReturn()
Gets the value of the return property.- Returns:
- possible object is
EntityInfo
-
setReturn
public void setReturn(EntityInfo value)
Sets the value of the return property.- Parameters:
value- allowed object isEntityInfo
-
-