| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.TemplateRefParam |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| txnId | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the txnId property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the type property.
TemplateTypeEnum
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the type property.
| value | Allowed object is
TemplateTypeEnum
|
|---|