public abstract class

CdmComplexBase

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
Known Direct Subclasses
Known Indirect Subclasses

Class Overview

Product: QBW Description: Defines the abstract base type that is used as a base for collection types, or objects returned by the REST service. It also serves as a base for the substitution group for the REST service allowing for having the common root element for any object returned by the service.

Java class for CdmComplexBase complex type.

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

 <complexType name="CdmComplexBase">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Constructors
CdmComplexBase()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public CdmComplexBase ()