public class

BatchRequestSet

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.BatchRequestSet

Class Overview

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>
 

Summary

Fields
protected String externalRealmId
protected OfferingId offeringId
protected List<JAXBElement<? extends AbstractRequest>> request
protected String requestId
Public Constructors
BatchRequestSet()
Public Methods
String getExternalRealmId()
Gets the value of the externalRealmId property.
OfferingId getOfferingId()
Gets the value of the offeringId property.
List<JAXBElement<? extends AbstractRequest>> getRequest()
Gets the value of the request 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

Fields

protected String externalRealmId

protected OfferingId offeringId

protected List<JAXBElement<? extends AbstractRequest>> request

protected String requestId

Public Constructors

public BatchRequestSet ()

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 List<JAXBElement<? extends AbstractRequest>> getRequest ()

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<ModRequest> JAXBElement<AddRequest> JAXBElement<RevertRequest> JAXBElement<DelRequest> JAXBElement<AbstractRequest>

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