| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.relationships_2010_2.CustomerSalesTeam |
Java class for CustomerSalesTeam complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CustomerSalesTeam">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="salesRole" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="isPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="contribution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| contribution | |||||||||||
| employee | |||||||||||
| isPrimary | |||||||||||
| salesRole | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the contribution property.
| |||||||||||
Gets the value of the employee property.
| |||||||||||
Gets the value of the salesRole property.
| |||||||||||
Gets the value of the isPrimary property.
| |||||||||||
Sets the value of the contribution property.
| |||||||||||
Sets the value of the employee property.
| |||||||||||
Sets the value of the isPrimary property.
| |||||||||||
Sets the value of the salesRole property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the contribution property.
Gets the value of the employee property.
RecordRef
Gets the value of the salesRole property.
RecordRef
Gets the value of the isPrimary property.
Sets the value of the contribution property.
| value | Allowed object is Double |
|---|
Sets the value of the employee property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the isPrimary property.
| value | Allowed object is Boolean |
|---|
Sets the value of the salesRole property.
| value | Allowed object is
RecordRef
|
|---|