public class

OtherNameRef

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.OtherNameRef

Class Overview

Java class for OtherNameRef complex type.

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

 <complexType name="OtherNameRef">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <group ref="{http://www.intuit.com/sb/cdm/v2}OtherNameReferenceGroup"/>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected IdType otherNameId
protected String otherNameName
Public Constructors
OtherNameRef()
Public Methods
IdType getOtherNameId()
Gets the value of the otherNameId property.
String getOtherNameName()
Gets the value of the otherNameName property.
void setOtherNameId(IdType value)
Sets the value of the otherNameId property.
void setOtherNameName(String value)
Sets the value of the otherNameName property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType otherNameId

protected String otherNameName

Public Constructors

public OtherNameRef ()

Public Methods

public IdType getOtherNameId ()

Gets the value of the otherNameId property.

Returns

public String getOtherNameName ()

Gets the value of the otherNameName property.

Returns
  • possible object is String

public void setOtherNameId (IdType value)

Sets the value of the otherNameId property.

Parameters
value Allowed object is IdType

public void setOtherNameName (String value)

Sets the value of the otherNameName property.

Parameters
value Allowed object is String