public class

Note

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.Note

Class Overview

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>
 

Summary

Fields
protected String content
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
Note()
Public Methods
String getContent()
Gets the value of the content property.
void setContent(String value)
Sets the value of the content property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected String content

Public Constructors

public Note ()

Public Methods

public String getContent ()

Gets the value of the content property.

Returns
  • possible object is String

public void setContent (String value)

Sets the value of the content property.

Parameters
value Allowed object is String