| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.ContactRole |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contact | |||||||||||
| contactRole | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contact property.
| |||||||||||
Gets the value of the contactRole property.
| |||||||||||
Sets the value of the contact property.
| |||||||||||
Sets the value of the contactRole property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contact property.
RecordRef
Gets the value of the contactRole property.
RecordRef
Sets the value of the contact property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the contactRole property.
| value | Allowed object is
RecordRef
|
|---|