public class

CDCObjectRequest

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

Class Overview

Product: QBW Description: request CDCObject

Java class for CDCObjectRequest complex type.

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

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

Summary

Fields
protected OfferingId offeringId
Public Constructors
CDCObjectRequest()
Public Methods
OfferingId getOfferingId()
Gets the value of the offeringId property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected OfferingId offeringId

Public Constructors

public CDCObjectRequest ()

Public Methods

public OfferingId getOfferingId ()

Gets the value of the offeringId property.

Returns

public void setOfferingId (OfferingId value)

Sets the value of the offeringId property.

Parameters
value Allowed object is OfferingId