public class

ChangeEmail

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.ChangeEmail

Class Overview

Java class for ChangeEmail complex type.

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

 <complexType name="ChangeEmail">
   <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="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
Public Constructors
ChangeEmail()
Public Methods
String getCurrentPassword()
Gets the value of the currentPassword property.
Boolean getJustThisAccount()
Gets the value of the justThisAccount property.
String getNewEmail()
Gets the value of the newEmail property.
String getNewEmail2()
Gets the value of the newEmail2 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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String currentPassword

protected Boolean justThisAccount

protected String newEmail

protected String newEmail2

Public Constructors

public ChangeEmail ()

Public Methods

public String getCurrentPassword ()

Gets the value of the currentPassword property.

Returns
  • possible object is String

public Boolean getJustThisAccount ()

Gets the value of the justThisAccount property. This getter has been renamed from isJustThisAccount() to getJustThisAccount() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

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 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