public class

GiftCertificateSearchRowBasic

extends SearchRowBasic
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.GiftCertificateSearchRowBasic

Class Overview

Java class for GiftCertificateSearchRowBasic complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="GiftCertificateSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="amountRemaining" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amtAvailBilled" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="email" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="expirationDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gcActive" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="giftCertCode" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="incomeAcct" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="liabilityAcct" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="originalAmount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="purchaseDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sender" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDoubleField> amountRemaining
protected List<SearchColumnDoubleField> amtAvailBilled
protected List<SearchColumnDateField> createdDate
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnStringField> email
protected List<SearchColumnDateField> expirationDate
protected List<SearchColumnBooleanField> gcActive
protected List<SearchColumnStringField> giftCertCode
protected List<SearchColumnStringField> incomeAcct
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnSelectField> item
protected List<SearchColumnStringField> liabilityAcct
protected List<SearchColumnStringField> message
protected List<SearchColumnStringField> name
protected List<SearchColumnDoubleField> originalAmount
protected List<SearchColumnDateField> purchaseDate
protected List<SearchColumnStringField> sender
Public Constructors
GiftCertificateSearchRowBasic()
Public Methods
List<SearchColumnDoubleField> getAmountRemaining()
Gets the value of the amountRemaining property.
List<SearchColumnDoubleField> getAmtAvailBilled()
Gets the value of the amtAvailBilled property.
List<SearchColumnDateField> getCreatedDate()
Gets the value of the createdDate property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnStringField> getEmail()
Gets the value of the email property.
List<SearchColumnDateField> getExpirationDate()
Gets the value of the expirationDate property.
List<SearchColumnBooleanField> getGcActive()
Gets the value of the gcActive property.
List<SearchColumnStringField> getGiftCertCode()
Gets the value of the giftCertCode property.
List<SearchColumnStringField> getIncomeAcct()
Gets the value of the incomeAcct property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnSelectField> getItem()
Gets the value of the item property.
List<SearchColumnStringField> getLiabilityAcct()
Gets the value of the liabilityAcct property.
List<SearchColumnStringField> getMessage()
Gets the value of the message property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnDoubleField> getOriginalAmount()
Gets the value of the originalAmount property.
List<SearchColumnDateField> getPurchaseDate()
Gets the value of the purchaseDate property.
List<SearchColumnStringField> getSender()
Gets the value of the sender property.
void setAmountRemaining(List<SearchColumnDoubleField> amountRemaining)
Sets the value of the amountRemaining property.
void setAmtAvailBilled(List<SearchColumnDoubleField> amtAvailBilled)
Sets the value of the amtAvailBilled property.
void setCreatedDate(List<SearchColumnDateField> createdDate)
Sets the value of the createdDate property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setEmail(List<SearchColumnStringField> email)
Sets the value of the email property.
void setExpirationDate(List<SearchColumnDateField> expirationDate)
Sets the value of the expirationDate property.
void setGcActive(List<SearchColumnBooleanField> gcActive)
Sets the value of the gcActive property.
void setGiftCertCode(List<SearchColumnStringField> giftCertCode)
Sets the value of the giftCertCode property.
void setIncomeAcct(List<SearchColumnStringField> incomeAcct)
Sets the value of the incomeAcct property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setItem(List<SearchColumnSelectField> item)
Sets the value of the item property.
void setLiabilityAcct(List<SearchColumnStringField> liabilityAcct)
Sets the value of the liabilityAcct property.
void setMessage(List<SearchColumnStringField> message)
Sets the value of the message property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setOriginalAmount(List<SearchColumnDoubleField> originalAmount)
Sets the value of the originalAmount property.
void setPurchaseDate(List<SearchColumnDateField> purchaseDate)
Sets the value of the purchaseDate property.
void setSender(List<SearchColumnStringField> sender)
Sets the value of the sender property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDoubleField> amountRemaining

protected List<SearchColumnDoubleField> amtAvailBilled

protected List<SearchColumnDateField> createdDate

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnStringField> email

protected List<SearchColumnDateField> expirationDate

protected List<SearchColumnBooleanField> gcActive

protected List<SearchColumnStringField> giftCertCode

protected List<SearchColumnStringField> incomeAcct

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnSelectField> item

protected List<SearchColumnStringField> liabilityAcct

protected List<SearchColumnStringField> message

protected List<SearchColumnStringField> name

protected List<SearchColumnDoubleField> originalAmount

protected List<SearchColumnDateField> purchaseDate

protected List<SearchColumnStringField> sender

Public Constructors

