public class

CustomizationType

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.CustomizationType

Class Overview

Java class for CustomizationType complex type.

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

 <complexType name="CustomizationType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
       </sequence>
       <attribute name="getCustomizationType" type="{urn:types.core_2010_2.platform.webservices.netsuite.com}GetCustomizationType" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected GetCustomizationType getCustomizationType
Public Constructors
CustomizationType()
CustomizationType(GetCustomizationType getCustomizationType)
Public Methods
GetCustomizationType getGetCustomizationType()
Gets the value of the getCustomizationType property.
void setGetCustomizationType(GetCustomizationType value)
Sets the value of the getCustomizationType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected GetCustomizationType getCustomizationType

Public Constructors

public CustomizationType ()

public CustomizationType (GetCustomizationType getCustomizationType)

Parameters
getCustomizationType

Public Methods

public GetCustomizationType getGetCustomizationType ()

Gets the value of the getCustomizationType property.

Returns

public void setGetCustomizationType (GetCustomizationType value)

Sets the value of the getCustomizationType property.

Parameters
value Allowed object is GetCustomizationType