| java.lang.Object | |
| ↳ | com.netsuite.webservices.activities.scheduling_2010_2.PhoneCallContact |
Java class for PhoneCallContact complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PhoneCallContact">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="company" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="phone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| company | |||||||||||
| contact | |||||||||||
| phone | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the company property.
| |||||||||||
Gets the value of the contact property.
| |||||||||||
Gets the value of the email property.
| |||||||||||
Gets the value of the phone property.
| |||||||||||
Sets the value of the company property.
| |||||||||||
Sets the value of the contact property.
| |||||||||||
Sets the value of the email property.
| |||||||||||
Sets the value of the phone property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the company property.
RecordRef
Gets the value of the contact property.
RecordRef
Gets the value of the email property.
Gets the value of the phone property.
Sets the value of the company property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the contact property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the email property.
| value | Allowed object is String |
|---|
Sets the value of the phone property.
| value | Allowed object is String |
|---|