public class

MapSsoResponse

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

Class Overview

Java class for MapSsoResponse complex type.

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

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

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