public class

LoginResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.LoginResponse

Class Overview

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 ref="{urn:messages_2010_2.platform.webservices.netsuite.com}sessionResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SessionResponse sessionResponse
Public Constructors
LoginResponse()
Public Methods
SessionResponse getSessionResponse()
Gets the value of the sessionResponse property.
void setSessionResponse(SessionResponse value)
Sets the value of the sessionResponse property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SessionResponse sessionResponse

Public Constructors

public LoginResponse ()

Public Methods

public SessionResponse getSessionResponse ()

Gets the value of the sessionResponse property.

Returns

public void setSessionResponse (SessionResponse value)

Sets the value of the sessionResponse property.

Parameters
value Allowed object is SessionResponse