| java.lang.Object | ||||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmObject | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.CdmBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.RoleBase | |||
| ↳ | org.mule.modules.quickbooks.windows.schema.OtherName | |||
Product: QBW Description: The OtherName object represents a person or a company that is not your customer, vendor, or employee. For example, you can use OtherName object to represent owners or partners. Endpoint: services.intuit.com Business Rules: None
Java class for OtherName complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherName">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}RoleBase">
<sequence>
<element name="Active" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AcctNum" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| acctNum | |||||||||||
| active | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the acctNum property.
| |||||||||||
Gets the value of the active property.
| |||||||||||
Sets the value of the acctNum property.
| |||||||||||
Sets the value of the active property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.RoleBase
| |||||||||||
From class
org.mule.modules.quickbooks.windows.schema.CdmBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the acctNum property.
Gets the value of the active property.
Sets the value of the acctNum property.
| value | Allowed object is String |
|---|
Sets the value of the active property.
| value | Allowed object is Boolean |
|---|