public class

TemplateRef

extends InternalCustomField
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CustomField
     ↳ org.mule.modules.quickbooks.windows.schema.InternalCustomField
       ↳ org.mule.modules.quickbooks.windows.schema.TemplateRef

Class Overview

Product: QBW Description: QB Template reference, MUST have only QB domain ReferenceId.

Java class for TemplateRef complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="TemplateRef">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}InternalCustomField">
       <sequence>
         <element name="TemplateId">
           <complexType>
             <simpleContent>
               <restriction base="<http://www.intuit.com/sb/cdm/v2>IdType">
                 <attribute name="idDomain" use="required" type="{http://www.intuit.com/sb/cdm/v2}idDomainEnum" fixed="QB" />
               </restriction>
             </simpleContent>
           </complexType>
         </element>
         <element name="TemplateName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Nested Classes
class TemplateRef.TemplateId

Java class for anonymous complex type. 

Fields
protected TemplateRef.TemplateId templateId
protected String templateName
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CustomField
Public Constructors
TemplateRef()
Public Methods
TemplateRef.TemplateId getTemplateId()
Gets the value of the templateId property.
String getTemplateName()
Gets the value of the templateName property.
void setTemplateId(TemplateRef.TemplateId value)
Sets the value of the templateId property.
void setTemplateName(String value)
Sets the value of the templateName property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CustomField
From class java.lang.Object

Fields

protected TemplateRef.TemplateId templateId

protected String templateName

Public Constructors

public TemplateRef ()

Public Methods

public TemplateRef.TemplateId 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 void setTemplateId (TemplateRef.TemplateId value)

Sets the value of the templateId property.

Parameters
value Allowed object is TemplateRef.TemplateId

public void setTemplateName (String value)

Sets the value of the templateName property.

Parameters
value Allowed object is String