public class

SsoCredentials

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SsoCredentials

Class Overview

Java class for SsoCredentials complex type.

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

 <complexType name="SsoCredentials">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="password" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="account" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="role" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="authenticationToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="partnerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String account
protected String authenticationToken
protected String email
protected String partnerId
protected String password
protected RecordRef role
Public Constructors
SsoCredentials()
Public Methods
String getAccount()
Gets the value of the account property.
String getAuthenticationToken()
Gets the value of the authenticationToken property.
String getEmail()
Gets the value of the email property.
String getPartnerId()
Gets the value of the partnerId property.
String getPassword()
Gets the value of the password property.
RecordRef getRole()
Gets the value of the role property.
void setAccount(String value)
Sets the value of the account property.
void setAuthenticationToken(String value)
Sets the value of the authenticationToken property.
void setEmail(String value)
Sets the value of the email property.
void setPartnerId(String value)
Sets the value of the partnerId property.
void setPassword(String value)
Sets the value of the password property.
void setRole(RecordRef value)
Sets the value of the role property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String account

protected String authenticationToken

protected String email

protected String partnerId

protected String password

protected RecordRef role

Public Constructors

public SsoCredentials ()

Public Methods

public String getAccount ()

Gets the value of the account property.

Returns
  • possible object is String

public String getAuthenticationToken ()

Gets the value of the authenticationToken property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email property.

Returns
  • possible object is String

public String getPartnerId ()

Gets the value of the partnerId property.

Returns
  • possible object is String

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public RecordRef getRole ()

Gets the value of the role property.

Returns

public void setAccount (String value)

Sets the value of the account property.

Parameters
value Allowed object is String

public void setAuthenticationToken (String value)

Sets the value of the authenticationToken property.

Parameters
value Allowed object is String

public void setEmail (String value)

Sets the value of the email property.

Parameters
value Allowed object is String

public void setPartnerId (String value)

Sets the value of the partnerId property.

Parameters
value Allowed object is String

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setRole (RecordRef value)

Sets the value of the role property.

Parameters
value Allowed object is RecordRef