public class

PartyRoleRef

extends ObjectRef
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObjectRef
     ↳ org.mule.modules.quickbooks.windows.schema.ObjectRef
       ↳ org.mule.modules.quickbooks.windows.schema.PartyRoleRef

Class Overview

Java class for PartyRoleRef complex type.

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

 <complexType name="PartyRoleRef">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}ObjectRef">
       <sequence>
         <element name="PartyReferenceId" type="{http://www.intuit.com/sb/cdm/v2}IdType"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.ObjectRef
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
Fields
protected IdType partyReferenceId
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.ObjectRef
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
Public Constructors
PartyRoleRef()
Public Methods
IdType getPartyReferenceId()
Gets the value of the partyReferenceId property.
void setPartyReferenceId(IdType value)
Sets the value of the partyReferenceId property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.ObjectRef
From class org.mule.modules.quickbooks.windows.schema.CdmObjectRef
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdType partyReferenceId

Public Constructors

public PartyRoleRef ()

Public Methods

public IdType getPartyReferenceId ()

Gets the value of the partyReferenceId property.

Returns

public void setPartyReferenceId (IdType value)

Sets the value of the partyReferenceId property.

Parameters
value Allowed object is IdType