| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.online.schema.CustomFieldDefinition | |
| ↳ | org.mule.modules.quickbooks.online.schema.NumberTypeCustomFieldDefinition | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| defaultValue | |||||||||||
| maxValue | |||||||||||
| minValue | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the defaultValue property.
| |||||||||||
Gets the value of the maxValue property.
| |||||||||||
Gets the value of the minValue property.
| |||||||||||
Sets the value of the defaultValue property.
| |||||||||||
Sets the value of the maxValue property.
| |||||||||||
Sets the value of the minValue property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.online.schema.CustomFieldDefinition
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the defaultValue property.
Gets the value of the maxValue property.
Gets the value of the minValue property.
Sets the value of the defaultValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the maxValue property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the minValue property.
| value | Allowed object is BigDecimal |
|---|