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