public class

TemplateRefMap

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.TemplateRefMap

Class Overview

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>
 

Summary

Fields
protected IdType templateId
protected String templateName
protected IdType txnId
protected TemplateTypeEnum type
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
TemplateRefMap()
Public Methods
IdType getTemplateId()
Gets the value of the templateId property.
String getTemplateName()
Gets the value of the templateName property.
IdType getTxnId()
Gets the value of the txnId property.
TemplateTypeEnum getType()
Gets the value of the type property.
void setTemplateId(IdType value)
Sets the value of the templateId property.
void setTemplateName(String value)
Sets the value of the templateName property.
void setTxnId(IdType value)
Sets the value of the txnId property.
void setType(TemplateTypeEnum value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected IdType templateId

protected String templateName

protected IdType txnId

protected TemplateTypeEnum type

Public Constructors

public TemplateRefMap ()

Public Methods

public IdType getTemplateId ()

Gets the value of the templateId property.

Returns

public String getTemplateName ()

Gets the value of the templateName property.

Returns
  • possible object is String

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public TemplateTypeEnum getType ()

Gets the value of the type property.

Returns

public void setTemplateId (IdType value)

Sets the value of the templateId property.

Parameters
value Allowed object is IdType

public void setTemplateName (String value)

Sets the value of the templateName property.

Parameters
value Allowed object is String

public void setTxnId (IdType value)

Sets the value of the txnId property.

Parameters
value Allowed object is IdType

public void setType (TemplateTypeEnum value)

Sets the value of the type property.

Parameters
value Allowed object is TemplateTypeEnum