public class

OtherNames

extends CdmCollections
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmComplexBase
     ↳ org.mule.modules.quickbooks.windows.schema.CdmCollections
       ↳ org.mule.modules.quickbooks.windows.schema.OtherNames

Class Overview

Product: QBW Description: Provides the definition that allows bulk data transfer of Other Names

Java class for OtherNames complex type.

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

 <complexType name="OtherNames">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmCollections">
       <sequence>
         <element name="OtherName" type="{http://www.intuit.com/sb/cdm/v2}OtherName" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmCollections
From class org.mule.modules.quickbooks.windows.schema.CdmComplexBase
Fields
protected List<OtherName> otherName
Public Constructors
OtherNames()
Public Methods
List<OtherName> getOtherName()
Gets the value of the otherName property.
void setOtherName(List<OtherName> otherName)
Sets the value of the otherName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected List<OtherName> otherName

Public Constructors

public OtherNames ()

Public Methods

public List<OtherName> getOtherName ()

Gets the value of the otherName 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 otherName property.

For example, to add a new item, do as follows:

    getOtherName().add(newItem);
 

Objects of the following type(s) are allowed in the list OtherName

public void setOtherName (List<OtherName> otherName)

Sets the value of the otherName property.

Parameters
otherName Allowed object is OtherName