public class

SyncActivityRequest

extends Object
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

Fields
protected XMLGregorianCalendar endCreatedTMS
protected String endTransactionDate
protected OfferingId offeringId
protected XMLGregorianCalendar startCreatedTMS
protected String startTransactionDate
Public Constructors
SyncActivityRequest()
Public Methods
XMLGregorianCalendar 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.
XMLGregorianCalendar getStartCreatedTMS()
Gets the value of the startCreatedTMS property.
String getStartTransactionDate()
Gets the value of the startTransactionDate property.
void setEndCreatedTMS(XMLGregorianCalendar 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(XMLGregorianCalendar 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

Fields

protected XMLGregorianCalendar endCreatedTMS

protected String endTransactionDate

protected OfferingId offeringId

protected XMLGregorianCalendar startCreatedTMS

protected String startTransactionDate

Public Constructors

public SyncActivityRequest ()

Public Methods

public XMLGregorianCalendar getEndCreatedTMS ()

Gets the value of the endCreatedTMS property.

Returns
  • possible object is XMLGregorianCalendar

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 XMLGregorianCalendar getStartCreatedTMS ()

Gets the value of the startCreatedTMS property.

Returns
  • possible object is XMLGregorianCalendar

public String getStartTransactionDate ()

Gets the value of the startTransactionDate property.

Returns
  • possible object is String

public void setEndCreatedTMS (XMLGregorianCalendar value)

Sets the value of the endCreatedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

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 (XMLGregorianCalendar value)

Sets the value of the startCreatedTMS property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStartTransactionDate (String value)

Sets the value of the startTransactionDate property.

Parameters
value Allowed object is String