| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.ColDesc |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| colTitle | |||||||||||
| colType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the colTitle property.
| |||||||||||
Gets the value of the colType property.
| |||||||||||
Sets the value of the colTitle property.
| |||||||||||
Sets the value of the colType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the colTitle property.
Gets the value of the colType property.
ColTypeEnum
Sets the value of the colTitle property.
| value | Allowed object is String |
|---|
Sets the value of the colType property.
| value | Allowed object is
ColTypeEnum
|
|---|