| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.Note | ||
Product: ALL Description: Specifies free text information that can be associated with a CDM type
Java class for Note complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Note">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Content" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| content | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the content property.
| |||||||||||
Sets the value of the content property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the content property.
Sets the value of the content property.
| value | Allowed object is String |
|---|