public class

SessionResponse

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

Class Overview

Java class for SessionResponse complex type.

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

 <complexType name="SessionResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}status"/>
         <element name="userId" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element ref="{urn:core_2010_2.platform.webservices.netsuite.com}wsRoleList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Status status
protected RecordRef userId
protected WsRoleList wsRoleList
Public Constructors
SessionResponse()
Public Methods
Status getStatus()
Gets the value of the status property.
RecordRef getUserId()
Gets the value of the userId property.
WsRoleList getWsRoleList()
Gets the value of the wsRoleList property.
void setStatus(Status value)
Sets the value of the status property.
void setUserId(RecordRef value)
Sets the value of the userId property.
void setWsRoleList(WsRoleList value)
Sets the value of the wsRoleList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Status status

protected RecordRef userId

protected WsRoleList wsRoleList

Public Constructors

public SessionResponse ()

Public Methods

public Status getStatus ()

Gets the value of the status property.

Returns

public RecordRef getUserId ()

Gets the value of the userId property.

Returns

public WsRoleList getWsRoleList ()

Gets the value of the wsRoleList property.

Returns

public void setStatus (Status value)

Sets the value of the status property.

Parameters
value Allowed object is Status

public void setUserId (RecordRef value)

Sets the value of the userId property.

Parameters
value Allowed object is RecordRef

public void setWsRoleList (WsRoleList value)

Sets the value of the wsRoleList property.

Parameters
value Allowed object is WsRoleList