public class

CurrencyFormatInfo

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CurrencyFormatInfo

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Integer decimalPlaces
protected SeparatorEnum decimalSeparator
protected SeparatorEnum valueGroupSeparator
protected String valueGrouping
Public Constructors
CurrencyFormatInfo()
Public Methods
Integer getDecimalPlaces()
Gets the value of the decimalPlaces property.
SeparatorEnum getDecimalSeparator()
Gets the value of the decimalSeparator property.
SeparatorEnum getValueGroupSeparator()
Gets the value of the valueGroupSeparator property.
String getValueGrouping()
Gets the value of the valueGrouping property.
void setDecimalPlaces(Integer value)
Sets the value of the decimalPlaces property.
void setDecimalSeparator(SeparatorEnum value)
Sets the value of the decimalSeparator property.
void setValueGroupSeparator(SeparatorEnum value)
Sets the value of the valueGroupSeparator property.
void setValueGrouping(String value)
Sets the value of the valueGrouping property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Integer decimalPlaces

protected SeparatorEnum decimalSeparator

protected SeparatorEnum valueGroupSeparator

protected String valueGrouping

Public Constructors

public CurrencyFormatInfo ()

Public Methods

public Integer getDecimalPlaces ()

Gets the value of the decimalPlaces property.

Returns
  • possible object is Integer

public SeparatorEnum getDecimalSeparator ()

Gets the value of the decimalSeparator property.

Returns

public SeparatorEnum getValueGroupSeparator ()

Gets the value of the valueGroupSeparator property.

Returns

public String getValueGrouping ()

Gets the value of the valueGrouping property.

Returns
  • possible object is String

public void setDecimalPlaces (Integer value)

Sets the value of the decimalPlaces property.

Parameters
value Allowed object is Integer

public void setDecimalSeparator (SeparatorEnum value)

Sets the value of the decimalSeparator property.

Parameters
value Allowed object is SeparatorEnum

public void setValueGroupSeparator (SeparatorEnum value)

Sets the value of the valueGroupSeparator property.

Parameters
value Allowed object is SeparatorEnum

public void setValueGrouping (String value)

Sets the value of the valueGrouping property.

Parameters
value Allowed object is String