public class

ColDataType

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

Class Overview

Java class for ColDataType complex type.

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

 <complexType name="ColDataType">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>string">
       <attribute name="idDomain" type="{http://www.intuit.com/sb/cdm/v2}idDomainEnum" default="QB" />
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdDomainEnum idDomain
protected String value
Public Constructors
ColDataType()
Public Methods
IdDomainEnum getIdDomain()
Gets the value of the idDomain property.
String getValue()
Gets the value of the value property.
void setIdDomain(IdDomainEnum value)
Sets the value of the idDomain property.
void setValue(String value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdDomainEnum idDomain

protected String value

Public Constructors

public ColDataType ()

Public Methods

public IdDomainEnum getIdDomain ()

Gets the value of the idDomain property.

Returns

public String getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setIdDomain (IdDomainEnum value)

Sets the value of the idDomain property.

Parameters
value Allowed object is IdDomainEnum

public void setValue (String value)

Sets the value of the value property.

Parameters
value Allowed object is String