public class

CompanyRequest

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

Class Overview

Java class for CompanyRequest complex type.

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

 <complexType name="CompanyRequest">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Action" type="{http://www.intuit.com/sb/cdm/v2}postAction"/>
         <element name="CompanyMetaData" type="{http://www.intuit.com/sb/cdm/v2}CompanyMetaData"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PostAction action
protected CompanyMetaData companyMetaData
Public Constructors
CompanyRequest()
Public Methods
PostAction getAction()
Gets the value of the action property.
CompanyMetaData getCompanyMetaData()
Gets the value of the companyMetaData property.
void setAction(PostAction value)
Sets the value of the action property.
void setCompanyMetaData(CompanyMetaData value)
Sets the value of the companyMetaData property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PostAction action

protected CompanyMetaData companyMetaData

Public Constructors

public CompanyRequest ()

Public Methods

public PostAction getAction ()

Gets the value of the action property.

Returns

public CompanyMetaData getCompanyMetaData ()

Gets the value of the companyMetaData property.

Returns

public void setAction (PostAction value)

Sets the value of the action property.

Parameters
value Allowed object is PostAction

public void setCompanyMetaData (CompanyMetaData value)

Sets the value of the companyMetaData property.

Parameters
value Allowed object is CompanyMetaData