public class

ChangeEmailRequest

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

Class Overview

Java class for ChangeEmailRequest complex type.

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

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

Summary

Fields
protected ChangeEmail changeEmail
Public Constructors
ChangeEmailRequest()
Public Methods
ChangeEmail getChangeEmail()
Gets the value of the changeEmail property.
void setChangeEmail(ChangeEmail value)
Sets the value of the changeEmail property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ChangeEmail changeEmail

Public Constructors

public ChangeEmailRequest ()

Public Methods

public ChangeEmail getChangeEmail ()

Gets the value of the changeEmail property.

Returns

public void setChangeEmail (ChangeEmail value)

Sets the value of the changeEmail property.

Parameters
value Allowed object is ChangeEmail