| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CustomField | |
| ↳ | org.mule.modules.quickbooks.windows.schema.NumberTypeCustomField | |
Product: ALL Description: 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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CustomField
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| value | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CustomField
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the value property.
| |||||||||||
Sets the value of the value property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CustomField
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the value property.
Sets the value of the value property.
| value | Allowed object is BigDecimal |
|---|