public class

ChargeSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2013_2.ChargeSearchRowBasic

Class Overview

Java class for ChargeSearchRowBasic complex type.

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

 <complexType name="ChargeSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="billingItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="billTo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="chargeDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="chargeType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="currency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" 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="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="modifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="rule" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="runId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="salesOrder" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="stage" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="use" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDoubleField> amount
protected List<SearchColumnSelectField> billTo
protected List<SearchColumnSelectField> billingItem
protected List<SearchColumnDateField> chargeDate
protected List<SearchColumnEnumSelectField> chargeType
protected List<SearchColumnSelectField> clazz
protected List<SearchColumnDateField> createdDate
protected List<SearchColumnSelectField> currency
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnSelectField> department
protected List<SearchColumnStringField> externalId
protected List<SearchColumnLongField> id
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnSelectField> location
protected List<SearchColumnDateField> modifiedDate
protected List<SearchColumnStringField> quantity
protected List<SearchColumnStringField> rate
protected List<SearchColumnSelectField> rule
protected List<SearchColumnStringField> runId
protected List<SearchColumnStringField> salesOrder
protected List<SearchColumnEnumSelectField> stage
protected List<SearchColumnEnumSelectField> use
Public Constructors
ChargeSearchRowBasic()
Public Methods
List<SearchColumnDoubleField> getAmount()
Gets the value of the amount property.
List<SearchColumnSelectField> getBillTo()
Gets the value of the billTo property.
List<SearchColumnSelectField> getBillingItem()
Gets the value of the billingItem property.
List<SearchColumnDateField> getChargeDate()
Gets the value of the chargeDate property.
List<SearchColumnEnumSelectField> getChargeType()
Gets the value of the chargeType property.
List<SearchColumnSelectField> getClazz()
Gets the value of the clazz property.
List<SearchColumnDateField> getCreatedDate()
Gets the value of the createdDate property.
List<SearchColumnSelectField> getCurrency()
Gets the value of the currency property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnSelectField> getDepartment()
Gets the value of the department property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnLongField> getId()
Gets the value of the id property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnSelectField> getLocation()
Gets the value of the location property.
List<SearchColumnDateField> getModifiedDate()
Gets the value of the modifiedDate property.
List<SearchColumnStringField> getQuantity()
Gets the value of the quantity property.
List<SearchColumnStringField> getRate()
Gets the value of the rate property.
List<SearchColumnSelectField> getRule()
Gets the value of the rule property.
List<SearchColumnStringField> getRunId()
Gets the value of the runId property.
List<SearchColumnStringField> getSalesOrder()
Gets the value of the salesOrder property.
List<SearchColumnEnumSelectField> getStage()
Gets the value of the stage property.
List<SearchColumnEnumSelectField> getUse()
Gets the value of the use property.
void setAmount(List<SearchColumnDoubleField> amount)
Sets the value of the amount property.
void setBillTo(List<SearchColumnSelectField> billTo)
Sets the value of the billTo property.
void setBillingItem(List<SearchColumnSelectField> billingItem)
Sets the value of the billingItem property.
void setChargeDate(List<SearchColumnDateField> chargeDate)
Sets the value of the chargeDate property.
void setChargeType(List<SearchColumnEnumSelectField> chargeType)
Sets the value of the chargeType property.
void setClazz(List<SearchColumnSelectField> clazz)
Sets the value of the clazz property.
void setCreatedDate(List<SearchColumnDateField> createdDate)
Sets the value of the createdDate property.
void setCurrency(List<SearchColumnSelectField> currency)
Sets the value of the currency property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setDepartment(List<SearchColumnSelectField> department)
Sets the value of the department property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setId(List<SearchColumnLongField> id)
Sets the value of the id property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setLocation(List<SearchColumnSelectField> location)
Sets the value of the location property.
void setModifiedDate(List<SearchColumnDateField> modifiedDate)
Sets the value of the modifiedDate property.
void setQuantity(List<SearchColumnStringField> quantity)
Sets the value of the quantity property.
void setRate(List<SearchColumnStringField> rate)
Sets the value of the rate property.
void setRule(List<SearchColumnSelectField> rule)
Sets the value of the rule property.
void setRunId(List<SearchColumnStringField> runId)
Sets the value of the runId property.
void setSalesOrder(List<SearchColumnStringField> salesOrder)
Sets the value of the salesOrder property.
void setStage(List<SearchColumnEnumSelectField> stage)
Sets the value of the stage property.
void setUse(List<SearchColumnEnumSelectField> use)
Sets the value of the use property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDoubleField> amount

protected List<SearchColumnSelectField> billTo

protected List<SearchColumnSelectField> billingItem

protected List<SearchColumnDateField> chargeDate

protected List<SearchColumnEnumSelectField> chargeType

protected List<SearchColumnSelectField> clazz

protected List<SearchColumnDateField> createdDate

protected List<SearchColumnSelectField> currency

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnSelectField> department

protected List<SearchColumnStringField> externalId

protected List<SearchColumnLongField> id

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnSelectField> location

protected List<SearchColumnDateField> modifiedDate

