public class

Preferences

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.messages_2013_2.Preferences

Class Overview

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>
 

Summary

Fields
protected Boolean disableMandatoryCustomFieldValidation
protected Boolean disableSystemNotesForCustomFields
protected Boolean ignoreReadOnlyFields
protected Boolean warningAsError
Public Constructors
Preferences()
Public Methods
Boolean getDisableMandatoryCustomFieldValidation()
Gets the value of the disableMandatoryCustomFieldValidation property.
Boolean getDisableSystemNotesForCustomFields()
Gets the value of the disableSystemNotesForCustomFields property.
Boolean getIgnoreReadOnlyFields()
Gets the value of the ignoreReadOnlyFields property.
Boolean getWarningAsError()
Gets the value of the warningAsError property.
void setDisableMandatoryCustomFieldValidation(Boolean value)
Sets the value of the disableMandatoryCustomFieldValidation property.
void setDisableSystemNotesForCustomFields(Boolean value)
Sets the value of the disableSystemNotesForCustomFields property.
void setIgnoreReadOnlyFields(Boolean value)
Sets the value of the ignoreReadOnlyFields property.
void setWarningAsError(Boolean value)
Sets the value of the warningAsError property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean disableMandatoryCustomFieldValidation

protected Boolean disableSystemNotesForCustomFields

protected Boolean ignoreReadOnlyFields

protected Boolean warningAsError

Public Constructors

public Preferences ()

Public Methods

public Boolean getDisableMandatoryCustomFieldValidation ()

Gets the value of the disableMandatoryCustomFieldValidation property. This getter has been renamed from isDisableMandatoryCustomFieldValidation() to getDisableMandatoryCustomFieldValidation() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getDisableSystemNotesForCustomFields ()

Gets the value of the disableSystemNotesForCustomFields property. This getter has been renamed from isDisableSystemNotesForCustomFields() to getDisableSystemNotesForCustomFields() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIgnoreReadOnlyFields ()

Gets the value of the ignoreReadOnlyFields property. This getter has been renamed from isIgnoreReadOnlyFields() to getIgnoreReadOnlyFields() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getWarningAsError ()

Gets the value of the warningAsError property. This getter has been renamed from isWarningAsError() to getWarningAsError() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public void setDisableMandatoryCustomFieldValidation (Boolean value)

Sets the value of the disableMandatoryCustomFieldValidation property.

Parameters
value Allowed object is Boolean

public void setDisableSystemNotesForCustomFields (Boolean value)

Sets the value of the disableSystemNotesForCustomFields property.

Parameters
value Allowed object is Boolean

public void setIgnoreReadOnlyFields (Boolean value)

Sets the value of the ignoreReadOnlyFields property.

Parameters
value Allowed object is Boolean

public void setWarningAsError (Boolean value)

Sets the value of the warningAsError property.

Parameters
value Allowed object is Boolean