| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CurrencyFormatInfo |
Java class for CurrencyFormatInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CurrencyFormatInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DecimalPlaces" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="DecimalSeparator" type="{http://www.intuit.com/sb/cdm/v2}separatorEnum" minOccurs="0"/>
<element name="ValueGroupSeparator" type="{http://www.intuit.com/sb/cdm/v2}separatorEnum" minOccurs="0"/>
<element name="ValueGrouping" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| decimalPlaces | |||||||||||
| decimalSeparator | |||||||||||
| valueGroupSeparator | |||||||||||
| valueGrouping | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the decimalPlaces property.
| |||||||||||
Gets the value of the decimalSeparator property.
| |||||||||||
Gets the value of the valueGroupSeparator property.
| |||||||||||
Gets the value of the valueGrouping property.
| |||||||||||
Sets the value of the decimalPlaces property.
| |||||||||||
Sets the value of the decimalSeparator property.
| |||||||||||
Sets the value of the valueGroupSeparator property.
| |||||||||||
Sets the value of the valueGrouping property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the decimalPlaces property.
Gets the value of the decimalSeparator property.
SeparatorEnum
Gets the value of the valueGroupSeparator property.
SeparatorEnum
Gets the value of the valueGrouping property.
Sets the value of the decimalPlaces property.
| value | Allowed object is Integer |
|---|
Sets the value of the decimalSeparator property.
| value | Allowed object is
SeparatorEnum
|
|---|
Sets the value of the valueGroupSeparator property.
| value | Allowed object is
SeparatorEnum
|
|---|
Sets the value of the valueGrouping property.
| value | Allowed object is String |
|---|