protected List<SearchColumnStringField> quantity

protected List<SearchColumnStringField> rate

protected List<SearchColumnSelectField> rule

protected List<SearchColumnStringField> runId

protected List<SearchColumnStringField> salesOrder

protected List<SearchColumnEnumSelectField> stage

protected List<SearchColumnEnumSelectField> use

Public Constructors

public ChargeSearchRowBasic ()

Public Methods

public List<SearchColumnDoubleField> getAmount ()

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

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

    getAmount().add(newItem);
 

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

public List<SearchColumnSelectField> getBillTo ()

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

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

    getBillTo().add(newItem);
 

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

public List<SearchColumnSelectField> getBillingItem ()

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

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

    getBillingItem().add(newItem);
 

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

public List<SearchColumnDateField> getChargeDate ()

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

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

    getChargeDate().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getChargeType ()

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

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

    getChargeType().add(newItem);
 

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

public List<SearchColumnSelectField> getClazz ()

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

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

    getClazz().add(newItem);
 

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

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 List<SearchColumnSelectField> getCurrency ()

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

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

    getCurrency().add(newItem);
 

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

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnSelectField> getDepartment ()

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

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

    getDepartment().add(newItem);
 

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

public List<SearchColumnStringField> getExternalId ()

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

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

    getExternalId().add(newItem);
 

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

public List<SearchColumnLongField> getId ()

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

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> getLocation ()

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

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

    getLocation().add(newItem);
 

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

public List<SearchColumnDateField> getModifiedDate ()

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

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

    getModifiedDate().add(newItem);
 

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

public List<SearchColumnStringField> getQuantity ()

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

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

    getQuantity().add(newItem);
 

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

public List<SearchColumnStringField> getRate ()

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

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

    getRate().add(newItem);
 

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

public List<SearchColumnSelectField> getRule ()

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

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

    getRule().add(newItem);
 

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

public List<SearchColumnStringField> getRunId ()

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

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

    getRunId().add(newItem);
 

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

public List<SearchColumnStringField> getSalesOrder ()

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

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

    getSalesOrder().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getStage ()

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

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

    getStage().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getUse ()

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

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

    getUse().add(newItem);
 

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

public void setAmount (List<SearchColumnDoubleField> amount)

Sets the value of the amount property.

Parameters
amount Allowed object is SearchColumnDoubleField

public void setBillTo (List<SearchColumnSelectField> billTo)

Sets the value of the billTo property.

Parameters
billTo Allowed object is SearchColumnSelectField

public void setBillingItem (List<SearchColumnSelectField> billingItem)

Sets the value of the billingItem property.

Parameters
billingItem Allowed object is SearchColumnSelectField

public void setChargeDate (List<SearchColumnDateField> chargeDate)

Sets the value of the chargeDate property.

Parameters
chargeDate Allowed object is SearchColumnDateField

public void setChargeType (List<SearchColumnEnumSelectField> chargeType)

Sets the value of the chargeType property.

Parameters
chargeType Allowed object is SearchColumnEnumSelectField

public void setClazz (List<SearchColumnSelectField> clazz)

Sets the value of the clazz property.

Parameters
clazz Allowed object is SearchColumnSelectField

public void setCreatedDate (List<SearchColumnDateField> createdDate)

Sets the value of the createdDate property.

Parameters
createdDate Allowed object is SearchColumnDateField

public void setCurrency (List<SearchColumnSelectField> currency)

Sets the value of the currency property.

Parameters
currency Allowed object is SearchColumnSelectField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setDepartment (List<SearchColumnSelectField> department)

Sets the value of the department property.

Parameters
department Allowed object is SearchColumnSelectField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setId (List<SearchColumnLongField> id)

Sets the value of the id property.

Parameters
id Allowed object is SearchColumnLongField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setLocation (List<SearchColumnSelectField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnSelectField

public void setModifiedDate (List<SearchColumnDateField> modifiedDate)

Sets the value of the modifiedDate property.

Parameters
modifiedDate Allowed object is SearchColumnDateField

public void setQuantity (List<SearchColumnStringField> quantity)

Sets the value of the quantity property.

Parameters
quantity Allowed object is SearchColumnStringField

public void setRate (List<SearchColumnStringField> rate)

Sets the value of the rate property.

Parameters
rate Allowed object is SearchColumnStringField

public void setRule (List<SearchColumnSelectField> rule)

Sets the value of the rule property.

Parameters
rule Allowed object is SearchColumnSelectField

public void setRunId (List<SearchColumnStringField> runId)

Sets the value of the runId property.

Parameters
runId Allowed object is SearchColumnStringField

public void setSalesOrder (List<SearchColumnStringField> salesOrder)

Sets the value of the salesOrder property.

Parameters
salesOrder Allowed object is SearchColumnStringField

public void setStage (List<SearchColumnEnumSelectField> stage)

Sets the value of the stage property.

Parameters
stage Allowed object is SearchColumnEnumSelectField

public void setUse (List<SearchColumnEnumSelectField> use)

Sets the value of the use property.

Parameters
use Allowed object is SearchColumnEnumSelectField