public class

OtherName

extends RoleBase
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

Class Overview

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>
 

Summary

Fields
protected String acctNum
protected Boolean active
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.RoleBase
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
OtherName()
Public Methods
String getAcctNum()
Gets the value of the acctNum property.
Boolean isActive()
Gets the value of the active property.
void setAcctNum(String value)
Sets the value of the acctNum property.
void setActive(Boolean value)
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

Fields

protected String acctNum

protected Boolean active

Public Constructors

public OtherName ()

Public Methods

public String getAcctNum ()

Gets the value of the acctNum property.

Returns
  • possible object is String

public Boolean isActive ()

Gets the value of the active property.

Returns
  • possible object is Boolean

public void setAcctNum (String value)

Sets the value of the acctNum property.

Parameters
value Allowed object is String

public void setActive (Boolean value)

Sets the value of the active property.

Parameters
value Allowed object is Boolean