public class

ChangePasswordOrEmailCredentials

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

Class Overview

Java class for ChangePasswordOrEmailCredentials complex type.

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

 <complexType name="ChangePasswordOrEmailCredentials">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currentPassword" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="newEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="newEmail2" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="newPassword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="newPassword2" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="justThisAccount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String currentPassword
protected Boolean justThisAccount
protected String newEmail
protected String newEmail2
protected String newPassword
protected String newPassword2
Public Constructors
ChangePasswordOrEmailCredentials()
Public Methods
String getCurrentPassword()
Gets the value of the currentPassword property.
String getNewEmail()
Gets the value of the newEmail property.
String getNewEmail2()
Gets the value of the newEmail2 property.
String getNewPassword()
Gets the value of the newPassword property.
String getNewPassword2()
Gets the value of the newPassword2 property.
Boolean isJustThisAccount()
Gets the value of the justThisAccount property.
void setCurrentPassword(String value)
Sets the value of the currentPassword property.
void setJustThisAccount(Boolean value)
Sets the value of the justThisAccount property.
void setNewEmail(String value)
Sets the value of the newEmail property.
void setNewEmail2(String value)
Sets the value of the newEmail2 property.
void setNewPassword(String value)
Sets the value of the newPassword property.
void setNewPassword2(String value)
Sets the value of the newPassword2 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String currentPassword

protected Boolean justThisAccount

protected String newEmail

protected String newEmail2

protected String newPassword

protected String newPassword2

Public Constructors

public ChangePasswordOrEmailCredentials ()

Public Methods

public String getCurrentPassword ()

Gets the value of the currentPassword property.

Returns
  • possible object is String

public String getNewEmail ()

Gets the value of the newEmail property.

Returns
  • possible object is String

public String getNewEmail2 ()

Gets the value of the newEmail2 property.

Returns
  • possible object is String

public String getNewPassword ()

Gets the value of the newPassword property.

Returns
  • possible object is String

public String getNewPassword2 ()

Gets the value of the newPassword2 property.

Returns
  • possible object is String

public Boolean isJustThisAccount ()

Gets the value of the justThisAccount property.

Returns
  • possible object is Boolean

public void setCurrentPassword (String value)

Sets the value of the currentPassword property.

Parameters
value Allowed object is String

public void setJustThisAccount (Boolean value)

Sets the value of the justThisAccount property.

Parameters
value Allowed object is Boolean

public void setNewEmail (String value)

Sets the value of the newEmail property.

Parameters
value Allowed object is String

public void setNewEmail2 (String value)

Sets the value of the newEmail2 property.

Parameters
value Allowed object is String

public void setNewPassword (String value)

Sets the value of the newPassword property.

Parameters
value Allowed object is String

public void setNewPassword2 (String value)

Sets the value of the newPassword2 property.

Parameters
value Allowed object is String