public class

ColDesc

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ColDesc

Class Overview

Java class for ColDesc complex type.

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

 <complexType name="ColDesc">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ColTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ColType" type="{http://www.intuit.com/sb/cdm/v2}ColTypeEnum"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String colTitle
protected ColTypeEnum colType
Public Constructors
ColDesc()
Public Methods
String getColTitle()
Gets the value of the colTitle property.
ColTypeEnum getColType()
Gets the value of the colType property.
void setColTitle(String value)
Sets the value of the colTitle property.
void setColType(ColTypeEnum value)
Sets the value of the colType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String colTitle

protected ColTypeEnum colType

Public Constructors

public ColDesc ()

Public Methods

public String getColTitle ()

Gets the value of the colTitle property.

Returns
  • possible object is String

public ColTypeEnum getColType ()

Gets the value of the colType property.

Returns

public void setColTitle (String value)

Sets the value of the colTitle property.

Parameters
value Allowed object is String

public void setColType (ColTypeEnum value)

Sets the value of the colType property.

Parameters
value Allowed object is ColTypeEnum