| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CompanyRequest |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| action | |||||||||||
| companyMetaData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the action property.
| |||||||||||
Gets the value of the companyMetaData property.
| |||||||||||
Sets the value of the action property.
| |||||||||||
Sets the value of the companyMetaData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the action property.
PostAction
Gets the value of the companyMetaData property.
CompanyMetaData
Sets the value of the action property.
| value | Allowed object is
PostAction
|
|---|
Sets the value of the companyMetaData property.
| value | Allowed object is
CompanyMetaData
|
|---|