public class

LogoutResponse

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

Class Overview

Java class for LogoutResponse complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="LogoutResponse">
   <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
LogoutResponse()
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 LogoutResponse ()

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