Package org.icatproject
Class GetUserNameResponse
- java.lang.Object
-
- org.icatproject.GetUserNameResponse
-
public class GetUserNameResponse extends Object
Java class for getUserNameResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getUserNameResponse"> <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 GetUserNameResponse()
-
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
-
-