public abstract class

AbstractRequest

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.AbstractRequest
Known Direct Subclasses

Class Overview

Product: QBW Description: Request abstract base type.

Java class for AbstractRequest complex type.

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

 <complexType name="AbstractRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}RequestParams" minOccurs="0"/>
       </sequence>
       <attribute name="RequestId" use="required" type="{http://www.intuit.com/sb/cdm/v2}guid" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected String externalRealmId
protected OfferingId offeringId
protected String requestId
Public Constructors
AbstractRequest()
Public Methods
String getExternalRealmId()
Gets the value of the externalRealmId property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
String getRequestId()
Gets the value of the requestId property.
void setExternalRealmId(String value)
Sets the value of the externalRealmId property.
void setOfferingId(OfferingId value)
Sets the value of the offeringId property.
void setRequestId(String value)
Sets the value of the requestId property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected String externalRealmId

protected OfferingId offeringId

protected String requestId

Public Constructors

public AbstractRequest ()

Public Methods

public String getExternalRealmId ()

Gets the value of the externalRealmId property.

Returns
  • possible object is String

public OfferingId getOfferingId ()

Gets the value of the offeringId property.

Returns

public String getRequestId ()

Gets the value of the requestId property.

Returns
  • possible object is String

public void setExternalRealmId (String value)

Sets the value of the externalRealmId 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 setRequestId (String value)

Sets the value of the requestId property.

Parameters
value Allowed object is String