public class

SsoPassport

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

Class Overview

Java class for SsoPassport complex type.

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

 <complexType name="SsoPassport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="authenticationToken" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="partnerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="partnerAccount" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String authenticationToken
protected String partnerAccount
protected String partnerId
Public Constructors
SsoPassport()
Public Methods
String getAuthenticationToken()
Gets the value of the authenticationToken property.
String getPartnerAccount()
Gets the value of the partnerAccount property.
String getPartnerId()
Gets the value of the partnerId property.
void setAuthenticationToken(String value)
Sets the value of the authenticationToken property.
void setPartnerAccount(String value)
Sets the value of the partnerAccount property.
void setPartnerId(String value)
Sets the value of the partnerId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String authenticationToken

protected String partnerAccount

protected String partnerId

Public Constructors

public SsoPassport ()

Public Methods

public String getAuthenticationToken ()

Gets the value of the authenticationToken property.

Returns
  • possible object is String

public String getPartnerAccount ()

Gets the value of the partnerAccount property.

Returns
  • possible object is String

public String getPartnerId ()

Gets the value of the partnerId property.

Returns
  • possible object is String

public void setAuthenticationToken (String value)

Sets the value of the authenticationToken property.

Parameters
value Allowed object is String

public void setPartnerAccount (String value)

Sets the value of the partnerAccount 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