public class

UOMConvUnit

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

Class Overview

Product: QBW Description: Related UOM

Java class for UOMConvUnit complex type.

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

 <complexType name="UOMConvUnit">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Abbrv" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ConvRatio" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String abbrv
protected BigDecimal convRatio
protected String name
Public Constructors
UOMConvUnit()
Public Methods
String getAbbrv()
Gets the value of the abbrv property.
BigDecimal getConvRatio()
Gets the value of the convRatio property.
String getName()
Gets the value of the name property.
void setAbbrv(String value)
Sets the value of the abbrv property.
void setConvRatio(BigDecimal value)
Sets the value of the convRatio property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String abbrv

protected BigDecimal convRatio

protected String name

Public Constructors

public UOMConvUnit ()

Public Methods

public String getAbbrv ()

Gets the value of the abbrv property.

Returns
  • possible object is String

public BigDecimal getConvRatio ()

Gets the value of the convRatio property.

Returns
  • possible object is BigDecimal

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setAbbrv (String value)

Sets the value of the abbrv property.

Parameters
value Allowed object is String

public void setConvRatio (BigDecimal value)

Sets the value of the convRatio property.

Parameters
value Allowed object is BigDecimal

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String