public class

GetCustomizationIdRequest

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

Class Overview

Java class for GetCustomizationIdRequest complex type.

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

 <complexType name="GetCustomizationIdRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customizationType" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomizationType"/>
         <element name="includeInactives" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizationType customizationType
protected boolean includeInactives
Public Constructors
GetCustomizationIdRequest()
GetCustomizationIdRequest(CustomizationType customizationType, boolean includeInactives)
Public Methods
CustomizationType getCustomizationType()
Gets the value of the customizationType property.
boolean isIncludeInactives()
Gets the value of the includeInactives property.
void setCustomizationType(CustomizationType value)
Sets the value of the customizationType property.
void setIncludeInactives(boolean value)
Sets the value of the includeInactives property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomizationType customizationType

protected boolean includeInactives

Public Constructors

public GetCustomizationIdRequest ()

public GetCustomizationIdRequest (CustomizationType customizationType, boolean includeInactives)

Parameters
customizationType
includeInactives

Public Methods

public CustomizationType getCustomizationType ()

Gets the value of the customizationType property.

Returns

public boolean isIncludeInactives ()

Gets the value of the includeInactives property.

public void setCustomizationType (CustomizationType value)

Sets the value of the customizationType property.

Parameters
value Allowed object is CustomizationType

public void setIncludeInactives (boolean value)

Sets the value of the includeInactives property.

Parameters
value