| java.lang.Object | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.TemplateRefMap | ||
Product: QBW Description: Mapping of the transaction to the template it is using for presentation. Temporary object, will be removed in the future once transactions reference the template natively.
Java class for TemplateRefMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TemplateRefMap">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
<sequence>
<element name="Type" type="{http://www.intuit.com/sb/cdm/v2}TemplateTypeEnum" minOccurs="0"/>
<element name="TxnId" type="{http://www.intuit.com/sb/cdm/v2}IdType" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}TemplateReferenceGroup" 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| templateId | |||||||||||
| templateName | |||||||||||
| txnId | |||||||||||
| type | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the templateId property.
| |||||||||||
Gets the value of the templateName property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the templateId property.
| |||||||||||
Sets the value of the templateName property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the templateId property.
IdType
Gets the value of the templateName property.
Gets the value of the type property.
TemplateTypeEnum
Sets the value of the templateId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the templateName property.
| value | Allowed object is String |
|---|
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the type property.
| value | Allowed object is
TemplateTypeEnum
|
|---|