public class

ChargeSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2013_2.ChargeSearchBasic

Class Overview

Java class for ChargeSearchBasic complex type.

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

 <complexType name="ChargeSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="amount" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="billingItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="billTo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="chargeDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="chargeType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="class" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="currency" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="department" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="id" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="modifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="rate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="rule" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="runId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="salesOrder" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="stage" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="use" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDoubleField amount
protected SearchMultiSelectField billTo
protected SearchMultiSelectField billingItem
protected SearchDateField chargeDate
protected SearchEnumMultiSelectField chargeType
protected SearchMultiSelectField clazz
protected SearchDateField createdDate
protected SearchMultiSelectField currency
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField department
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchLongField id
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField location
protected SearchDateField modifiedDate
protected SearchDoubleField quantity
protected SearchDoubleField rate
protected SearchMultiSelectField rule
protected SearchStringField runId
protected SearchLongField salesOrder
protected SearchEnumMultiSelectField stage
protected SearchEnumMultiSelectField use
Public Constructors
ChargeSearchBasic()
Public Methods
SearchDoubleField getAmount()
Gets the value of the amount property.
SearchMultiSelectField getBillTo()
Gets the value of the billTo property.
SearchMultiSelectField getBillingItem()
Gets the value of the billingItem property.
SearchDateField getChargeDate()
Gets the value of the chargeDate property.
SearchEnumMultiSelectField getChargeType()
Gets the value of the chargeType property.
SearchMultiSelectField getClazz()
Gets the value of the clazz property.
SearchDateField getCreatedDate()
Gets the value of the createdDate property.
SearchMultiSelectField getCurrency()
Gets the value of the currency property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchMultiSelectField getDepartment()
Gets the value of the department property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchLongField getId()
Gets the value of the id property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchDateField getModifiedDate()
Gets the value of the modifiedDate property.
SearchDoubleField getQuantity()
Gets the value of the quantity property.
SearchDoubleField getRate()
Gets the value of the rate property.
SearchMultiSelectField getRule()
Gets the value of the rule property.
SearchStringField getRunId()
Gets the value of the runId property.
SearchLongField getSalesOrder()
Gets the value of the salesOrder property.
SearchEnumMultiSelectField getStage()
Gets the value of the stage property.
SearchEnumMultiSelectField getUse()
Gets the value of the use property.
void setAmount(SearchDoubleField value)
Sets the value of the amount property.
void setBillTo(SearchMultiSelectField value)
Sets the value of the billTo property.
void setBillingItem(SearchMultiSelectField value)
Sets the value of the billingItem property.
void setChargeDate(SearchDateField value)
Sets the value of the chargeDate property.
void setChargeType(SearchEnumMultiSelectField value)
Sets the value of the chargeType property.
void setClazz(SearchMultiSelectField value)
Sets the value of the clazz property.
void setCreatedDate(SearchDateField value)
Sets the value of the createdDate property.
void setCurrency(SearchMultiSelectField value)
Sets the value of the currency property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setDepartment(SearchMultiSelectField value)
Sets the value of the department property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setId(SearchLongField value)
Sets the value of the id property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setModifiedDate(SearchDateField value)
Sets the value of the modifiedDate property.
void setQuantity(SearchDoubleField value)
Sets the value of the quantity property.
void setRate(SearchDoubleField value)
Sets the value of the rate property.
void setRule(SearchMultiSelectField value)
Sets the value of the rule property.
void setRunId(SearchStringField value)
Sets the value of the runId property.
void setSalesOrder(SearchLongField value)
Sets the value of the salesOrder property.
void setStage(SearchEnumMultiSelectField value)
Sets the value of the stage property.
void setUse(SearchEnumMultiSelectField value)
Sets the value of the use property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDoubleField amount

protected SearchMultiSelectField billTo

protected SearchMultiSelectField billingItem

protected SearchDateField chargeDate

protected SearchEnumMultiSelectField chargeType

protected SearchMultiSelectField clazz

protected SearchDateField createdDate

protected SearchMultiSelectField currency

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField department

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchLongField id

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField location

