public class

SsoLoginRequest

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

Class Overview

Java class for SsoLoginRequest complex type.

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

 <complexType name="SsoLoginRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ssoPassport" type="{urn:core_2010_2.platform.webservices.netsuite.com}SsoPassport"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SsoPassport ssoPassport
Public Constructors
SsoLoginRequest()
Public Methods
SsoPassport getSsoPassport()
Gets the value of the ssoPassport property.
void setSsoPassport(SsoPassport value)
Sets the value of the ssoPassport property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SsoPassport ssoPassport

Public Constructors

public SsoLoginRequest ()

Public Methods

public SsoPassport getSsoPassport ()

Gets the value of the ssoPassport property.

Returns

public void setSsoPassport (SsoPassport value)

Sets the value of the ssoPassport property.

Parameters
value Allowed object is SsoPassport