| java.lang.Object | |
| ↳ | com.netsuite.webservices.setup.customization_2010_2.CustomFieldSubAccess |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessLevel | |||||||||||
| searchLevel | |||||||||||
| sub | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessLevel property.
| |||||||||||
Gets the value of the searchLevel property.
| |||||||||||
Gets the value of the sub property.
| |||||||||||
Sets the value of the accessLevel property.
| |||||||||||
Sets the value of the searchLevel property.
| |||||||||||
Sets the value of the sub property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accessLevel property.
CustomizationAccessLevel
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 searchLevel property.
| value | Allowed object is
CustomizationSearchLevel
|
|---|
Sets the value of the sub property.
| value | Allowed object is
RecordRef
|
|---|