| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomFieldDepartmentAccess |
Java class for CustomFieldDepartmentAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomFieldDepartmentAccess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dept" 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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessLevel | |||||||||||
| dept | |||||||||||
| searchLevel | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessLevel property.
| |||||||||||
Gets the value of the dept property.
| |||||||||||
Gets the value of the searchLevel property.
| |||||||||||
Sets the value of the accessLevel property.
| |||||||||||
Sets the value of the dept property.
| |||||||||||
Sets the value of the searchLevel property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accessLevel property.
CustomizationAccessLevel
Gets the value of the dept property.
RecordRef
Gets the value of the searchLevel property.
CustomizationSearchLevel
Sets the value of the accessLevel property.
| value | Allowed object is
CustomizationAccessLevel
|
|---|
Sets the value of the dept property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the searchLevel property.
| value | Allowed object is
CustomizationSearchLevel
|
|---|