Package org.icatproject
Class LoginResponse
- java.lang.Object
-
- org.icatproject.LoginResponse
-
public class LoginResponse extends Object
Java class for loginResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="loginResponse"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="return" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description LoginResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetReturn()Gets the value of the return property.voidsetReturn(String value)Sets the value of the return property.
-
-
-
Field Detail
-
_return
protected String _return
-
-