public class

ChangePasswordOrEmailResponse

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2010_2.ChangePasswordOrEmailResponse

Class Overview

Java class for ChangePasswordOrEmailResponse complex type.

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

 <complexType name="ChangePasswordOrEmailResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:messages_2010_2.platform.webservices.netsuite.com}sessionResponse"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SessionResponse sessionResponse
Public Constructors
ChangePasswordOrEmailResponse()
Public Methods
SessionResponse getSessionResponse()
Gets the value of the sessionResponse property.
void setSessionResponse(SessionResponse value)
Sets the value of the sessionResponse property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SessionResponse sessionResponse

Public Constructors

public ChangePasswordOrEmailResponse ()

Public Methods

public SessionResponse getSessionResponse ()

Gets the value of the sessionResponse property.

Returns

public void setSessionResponse (SessionResponse value)

Sets the value of the sessionResponse property.

Parameters
value Allowed object is SessionResponse