public class

BooleanCustomFieldRef

extends CustomFieldRef
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
     ↳ com.netsuite.webservices.platform.core_2013_2.BooleanCustomFieldRef

Class Overview

Java class for BooleanCustomFieldRef complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BooleanCustomFieldRef">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldRef">
       <sequence>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected boolean value
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
Public Constructors
BooleanCustomFieldRef()
Public Methods
boolean getValue()
Gets the value of the value property.
void setValue(boolean value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.CustomFieldRef
From class java.lang.Object

Fields

protected boolean value

Public Constructors

public BooleanCustomFieldRef ()

Public Methods

public boolean getValue ()

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

public void setValue (boolean value)

Sets the value of the value property.

Parameters
value