public class

ChangeEmailResponse

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

Class Overview

Java class for ChangeEmailResponse complex type.

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

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

Summary

Fields
protected SessionResponse sessionResponse
Public Constructors
ChangeEmailResponse()
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 ChangeEmailResponse ()

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