public class

GetCustomizationIdRequest

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_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_2013_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()
Public Methods
CustomizationType getCustomizationType()
Gets the value of the customizationType property.
boolean getIncludeInactives()
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 Methods

public CustomizationType getCustomizationType ()

Gets the value of the customizationType property.

Returns

public boolean getIncludeInactives ()

Gets the value of the includeInactives property. This getter has been renamed from isIncludeInactives() to getIncludeInactives() by cxf-xjc-boolean plugin.

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