public class

AttachContactReference

extends AttachReference
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.AttachReference
     ↳ com.netsuite.webservices.platform.core_2010_2.AttachContactReference

Class Overview

Java class for AttachContactReference complex type.

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

 <complexType name="AttachContactReference">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}AttachReference">
       <sequence>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="contactRole" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef contact
protected RecordRef contactRole
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.AttachReference
Public Constructors
AttachContactReference()
AttachContactReference(BaseRef attachTo, RecordRef contact, RecordRef contactRole)
Public Methods
RecordRef getContact()
Gets the value of the contact property.
RecordRef getContactRole()
Gets the value of the contactRole property.
void setContact(RecordRef value)
Sets the value of the contact property.
void setContactRole(RecordRef value)
Sets the value of the contactRole property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.AttachReference
From class java.lang.Object

Fields

protected RecordRef contact

protected RecordRef contactRole

Public Constructors

public AttachContactReference ()

public AttachContactReference (BaseRef attachTo, RecordRef contact, RecordRef contactRole)

Parameters
attachTo
contact
contactRole

Public Methods

public RecordRef getContact ()

Gets the value of the contact property.

Returns

public RecordRef getContactRole ()

Gets the value of the contactRole property.

Returns

public void setContact (RecordRef value)

Sets the value of the contact property.

Parameters
value Allowed object is RecordRef

public void setContactRole (RecordRef value)

Sets the value of the contactRole property.

Parameters
value Allowed object is RecordRef