public class

TemplateRefParam

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.TemplateRefParam

Class Overview

Java class for TemplateRefParam complex type.

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

 <complexType name="TemplateRefParam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="TxnId" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
         <element name="Type" type="{http://www.intuit.com/sb/cdm/v2}TemplateTypeEnum" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdType txnId
protected TemplateTypeEnum type
Public Constructors
TemplateRefParam()
Public Methods
IdType getTxnId()
Gets the value of the txnId property.
TemplateTypeEnum getType()
Gets the value of the type 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 java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType txnId

protected TemplateTypeEnum type

Public Constructors

public TemplateRefParam ()

Public Methods

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public TemplateTypeEnum getType ()

Gets the value of the type property.

Returns

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