public class

BooleanTypeCustomField

extends CustomField
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CustomField
     ↳ org.mule.modules.quickbooks.windows.schema.BooleanTypeCustomField

Class Overview

Product: ALL Description: If BooleanTypeCustomFieldDefinition is defined, the BooleanTypeCustomField specifies the strongly typed field value

Java class for BooleanTypeCustomField complex type.

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

 <complexType name="BooleanTypeCustomField">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CustomField">
       <sequence>
         <element name="Value" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CustomField
Fields
protected Boolean value
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomField
Public Constructors
BooleanTypeCustomField()
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 org.mule.modules.quickbooks.windows.schema.CustomField
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean value

Public Constructors

public BooleanTypeCustomField ()

Public Methods

public Boolean getValue ()

Gets the value of the value property.

Returns
  • possible object is Boolean

public void setValue (Boolean value)

Sets the value of the value property.

Parameters
value Allowed object is Boolean