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>
| Modifier and Type | Field and Description |
|---|---|
protected EntityInfo |
_return |
| Constructor and Description |
|---|
GetEntityInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
EntityInfo |
getReturn()
Gets the value of the return property.
|
void |
setReturn(EntityInfo value)
Sets the value of the return property.
|
protected EntityInfo _return
public EntityInfo getReturn()
EntityInfopublic void setReturn(EntityInfo value)
value - allowed object is
EntityInfoCopyright © 2022 The ICAT Collaboration. All rights reserved.