public class

ChangePasswordRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.ChangePasswordRequest

Class Overview

Java class for ChangePasswordRequest complex type.

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

 <complexType name="ChangePasswordRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="changePassword" type="{urn:core_2013_2.platform.webservices.netsuite.com}ChangePassword"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ChangePassword changePassword
Public Constructors
ChangePasswordRequest()
Public Methods
ChangePassword getChangePassword()
Gets the value of the changePassword property.
void setChangePassword(ChangePassword value)
Sets the value of the changePassword property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ChangePassword changePassword

Public Constructors

public ChangePasswordRequest ()

Public Methods

public ChangePassword getChangePassword ()

Gets the value of the changePassword property.

Returns

public void setChangePassword (ChangePassword value)

Sets the value of the changePassword property.

Parameters
value Allowed object is ChangePassword