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