| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.messages_2013_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. This getter has been renamed from isDisableMandatoryCustomFieldValidation() to getDisableMandatoryCustomFieldValidation() by cxf-xjc-boolean plugin.
Gets the value of the disableSystemNotesForCustomFields property. This getter has been renamed from isDisableSystemNotesForCustomFields() to getDisableSystemNotesForCustomFields() by cxf-xjc-boolean plugin.
Gets the value of the ignoreReadOnlyFields property. This getter has been renamed from isIgnoreReadOnlyFields() to getIgnoreReadOnlyFields() by cxf-xjc-boolean plugin.
Gets the value of the warningAsError property. This getter has been renamed from isWarningAsError() to getWarningAsError() by cxf-xjc-boolean plugin.
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 |
|---|