public GiftCertificateSearchRowBasic ()

Public Methods

public List<SearchColumnDoubleField> getAmountRemaining ()

Gets the value of the amountRemaining 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 amountRemaining property.

For example, to add a new item, do as follows:

    getAmountRemaining().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getAmtAvailBilled ()

Gets the value of the amtAvailBilled 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 amtAvailBilled property.

For example, to add a new item, do as follows:

    getAmtAvailBilled().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDateField> getCreatedDate ()

Gets the value of the createdDate 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 createdDate property.

For example, to add a new item, do as follows:

    getCreatedDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnStringField> getEmail ()

Gets the value of the email 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 email property.

For example, to add a new item, do as follows:

    getEmail().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDateField> getExpirationDate ()

Gets the value of the expirationDate 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 expirationDate property.

For example, to add a new item, do as follows:

    getExpirationDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnBooleanField> getGcActive ()

Gets the value of the gcActive 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 gcActive property.

For example, to add a new item, do as follows:

    getGcActive().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnStringField> getGiftCertCode ()

Gets the value of the giftCertCode 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 giftCertCode property.

For example, to add a new item, do as follows:

    getGiftCertCode().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getIncomeAcct ()

Gets the value of the incomeAcct 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 incomeAcct property.

For example, to add a new item, do as follows:

    getIncomeAcct().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getInternalId ()

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

public List<SearchColumnSelectField> getItem ()

Gets the value of the item 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 item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getLiabilityAcct ()

Gets the value of the liabilityAcct 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 liabilityAcct property.

For example, to add a new item, do as follows:

    getLiabilityAcct().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getMessage ()

Gets the value of the message 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 message property.

For example, to add a new item, do as follows:

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getName ()

Gets the value of the name 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 name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDoubleField> getOriginalAmount ()

Gets the value of the originalAmount 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 originalAmount property.

For example, to add a new item, do as follows:

    getOriginalAmount().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDateField> getPurchaseDate ()

Gets the value of the purchaseDate 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 purchaseDate property.

For example, to add a new item, do as follows:

    getPurchaseDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnStringField> getSender ()

Gets the value of the sender 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 sender property.

For example, to add a new item, do as follows:

    getSender().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public void setAmountRemaining (List<SearchColumnDoubleField> amountRemaining)

Sets the value of the amountRemaining property.

Parameters
amountRemaining Allowed object is SearchColumnDoubleField

public void setAmtAvailBilled (List<SearchColumnDoubleField> amtAvailBilled)

Sets the value of the amtAvailBilled property.

Parameters
amtAvailBilled Allowed object is SearchColumnDoubleField

public void setCreatedDate (List<SearchColumnDateField> createdDate)

Sets the value of the createdDate property.

Parameters
createdDate Allowed object is SearchColumnDateField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setEmail (List<SearchColumnStringField> email)

Sets the value of the email property.

Parameters
email Allowed object is SearchColumnStringField

public void setExpirationDate (List<SearchColumnDateField> expirationDate)

Sets the value of the expirationDate property.

Parameters
expirationDate Allowed object is SearchColumnDateField

public void setGcActive (List<SearchColumnBooleanField> gcActive)

Sets the value of the gcActive property.

Parameters
gcActive Allowed object is SearchColumnBooleanField

public void setGiftCertCode (List<SearchColumnStringField> giftCertCode)

Sets the value of the giftCertCode property.

Parameters
giftCertCode Allowed object is SearchColumnStringField

public void setIncomeAcct (List<SearchColumnStringField> incomeAcct)

Sets the value of the incomeAcct property.

Parameters
incomeAcct Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setItem (List<SearchColumnSelectField> item)

Sets the value of the item property.

Parameters
item Allowed object is SearchColumnSelectField

public void setLiabilityAcct (List<SearchColumnStringField> liabilityAcct)

Sets the value of the liabilityAcct property.

Parameters
liabilityAcct Allowed object is SearchColumnStringField

public void setMessage (List<SearchColumnStringField> message)

Sets the value of the message property.

Parameters
message Allowed object is SearchColumnStringField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setOriginalAmount (List<SearchColumnDoubleField> originalAmount)

Sets the value of the originalAmount property.

Parameters
originalAmount Allowed object is SearchColumnDoubleField

public void setPurchaseDate (List<SearchColumnDateField> purchaseDate)

Sets the value of the purchaseDate property.

Parameters
purchaseDate Allowed object is SearchColumnDateField

public void setSender (List<SearchColumnStringField> sender)

Sets the value of the sender property.

Parameters
sender Allowed object is SearchColumnStringField