| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.AbstractRequest |
Known Direct Subclasses
|
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalRealmId | |||||||||||
| offeringId | |||||||||||
| requestId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalRealmId property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the requestId property.
| |||||||||||
Sets the value of the externalRealmId property.
| |||||||||||
Sets the value of the offeringId property.
| |||||||||||
Sets the value of the requestId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the externalRealmId property.
Gets the value of the offeringId property.
OfferingId
Gets the value of the requestId property.
Sets the value of the externalRealmId property.
| value | Allowed object is String |
|---|
Sets the value of the offeringId property.
| value | Allowed object is
OfferingId
|
|---|
Sets the value of the requestId property.
| value | Allowed object is String |
|---|