| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.BatchRequestSet |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}RequestParams"/>
<element ref="{http://www.intuit.com/sb/cdm/v2}Request" maxOccurs="unbounded"/>
</sequence>
<attribute name="RequestId" use="required" type="{http://www.intuit.com/sb/cdm/v2}guid" />
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| externalRealmId | |||||||||||
| offeringId | |||||||||||
| request | |||||||||||
| requestId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the externalRealmId property.
| |||||||||||
Gets the value of the offeringId property.
| |||||||||||
Gets the value of the request 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 request 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 request property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the request property.
For example, to add a new item, do as follows:
getRequest().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement<AddRequest>
JAXBElement<DelRequest>
JAXBElement<ModRequest>
JAXBElement<AbstractRequest>
JAXBElement<RevertRequest>
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 request property.
| request | Allowed object is
JAXBElement<AddRequest>
JAXBElement<DelRequest>
JAXBElement<ModRequest>
JAXBElement<AbstractRequest>
JAXBElement<RevertRequest>
|
|---|
Sets the value of the requestId property.
| value | Allowed object is String |
|---|