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