public class

ContactRole

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.ContactRole

Class Overview

Java class for ContactRole complex type.

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

 <complexType name="ContactRole">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="contactRole" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef contact
protected RecordRef contactRole
Public Constructors
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 java.lang.Object

Fields

protected RecordRef contact

protected RecordRef contactRole

Public Constructors

public 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