public class

NumberTypeCustomField

extends CustomField
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CustomField
     ↳ org.mule.modules.quickbooks.online.schema.NumberTypeCustomField

Class Overview

If NumberTypeCustomFieldDefinition is defined, the NumberTypeCustomField specifies the strongly typed field value

Java class for NumberTypeCustomField complex type.

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

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

Summary

Fields
protected BigDecimal value
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CustomField
Public Constructors
NumberTypeCustomField()
Public Methods
BigDecimal getValue()
Gets the value of the value property.
void setValue(BigDecimal value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CustomField
From class java.lang.Object

Fields

protected BigDecimal value

Public Constructors

public NumberTypeCustomField ()

Public Methods

public BigDecimal getValue ()

Gets the value of the value property.

Returns
  • possible object is BigDecimal

public void setValue (BigDecimal value)

Sets the value of the value property.

Parameters
value Allowed object is BigDecimal