public class

TermSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.TermSearchRowBasic

Class Overview

Java class for TermSearchRowBasic complex type.

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

 <complexType name="TermSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dateDriven" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dayDiscountExpires" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dayOfMonthNetDue" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="daysUntilExpiry" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="daysUntilNetDue" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="discountPercent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="discountPercentDateDriven" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dueNextMonthIfWithinDays" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="isInactive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="preferred" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnBooleanField> dateDriven
protected List<SearchColumnLongField> dayDiscountExpires
protected List<SearchColumnLongField> dayOfMonthNetDue
protected List<SearchColumnLongField> daysUntilExpiry
protected List<SearchColumnLongField> daysUntilNetDue
protected List<SearchColumnDoubleField> discountPercent
protected List<SearchColumnDoubleField> discountPercentDateDriven
protected List<SearchColumnLongField> dueNextMonthIfWithinDays
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isInactive
protected List<SearchColumnStringField> name
protected List<SearchColumnBooleanField> preferred
Public Constructors
TermSearchRowBasic()
Public Methods
List<SearchColumnBooleanField> getDateDriven()
Gets the value of the dateDriven property.
List<SearchColumnLongField> getDayDiscountExpires()
Gets the value of the dayDiscountExpires property.
List<SearchColumnLongField> getDayOfMonthNetDue()
Gets the value of the dayOfMonthNetDue property.
List<SearchColumnLongField> getDaysUntilExpiry()
Gets the value of the daysUntilExpiry property.
List<SearchColumnLongField> getDaysUntilNetDue()
Gets the value of the daysUntilNetDue property.
List<SearchColumnDoubleField> getDiscountPercent()
Gets the value of the discountPercent property.
List<SearchColumnDoubleField> getDiscountPercentDateDriven()
Gets the value of the discountPercentDateDriven property.
List<SearchColumnLongField> getDueNextMonthIfWithinDays()
Gets the value of the dueNextMonthIfWithinDays property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsInactive()
Gets the value of the isInactive property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnBooleanField> getPreferred()
Gets the value of the preferred property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnBooleanField> dateDriven

protected List<SearchColumnLongField> dayDiscountExpires

protected List<SearchColumnLongField> dayOfMonthNetDue

protected List<SearchColumnLongField> daysUntilExpiry

protected List<SearchColumnLongField> daysUntilNetDue

protected List<SearchColumnDoubleField> discountPercent

protected List<SearchColumnDoubleField> discountPercentDateDriven

protected List<SearchColumnLongField> dueNextMonthIfWithinDays

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isInactive

protected List<SearchColumnStringField> name

protected List<SearchColumnBooleanField> preferred

Public Constructors

public TermSearchRowBasic ()

Public Methods

public List<SearchColumnBooleanField> getDateDriven ()

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

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

    getDateDriven().add(newItem);
 

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

public List<SearchColumnLongField> getDayDiscountExpires ()

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

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

    getDayDiscountExpires().add(newItem);
 

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

public List<SearchColumnLongField> getDayOfMonthNetDue ()

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

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

    getDayOfMonthNetDue().add(newItem);
 

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

public List<SearchColumnLongField> getDaysUntilExpiry ()

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

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

    getDaysUntilExpiry().add(newItem);
 

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

public List<SearchColumnLongField> getDaysUntilNetDue ()

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

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

    getDaysUntilNetDue().add(newItem);
 

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

public List<SearchColumnDoubleField> getDiscountPercent ()

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

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

    getDiscountPercent().add(newItem);
 

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

public List<SearchColumnDoubleField> getDiscountPercentDateDriven ()

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

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

    getDiscountPercentDateDriven().add(newItem);
 

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

public List<SearchColumnLongField> getDueNextMonthIfWithinDays ()

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

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

    getDueNextMonthIfWithinDays().add(newItem);
 

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

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<SearchColumnBooleanField> getIsInactive ()

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

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

    getIsInactive().add(newItem);
 

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

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<SearchColumnBooleanField> getPreferred ()

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

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

    getPreferred().add(newItem);
 

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