public class

FileSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.FileSearchBasic

Class Overview

Java class for FileSearchBasic complex type.

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

 <complexType name="FileSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="availableWithoutLogin" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="created" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="dateViewed" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="description" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="documentSize" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="fileType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="folder" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="isAvailable" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isLink" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="modified" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="url" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchBooleanField availableWithoutLogin
protected SearchDateField created
protected SearchDateField dateViewed
protected SearchStringField description
protected SearchLongField documentSize
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchEnumMultiSelectField fileType
protected SearchMultiSelectField folder
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isAvailable
protected SearchBooleanField isLink
protected SearchDateField modified
protected SearchStringField name
protected SearchMultiSelectField owner
protected SearchStringField url
Public Constructors
FileSearchBasic()
Public Methods
SearchBooleanField getAvailableWithoutLogin()
Gets the value of the availableWithoutLogin property.
SearchDateField getCreated()
Gets the value of the created property.
SearchDateField getDateViewed()
Gets the value of the dateViewed property.
SearchStringField getDescription()
Gets the value of the description property.
SearchLongField getDocumentSize()
Gets the value of the documentSize property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchEnumMultiSelectField getFileType()
Gets the value of the fileType property.
SearchMultiSelectField getFolder()
Gets the value of the folder property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsAvailable()
Gets the value of the isAvailable property.
SearchBooleanField getIsLink()
Gets the value of the isLink property.
SearchDateField getModified()
Gets the value of the modified property.
SearchStringField getName()
Gets the value of the name property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
SearchStringField getUrl()
Gets the value of the url property.
void setAvailableWithoutLogin(SearchBooleanField value)
Sets the value of the availableWithoutLogin property.
void setCreated(SearchDateField value)
Sets the value of the created property.
void setDateViewed(SearchDateField value)
Sets the value of the dateViewed property.
void setDescription(SearchStringField value)
Sets the value of the description property.
void setDocumentSize(SearchLongField value)
Sets the value of the documentSize property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setFileType(SearchEnumMultiSelectField value)
Sets the value of the fileType property.
void setFolder(SearchMultiSelectField value)
Sets the value of the folder property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsAvailable(SearchBooleanField value)
Sets the value of the isAvailable property.
void setIsLink(SearchBooleanField value)
Sets the value of the isLink property.
void setModified(SearchDateField value)
Sets the value of the modified property.
void setName(SearchStringField value)
Sets the value of the name property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setUrl(SearchStringField value)
Sets the value of the url property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchBooleanField availableWithoutLogin

protected SearchDateField created

protected SearchDateField dateViewed

protected SearchStringField description

protected SearchLongField documentSize

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchEnumMultiSelectField fileType

protected SearchMultiSelectField folder

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isAvailable

protected SearchBooleanField isLink

protected SearchDateField modified

protected SearchStringField name

protected SearchMultiSelectField owner

protected SearchStringField url

Public Constructors

public FileSearchBasic ()

Public Methods

public SearchBooleanField getAvailableWithoutLogin ()

Gets the value of the availableWithoutLogin property.

Returns

public SearchDateField getCreated ()

Gets the value of the created property.

Returns

public SearchDateField getDateViewed ()

Gets the value of the dateViewed property.

Returns

public SearchStringField getDescription ()

Gets the value of the description property.

Returns

public SearchLongField getDocumentSize ()

Gets the value of the documentSize 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 SearchEnumMultiSelectField getFileType ()

Gets the value of the fileType property.

Returns

public SearchMultiSelectField getFolder ()

Gets the value of the folder 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 SearchBooleanField getIsAvailable ()

Gets the value of the isAvailable property.

Returns

public SearchBooleanField getIsLink ()

Gets the value of the isLink property.

Returns

public SearchDateField getModified ()

Gets the value of the modified property.

Returns

public SearchStringField getName ()

Gets the value of the name property.

Returns

public SearchMultiSelectField getOwner ()

Gets the value of the owner property.

Returns

public SearchStringField getUrl ()

Gets the value of the url property.

Returns

public void setAvailableWithoutLogin (SearchBooleanField value)

Sets the value of the availableWithoutLogin property.

Parameters
value Allowed object is SearchBooleanField

public void setCreated (SearchDateField value)

Sets the value of the created property.

Parameters
value Allowed object is SearchDateField

public void setDateViewed (SearchDateField value)

Sets the value of the dateViewed property.

Parameters
value Allowed object is SearchDateField

public void setDescription (SearchStringField value)

Sets the value of the description property.

Parameters
value Allowed object is SearchStringField

public void setDocumentSize (SearchLongField value)

Sets the value of the documentSize property.

Parameters
value Allowed object is SearchLongField

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 setFileType (SearchEnumMultiSelectField value)

Sets the value of the fileType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setFolder (SearchMultiSelectField value)

Sets the value of the folder property.

Parameters
value Allowed object is SearchMultiSelectField

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 setIsAvailable (SearchBooleanField value)

Sets the value of the isAvailable property.

Parameters
value Allowed object is SearchBooleanField

public void setIsLink (SearchBooleanField value)

Sets the value of the isLink property.

Parameters
value Allowed object is SearchBooleanField

public void setModified (SearchDateField value)

Sets the value of the modified property.

Parameters
value Allowed object is SearchDateField

public void setName (SearchStringField value)

Sets the value of the name property.

Parameters
value Allowed object is SearchStringField

public void setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setUrl (SearchStringField value)

Sets the value of the url property.

Parameters
value Allowed object is SearchStringField