public class

Passport

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

Class Overview

Java class for Passport complex type.

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

 <complexType name="Passport">
   <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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String account
protected String email
protected String password
protected RecordRef role
Public Constructors
Passport()
Passport(String email, String password, String account, RecordRef role)
Public Methods
String getAccount()
Gets the value of the account property.
String getEmail()
Gets the value of the email 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 setEmail(String value)
Sets the value of the email 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 email

protected String password

protected RecordRef role

Public Constructors

public Passport ()

public Passport (String email, String password, String account, RecordRef role)

Parameters
email
password
account
role

Public Methods

public String getAccount ()

Gets the value of the account property.

Returns
  • possible object is String

public String getEmail ()

Gets the value of the email 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 setEmail (String value)

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