public class

BudgetSearchRowBasic

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

Class Overview

Java class for BudgetSearchRowBasic complex type.

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

 <complexType name="BudgetSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="account" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="amount" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="category" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="classnohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="currency" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="departmentnohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="global" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" 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}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="locationnohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiarynohierarchy" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="year" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="year2" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnStringField> account
protected List<SearchColumnDoubleField> amount
protected List<SearchColumnStringField> category
protected List<SearchColumnStringField> classnohierarchy
protected List<SearchColumnStringField> clazz
protected List<SearchColumnStringField> currency
protected List<SearchColumnStringField> customer
protected List<SearchColumnStringField> department
protected List<SearchColumnStringField> departmentnohierarchy
protected List<SearchColumnBooleanField> global
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> item
protected List<SearchColumnStringField> location
protected List<SearchColumnStringField> locationnohierarchy
protected List<SearchColumnStringField> subsidiary
protected List<SearchColumnStringField> subsidiarynohierarchy
protected List<SearchColumnStringField> year
protected List<SearchColumnStringField> year2
Public Constructors
BudgetSearchRowBasic()
Public Methods
List<SearchColumnStringField> getAccount()
Gets the value of the account property.
List<SearchColumnDoubleField> getAmount()
Gets the value of the amount property.
List<SearchColumnStringField> getCategory()
Gets the value of the category property.
List<SearchColumnStringField> getClassnohierarchy()
Gets the value of the classnohierarchy property.
List<SearchColumnStringField> getClazz()
Gets the value of the clazz property.
List<SearchColumnStringField> getCurrency()
Gets the value of the currency property.
List<SearchColumnStringField> getCustomer()
Gets the value of the customer property.
List<SearchColumnStringField> getDepartment()
Gets the value of the department property.
List<SearchColumnStringField> getDepartmentnohierarchy()
Gets the value of the departmentnohierarchy property.
List<SearchColumnBooleanField> getGlobal()
Gets the value of the global property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getItem()
Gets the value of the item property.
List<SearchColumnStringField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getLocationnohierarchy()
Gets the value of the locationnohierarchy property.
List<SearchColumnStringField> getSubsidiary()
Gets the value of the subsidiary property.
List<SearchColumnStringField> getSubsidiarynohierarchy()
Gets the value of the subsidiarynohierarchy property.
List<SearchColumnStringField> getYear()
Gets the value of the year property.
List<SearchColumnStringField> getYear2()
Gets the value of the year2 property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnStringField> account

protected List<SearchColumnDoubleField> amount

protected List<SearchColumnStringField> category

protected List<SearchColumnStringField> classnohierarchy

protected List<SearchColumnStringField> clazz

protected List<SearchColumnStringField> currency

protected List<SearchColumnStringField> customer

protected List<SearchColumnStringField> department

protected List<SearchColumnStringField> departmentnohierarchy

protected List<SearchColumnBooleanField> global

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> item

protected List<SearchColumnStringField> location

protected List<SearchColumnStringField> locationnohierarchy

protected List<SearchColumnStringField> subsidiary

protected List<SearchColumnStringField> subsidiarynohierarchy

protected List<SearchColumnStringField> year

protected List<SearchColumnStringField> year2

Public Constructors

public BudgetSearchRowBasic ()

Public Methods

public List<SearchColumnStringField> getAccount ()

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

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

    getAccount().add(newItem);
 

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

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<SearchColumnStringField> getCategory ()

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

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

    getCategory().add(newItem);
 

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

public List<SearchColumnStringField> getClassnohierarchy ()

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

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

    getClassnohierarchy().add(newItem);
 

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

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnStringField> getCustomer ()

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

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

    getCustomer().add(newItem);
 

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

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnStringField> getDepartmentnohierarchy ()

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

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

    getDepartmentnohierarchy().add(newItem);
 

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

public List<SearchColumnBooleanField> getGlobal ()

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

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

    getGlobal().add(newItem);
 

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

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<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnStringField> 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 SearchColumnStringField

public List<SearchColumnStringField> getLocationnohierarchy ()

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

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

    getLocationnohierarchy().add(newItem);
 

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

public List<SearchColumnStringField> getSubsidiary ()

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

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

    getSubsidiary().add(newItem);
 

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

public List<SearchColumnStringField> getSubsidiarynohierarchy ()

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

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

    getSubsidiarynohierarchy().add(newItem);
 

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

public List<SearchColumnStringField> getYear ()

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

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

    getYear().add(newItem);
 

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

public List<SearchColumnStringField> getYear2 ()

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

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

    getYear2().add(newItem);
 

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