public class

SyncActivityRequest

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

Class Overview

Product: QBW Description: request for sync activity report

Java class for SyncActivityRequest complex type.

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

 <complexType name="SyncActivityRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}GlobalParameterGroup"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TransactionDateFilter"/>
         <group ref="{http://www.intuit.com/sb/cdm/v2}CreationDateRangeFilter" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected Date endCreatedTMS
protected String endTransactionDate
protected OfferingId offeringId
protected Date startCreatedTMS
protected String startTransactionDate
Public Constructors
SyncActivityRequest()
Public Methods
Date getEndCreatedTMS()
Gets the value of the endCreatedTMS property.
String getEndTransactionDate()
Gets the value of the endTransactionDate property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
Date getStartCreatedTMS()
Gets the value of the startCreatedTMS property.
String getStartTransactionDate()
Gets the value of the startTransactionDate property.
void setEndCreatedTMS(Date value)
Sets the value of the endCreatedTMS property.
void setEndTransactionDate(String value)
Sets the value of the endTransactionDate property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setStartCreatedTMS(Date value)
Sets the value of the startCreatedTMS property.
void setStartTransactionDate(String value)
Sets the value of the startTransactionDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Date endCreatedTMS

protected String endTransactionDate

protected OfferingId offeringId

protected Date startCreatedTMS

protected String startTransactionDate

Public Constructors

public SyncActivityRequest ()

Public Methods

public Date getEndCreatedTMS ()

Gets the value of the endCreatedTMS property.

Returns
  • possible object is String

public String getEndTransactionDate ()

Gets the value of the endTransactionDate property.

Returns
  • possible object is String

public OfferingId getOfferingId ()

Gets the value of the offeringId property.

Returns

public Date getStartCreatedTMS ()

Gets the value of the startCreatedTMS property.

Returns
  • possible object is String

public String getStartTransactionDate ()

Gets the value of the startTransactionDate property.

Returns
  • possible object is String

public void setEndCreatedTMS (Date value)

Sets the value of the endCreatedTMS property.

Parameters
value Allowed object is String

public void setEndTransactionDate (String value)

Sets the value of the endTransactionDate property.

Parameters
value Allowed object is String

public void setOfferingId (OfferingId value)

Sets the value of the offeringId property.

Parameters
value Allowed object is OfferingId

public void setStartCreatedTMS (Date value)

Sets the value of the startCreatedTMS property.

Parameters
value Allowed object is String

public void setStartTransactionDate (String value)

Sets the value of the startTransactionDate property.

Parameters
value Allowed object is String