| java.lang.Object | |||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRow | ||
| ↳ | com.netsuite.webservices.platform.core_2013_2.SearchRowBasic | ||
| ↳ | com.netsuite.webservices.platform.common_2013_2.CouponCodeSearchRowBasic | ||
Java class for CouponCodeSearchRowBasic complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CouponCodeSearchRowBasic">
<complexContent>
<extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
<sequence>
<element name="code" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="dateSent" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
<element name="id" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
<element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
<element name="promotion" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="recipient" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
<element name="useCount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
<element name="used" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| dateSent | |||||||||||
| id | |||||||||||
| internalId | |||||||||||
| promotion | |||||||||||
| recipient | |||||||||||
| useCount | |||||||||||
| used | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the dateSent property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the internalId property.
| |||||||||||
Gets the value of the promotion property.
| |||||||||||
Gets the value of the recipient property.
| |||||||||||
Gets the value of the useCount property.
| |||||||||||
Gets the value of the used property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the dateSent property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the internalId property.
| |||||||||||
Sets the value of the promotion property.
| |||||||||||
Sets the value of the recipient property.
| |||||||||||
Sets the value of the useCount property.
| |||||||||||
Sets the value of the used property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the code property.
For example, to add a new item, do as follows:
getCode().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the dateSent property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the dateSent property.
For example, to add a new item, do as follows:
getDateSent().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnDateField
Gets the value of the id property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the id property.
For example, to add a new item, do as follows:
getId().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnLongField
Gets the value of the internalId property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the internalId property.
For example, to add a new item, do as follows:
getInternalId().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnSelectField
Gets the value of the promotion property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the promotion property.
For example, to add a new item, do as follows:
getPromotion().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the recipient property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the recipient property.
For example, to add a new item, do as follows:
getRecipient().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnStringField
Gets the value of the useCount property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the useCount property.
For example, to add a new item, do as follows:
getUseCount().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnLongField
Gets the value of the used property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the used property.
For example, to add a new item, do as follows:
getUsed().add(newItem);
Objects of the following type(s) are allowed in the list
SearchColumnBooleanField
Sets the value of the code property.
| code | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the dateSent property.
| dateSent | Allowed object is
SearchColumnDateField
|
|---|
Sets the value of the id property.
| id | Allowed object is
SearchColumnLongField
|
|---|
Sets the value of the internalId property.
| internalId | Allowed object is
SearchColumnSelectField
|
|---|
Sets the value of the promotion property.
| promotion | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the recipient property.
| recipient | Allowed object is
SearchColumnStringField
|
|---|
Sets the value of the useCount property.
| useCount | Allowed object is
SearchColumnLongField
|
|---|
Sets the value of the used property.
| used | Allowed object is
SearchColumnBooleanField
|
|---|