public class

CustomFieldSubAccess

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.setup.customization_2010_2.CustomFieldSubAccess

Class Overview

Java class for CustomFieldSubAccess complex type.

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

 <complexType name="CustomFieldSubAccess">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sub" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="accessLevel" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomizationAccessLevel" minOccurs="0"/>
         <element name="searchLevel" type="{urn:types.customization_2010_2.setup.webservices.netsuite.com}CustomizationSearchLevel" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomizationAccessLevel accessLevel
protected CustomizationSearchLevel searchLevel
protected RecordRef sub
Public Constructors
CustomFieldSubAccess()
Public Methods
CustomizationAccessLevel getAccessLevel()
Gets the value of the accessLevel property.
CustomizationSearchLevel getSearchLevel()
Gets the value of the searchLevel property.
RecordRef getSub()
Gets the value of the sub property.
void setAccessLevel(CustomizationAccessLevel value)
Sets the value of the accessLevel property.
void setSearchLevel(CustomizationSearchLevel value)
Sets the value of the searchLevel property.
void setSub(RecordRef value)
Sets the value of the sub property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CustomizationAccessLevel accessLevel

protected CustomizationSearchLevel searchLevel

protected RecordRef sub

Public Constructors

public CustomFieldSubAccess ()

Public Methods

public CustomizationAccessLevel getAccessLevel ()

Gets the value of the accessLevel property.

Returns

public CustomizationSearchLevel getSearchLevel ()

Gets the value of the searchLevel property.

Returns

public RecordRef getSub ()

Gets the value of the sub property.

Returns

public void setAccessLevel (CustomizationAccessLevel value)

Sets the value of the accessLevel property.

Parameters
value Allowed object is CustomizationAccessLevel

public void setSearchLevel (CustomizationSearchLevel value)

Sets the value of the searchLevel property.

Parameters
value Allowed object is CustomizationSearchLevel

public void setSub (RecordRef value)

Sets the value of the sub property.

Parameters
value Allowed object is RecordRef