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