public class

ExternalKey

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

Class Overview

Product: QBW Description: ExternalKey type allows to associate ExternalID like QuickBooks ID to be represented in the cloud.

Java class for ExternalKey complex type.

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

 <complexType name="ExternalKey">
   <simpleContent>
     <extension base="<http://www.intuit.com/sb/cdm/v2>IdType">
     </extension>
   </simpleContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.IdType
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.IdType
Public Constructors
ExternalKey()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.IdType
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public ExternalKey ()