| java.lang.Object | ||
| ↳ | com.netsuite.webservices.platform.core_2010_2.AttachReference | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.AttachContactReference | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contact | |||||||||||
| contactRole | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.netsuite.webservices.platform.core_2010_2.AttachReference
| |||||||||||
| 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
com.netsuite.webservices.platform.core_2010_2.AttachReference
| |||||||||||
From class
java.lang.Object
| |||||||||||
| attachTo | |
|---|---|
| contact | |
| contactRole |
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
|
|---|