public class

SiteCategorySearchRowBasic

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

Class Overview

Java class for SiteCategorySearchRowBasic complex type.

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

 <complexType name="SiteCategorySearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <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="excludeFromSitemap" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="fullName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hidden" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="hits" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="longDescription" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="pageTitle" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sitemapPriority" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="urlComponent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDateField> dateViewed
protected List<SearchColumnStringField> description
protected List<SearchColumnBooleanField> excludeFromSitemap
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnStringField> fullName
protected List<SearchColumnBooleanField> hidden
protected List<SearchColumnLongField> hits
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnStringField> longDescription
protected List<SearchColumnStringField> name
protected List<SearchColumnStringField> pageTitle
protected List<SearchColumnEnumSelectField> sitemapPriority
protected List<SearchColumnStringField> urlComponent
Public Constructors
SiteCategorySearchRowBasic()
Public Methods
List<SearchColumnDateField> getDateViewed()
Gets the value of the dateViewed property.
List<SearchColumnStringField> getDescription()
Gets the value of the description property.
List<SearchColumnBooleanField> getExcludeFromSitemap()
Gets the value of the excludeFromSitemap property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnStringField> getFullName()
Gets the value of the fullName property.
List<SearchColumnBooleanField> getHidden()
Gets the value of the hidden property.
List<SearchColumnLongField> getHits()
Gets the value of the hits property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnStringField> getLongDescription()
Gets the value of the longDescription property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnStringField> getPageTitle()
Gets the value of the pageTitle property.
List<SearchColumnEnumSelectField> getSitemapPriority()
Gets the value of the sitemapPriority property.
List<SearchColumnStringField> getUrlComponent()
Gets the value of the urlComponent property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDateField> dateViewed

protected List<SearchColumnStringField> description

protected List<SearchColumnBooleanField> excludeFromSitemap

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnStringField> fullName

protected List<SearchColumnBooleanField> hidden

protected List<SearchColumnLongField> hits

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnStringField> longDescription

protected List<SearchColumnStringField> name

protected List<SearchColumnStringField> pageTitle

protected List<SearchColumnEnumSelectField> sitemapPriority

protected List<SearchColumnStringField> urlComponent

Public Constructors

public SiteCategorySearchRowBasic ()

Public Methods

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<SearchColumnBooleanField> getExcludeFromSitemap ()

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

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

    getExcludeFromSitemap().add(newItem);
 

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

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

public List<SearchColumnStringField> getFullName ()

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

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

    getFullName().add(newItem);
 

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

public List<SearchColumnBooleanField> getHidden ()

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

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

    getHidden().add(newItem);
 

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

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

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

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

    getLongDescription().add(newItem);
 

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

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

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

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

    getPageTitle().add(newItem);
 

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

public List<SearchColumnEnumSelectField> getSitemapPriority ()

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

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

    getSitemapPriority().add(newItem);
 

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

public List<SearchColumnStringField> getUrlComponent ()

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

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

    getUrlComponent().add(newItem);
 

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