public class

GiftCertificateSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_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>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amountRemaining" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amtAvailBilled" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="email" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="expirationDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="gcActive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="giftCertCode" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="incomeAcct" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="liabilityAcct" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="originalAmount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="purchaseDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sender" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </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 setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList 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 setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList