public class

TxnRef

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.TxnRef

Class Overview

Java class for TxnRef complex type.

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

 <complexType name="TxnRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TxnReferenceGroup"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected IdType txnId
protected String txnNum
Public Constructors
TxnRef()
Public Methods
IdType getTxnId()
Gets the value of the txnId property.
String getTxnNum()
Gets the value of the txnNum property.
void setTxnId(IdType value)
Sets the value of the txnId property.
void setTxnNum(String value)
Sets the value of the txnNum property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected IdType txnId

protected String txnNum

Public Constructors

public TxnRef ()

Public Methods

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public String getTxnNum ()

Gets the value of the txnNum property.

Returns
  • possible object is String

public void setTxnId (IdType value)

Sets the value of the txnId property.

Parameters
value Allowed object is IdType

public void setTxnNum (String value)

Sets the value of the txnNum property.

Parameters
value Allowed object is String