public class

NumberTypeCustomFieldDefinition

extends CustomFieldDefinition
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
       ↳ org.mule.modules.quickbooks.windows.schema.NumberTypeCustomFieldDefinition

Class Overview

Product: ALL Description: Specifies the strongly typed version of Number type custom field definition

Java class for NumberTypeCustomFieldDefinition complex type.

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

 <complexType name="NumberTypeCustomFieldDefinition">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CustomFieldDefinition">
       <sequence>
         <element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="MinValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="MaxValue" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected BigDecimal defaultValue
protected BigDecimal maxValue
protected BigDecimal minValue
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
Public Constructors
NumberTypeCustomFieldDefinition()
Public Methods
BigDecimal getDefaultValue()
Gets the value of the defaultValue property.
BigDecimal getMaxValue()
Gets the value of the maxValue property.
BigDecimal getMinValue()
Gets the value of the minValue property.
void setDefaultValue(BigDecimal value)
Sets the value of the defaultValue property.
void setMaxValue(BigDecimal value)
Sets the value of the maxValue property.
void setMinValue(BigDecimal value)
Sets the value of the minValue property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CustomFieldDefinition
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected BigDecimal defaultValue

protected BigDecimal maxValue

protected BigDecimal minValue

Public Constructors

public NumberTypeCustomFieldDefinition ()

Public Methods

public BigDecimal getDefaultValue ()

Gets the value of the defaultValue property.

Returns
  • possible object is BigDecimal

public BigDecimal getMaxValue ()

Gets the value of the maxValue property.

Returns
  • possible object is BigDecimal

public BigDecimal getMinValue ()

Gets the value of the minValue property.

Returns
  • possible object is BigDecimal

public void setDefaultValue (BigDecimal value)

Sets the value of the defaultValue property.

Parameters
value Allowed object is BigDecimal

public void setMaxValue (BigDecimal value)

Sets the value of the maxValue property.

Parameters
value Allowed object is BigDecimal

public void setMinValue (BigDecimal value)

Sets the value of the minValue property.

Parameters
value Allowed object is BigDecimal