public class

FileSearchRowBasic

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

Class Overview

Java class for FileSearchRowBasic complex type.

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

 <complexType name="FileSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="availableWithoutLogin" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="created" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dateViewed" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="documentSize" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="fileType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="folder" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hits" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hostedPath" 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="isAvailable" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="modified" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="url" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnBooleanField> availableWithoutLogin
protected List<SearchColumnDateField> created
protected List<SearchColumnDateField> dateViewed
protected List<SearchColumnStringField> description
protected List<SearchColumnLongField> documentSize
protected List<SearchColumnStringField> externalId
protected List<SearchColumnEnumSelectField> fileType
protected List<SearchColumnSelectField> folder
protected List<SearchColumnLongField> hits
protected List<SearchColumnStringField> hostedPath
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnBooleanField> isAvailable
protected List<SearchColumnDateField> modified
protected List<SearchColumnStringField> name
protected List<SearchColumnSelectField> owner
protected List<SearchColumnStringField> url
Public Constructors
FileSearchRowBasic()
Public Methods
List<SearchColumnBooleanField> getAvailableWithoutLogin()
Gets the value of the availableWithoutLogin property.
List<SearchColumnDateField> getCreated()
Gets the value of the created property.
List<SearchColumnDateField> getDateViewed()
Gets the value of the dateViewed property.
List<SearchColumnStringField> getDescription()
Gets the value of the description property.
List<SearchColumnLongField> getDocumentSize()
Gets the value of the documentSize property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnEnumSelectField> getFileType()
Gets the value of the fileType property.
List<SearchColumnSelectField> getFolder()
Gets the value of the folder property.
List<SearchColumnLongField> getHits()
Gets the value of the hits property.
List<SearchColumnStringField> getHostedPath()
Gets the value of the hostedPath property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnBooleanField> getIsAvailable()
Gets the value of the isAvailable property.
List<SearchColumnDateField> getModified()
Gets the value of the modified property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnSelectField> getOwner()
Gets the value of the owner property.
List<SearchColumnStringField> getUrl()
Gets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnBooleanField> availableWithoutLogin

protected List<SearchColumnDateField> created

protected List<SearchColumnDateField> dateViewed

protected List<SearchColumnStringField> description

protected List<SearchColumnLongField> documentSize

protected List<SearchColumnStringField> externalId

protected List<SearchColumnEnumSelectField> fileType

protected List<SearchColumnSelectField> folder

protected List<SearchColumnLongField> hits

protected List<SearchColumnStringField> hostedPath

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnBooleanField> isAvailable

protected List<SearchColumnDateField> modified

protected List<SearchColumnStringField> name

protected List<SearchColumnSelectField> owner

protected List<SearchColumnStringField> url

Public Constructors

public FileSearchRowBasic ()

Public Methods

public List<SearchColumnBooleanField> getAvailableWithoutLogin ()

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

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

    getAvailableWithoutLogin().add(newItem);
 

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

public List<SearchColumnDateField> getCreated ()

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

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

    getCreated().add(newItem);
 

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

public List<SearchColumnDateField> getDateViewed ()

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

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

    getDateViewed().add(newItem);
 

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

public List<SearchColumnStringField> getDescription ()

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

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

    getDescription().add(newItem);
 

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

public List<SearchColumnLongField> getDocumentSize ()

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

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

    getDocumentSize().add(newItem);
 

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

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<SearchColumnEnumSelectField> getFileType ()

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

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

    getFileType().add(newItem);
 

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

public List<SearchColumnSelectField> getFolder ()

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

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

    getFolder().add(newItem);
 

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

public List<SearchColumnLongField> getHits ()

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

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

    getHits().add(newItem);
 

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

public List<SearchColumnStringField> getHostedPath ()

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

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

    getHostedPath().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<SearchColumnBooleanField> getIsAvailable ()

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

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

    getIsAvailable().add(newItem);
 

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

public List<SearchColumnDateField> getModified ()

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

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

    getModified().add(newItem);
 

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

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<SearchColumnSelectField> getOwner ()

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

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

    getOwner().add(newItem);
 

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

public List<SearchColumnStringField> getUrl ()

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

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

    getUrl().add(newItem);
 

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