Class CheckLoginResponse
java.lang.Object
com.emc.d2fs.services.repository_service.CheckLoginResponse
- All Implemented Interfaces:
Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="result" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the userName property.boolean
isResult()
Gets the value of the result property.void
setResult
(boolean value) Sets the value of the result property.void
setUserName
(String value) Sets the value of the userName property.
-
Constructor Details
-
CheckLoginResponse
public CheckLoginResponse()
-
-
Method Details
-
isResult
public boolean isResult()Gets the value of the result property. -
setResult
public void setResult(boolean value) Sets the value of the result property. -
getUserName
Gets the value of the userName property.- Returns:
- possible object is
String
-
setUserName
Sets the value of the userName property.- Parameters:
value
- allowed object isString
-