protected SearchDateField modifiedDate

protected SearchDoubleField quantity

protected SearchDoubleField rate

protected SearchMultiSelectField rule

protected SearchStringField runId

protected SearchLongField salesOrder

protected SearchEnumMultiSelectField stage

Public Constructors

public ChargeSearchBasic ()

Public Methods

public SearchDoubleField getAmount ()

Gets the value of the amount property.

Returns

public SearchMultiSelectField getBillTo ()

Gets the value of the billTo property.

Returns

public SearchMultiSelectField getBillingItem ()

Gets the value of the billingItem property.

Returns

public SearchDateField getChargeDate ()

Gets the value of the chargeDate property.

Returns

public SearchEnumMultiSelectField getChargeType ()

Gets the value of the chargeType property.

Returns

public SearchMultiSelectField getClazz ()

Gets the value of the clazz property.

Returns

public SearchDateField getCreatedDate ()

Gets the value of the createdDate property.

Returns

public SearchMultiSelectField getCurrency ()

Gets the value of the currency property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchMultiSelectField getDepartment ()

Gets the value of the department property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchLongField getId ()

Gets the value of the id property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getLocation ()

Gets the value of the location property.

Returns

public SearchDateField getModifiedDate ()

Gets the value of the modifiedDate property.

Returns

public SearchDoubleField getQuantity ()

Gets the value of the quantity property.

Returns

public SearchDoubleField getRate ()

Gets the value of the rate property.

Returns

public SearchMultiSelectField getRule ()

Gets the value of the rule property.

Returns

public SearchStringField getRunId ()

Gets the value of the runId property.

Returns

public SearchLongField getSalesOrder ()

Gets the value of the salesOrder property.

Returns

public SearchEnumMultiSelectField getStage ()

Gets the value of the stage property.

Returns

public SearchEnumMultiSelectField getUse ()

Gets the value of the use property.

Returns

public void setAmount (SearchDoubleField value)

Sets the value of the amount property.

Parameters
value Allowed object is SearchDoubleField

public void setBillTo (SearchMultiSelectField value)

Sets the value of the billTo property.

Parameters
value Allowed object is SearchMultiSelectField

public void setBillingItem (SearchMultiSelectField value)

Sets the value of the billingItem property.

Parameters
value Allowed object is SearchMultiSelectField

public void setChargeDate (SearchDateField value)

Sets the value of the chargeDate property.

Parameters
value Allowed object is SearchDateField

public void setChargeType (SearchEnumMultiSelectField value)

Sets the value of the chargeType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setClazz (SearchMultiSelectField value)

Sets the value of the clazz property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCreatedDate (SearchDateField value)

Sets the value of the createdDate property.

Parameters
value Allowed object is SearchDateField

public void setCurrency (SearchMultiSelectField value)

Sets the value of the currency property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setDepartment (SearchMultiSelectField value)

Sets the value of the department property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setId (SearchLongField value)

Sets the value of the id property.

Parameters
value Allowed object is SearchLongField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setLocation (SearchMultiSelectField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchMultiSelectField

public void setModifiedDate (SearchDateField value)

Sets the value of the modifiedDate property.

Parameters
value Allowed object is SearchDateField

public void setQuantity (SearchDoubleField value)

Sets the value of the quantity property.

Parameters
value Allowed object is SearchDoubleField

public void setRate (SearchDoubleField value)

Sets the value of the rate property.

Parameters
value Allowed object is SearchDoubleField

public void setRule (SearchMultiSelectField value)

Sets the value of the rule property.

Parameters
value Allowed object is SearchMultiSelectField

public void setRunId (SearchStringField value)

Sets the value of the runId property.

Parameters
value Allowed object is SearchStringField

public void setSalesOrder (SearchLongField value)

Sets the value of the salesOrder property.

Parameters
value Allowed object is SearchLongField

public void setStage (SearchEnumMultiSelectField value)

Sets the value of the stage property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setUse (SearchEnumMultiSelectField value)

Sets the value of the use property.

Parameters
value Allowed object is SearchEnumMultiSelectField