public class

ChangePassword

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

Class Overview

Java class for ChangePassword complex type.

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

 <complexType name="ChangePassword">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="currentPassword" 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 newPassword
protected String newPassword2
Public Constructors
ChangePassword()
Public Methods
String getCurrentPassword()
Gets the value of the currentPassword property.
Boolean getJustThisAccount()
Gets the value of the justThisAccount property.
String getNewPassword()
Gets the value of the newPassword property.
String getNewPassword2()
Gets the value of the newPassword2 property.
void setCurrentPassword(String value)
Sets the value of the currentPassword property.
void setJustThisAccount(Boolean value)
Sets the value of the justThisAccount 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 newPassword

protected String newPassword2

Public Constructors

public ChangePassword ()

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