| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2010_2.Preferences |
Java class for Preferences complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Preferences">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="warningAsError" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="disableMandatoryCustomFieldValidation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="disableSystemNotesForCustomFields" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="ignoreReadOnlyFields" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| disableMandatoryCustomFieldValidation | |||||||||||
| disableSystemNotesForCustomFields | |||||||||||
| ignoreReadOnlyFields | |||||||||||
| warningAsError | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the disableMandatoryCustomFieldValidation property.
| |||||||||||
Gets the value of the disableSystemNotesForCustomFields property.
| |||||||||||
Gets the value of the ignoreReadOnlyFields property.
| |||||||||||
Gets the value of the warningAsError property.
| |||||||||||
Sets the value of the disableMandatoryCustomFieldValidation property.
| |||||||||||
Sets the value of the disableSystemNotesForCustomFields property.
| |||||||||||
Sets the value of the ignoreReadOnlyFields property.
| |||||||||||
Sets the value of the warningAsError property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the disableMandatoryCustomFieldValidation property.
Gets the value of the disableSystemNotesForCustomFields property.
Gets the value of the ignoreReadOnlyFields property.
Gets the value of the warningAsError property.
Sets the value of the disableMandatoryCustomFieldValidation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the disableSystemNotesForCustomFields property.
| value | Allowed object is Boolean |
|---|
Sets the value of the ignoreReadOnlyFields property.
| value | Allowed object is Boolean |
|---|
Sets the value of the warningAsError property.
| value | Allowed object is Boolean |
|---|