public class

UpdateInviteeStatusRequest

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

Class Overview

Java class for UpdateInviteeStatusRequest complex type.

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

 <complexType name="UpdateInviteeStatusRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="updateInviteeStatusReference" type="{urn:core_2010_2.platform.webservices.netsuite.com}UpdateInviteeStatusReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected UpdateInviteeStatusReference updateInviteeStatusReference
Public Constructors
UpdateInviteeStatusRequest()
UpdateInviteeStatusRequest(UpdateInviteeStatusReference updateInviteeStatusReference)
Public Methods
UpdateInviteeStatusReference getUpdateInviteeStatusReference()
Gets the value of the updateInviteeStatusReference property.
void setUpdateInviteeStatusReference(UpdateInviteeStatusReference value)
Sets the value of the updateInviteeStatusReference property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected UpdateInviteeStatusReference updateInviteeStatusReference

Public Constructors

public UpdateInviteeStatusRequest ()

public UpdateInviteeStatusRequest (UpdateInviteeStatusReference updateInviteeStatusReference)

Parameters
updateInviteeStatusReference

Public Methods

public UpdateInviteeStatusReference getUpdateInviteeStatusReference ()

Gets the value of the updateInviteeStatusReference property.

Returns

public void setUpdateInviteeStatusReference (UpdateInviteeStatusReference value)

Sets the value of the updateInviteeStatusReference property.

Parameters
value Allowed object is UpdateInviteeStatusReference