| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.OtherNameRef |
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| otherNameId | |||||||||||
| otherNameName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the otherNameId property.
| |||||||||||
Gets the value of the otherNameName property.
| |||||||||||
Sets the value of the otherNameId property.
| |||||||||||
Sets the value of the otherNameName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the otherNameId property.
IdType
Gets the value of the otherNameName property.
Sets the value of the otherNameId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the otherNameName property.
| value | Allowed object is String |
|---|