public class

LoginResponse

extends Object
java.lang.Object
   ↳ org.mule.modules.sharepoint.microsoft.authentication.LoginResponse

Class Overview

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">
       <sequence>
         <element name="LoginResult" type="{http://schemas.microsoft.com/sharepoint/soap/}LoginResult"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected LoginResult loginResult
Public Constructors
LoginResponse()
Public Methods
LoginResult getLoginResult()
Gets the value of the loginResult property.
void setLoginResult(LoginResult value)
Sets the value of the loginResult property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected LoginResult loginResult

Public Constructors

public LoginResponse ()

Public Methods

public LoginResult getLoginResult ()

Gets the value of the loginResult property.

Returns

public void setLoginResult (LoginResult value)

Sets the value of the loginResult property.

Parameters
value Allowed object is LoginResult