public class

Solution

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.Record
     ↳ com.netsuite.webservices.lists.support_2010_2.Solution

Class Overview

Java class for Solution complex type.

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

 <complexType name="Solution">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="customForm" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="solutionCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{urn:types.support_2010_2.lists.webservices.netsuite.com}SolutionStatus" minOccurs="0"/>
         <element name="displayOnline" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="assigned" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="longDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="topicsList" type="{urn:support_2010_2.lists.webservices.netsuite.com}SolutionTopicsList" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="lastModifiedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="solutionsList" type="{urn:support_2010_2.lists.webservices.netsuite.com}SolutionsList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef assigned
protected XMLGregorianCalendar createdDate
protected CustomFieldList customFieldList
protected RecordRef customForm
protected Boolean displayOnline
protected String externalId
protected String internalId
protected Boolean isInactive
protected XMLGregorianCalendar lastModifiedDate
protected String longDescription
protected String message
protected String solutionCode
protected SolutionsList solutionsList
protected SolutionStatus status
protected String title
protected SolutionTopicsList topicsList
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2010_2.Record
Public Constructors
Solution()
Public Methods
RecordRef getAssigned()
Gets the value of the assigned property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
XMLGregorianCalendar getLastModifiedDate()
Gets the value of the lastModifiedDate property.
String getLongDescription()
Gets the value of the longDescription property.
String getMessage()
Gets the value of the message property.
String getSolutionCode()
Gets the value of the solutionCode property.
SolutionsList getSolutionsList()
Gets the value of the solutionsList property.
SolutionStatus getStatus()
Gets the value of the status property.
String getTitle()
Gets the value of the title property.
SolutionTopicsList getTopicsList()
Gets the value of the topicsList property.
Boolean isDisplayOnline()
Gets the value of the displayOnline property.
Boolean isIsInactive()
Gets the value of the isInactive property.
void setAssigned(RecordRef value)
Sets the value of the assigned property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setDisplayOnline(Boolean value)
Sets the value of the displayOnline property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setLastModifiedDate(XMLGregorianCalendar value)
Sets the value of the lastModifiedDate property.
void setLongDescription(String value)
Sets the value of the longDescription property.
void setMessage(String value)
Sets the value of the message property.
void setSolutionCode(String value)
Sets the value of the solutionCode property.
void setSolutionsList(SolutionsList value)
Sets the value of the solutionsList property.
void setStatus(SolutionStatus value)
Sets the value of the status property.
void setTitle(String value)
Sets the value of the title property.
void setTopicsList(SolutionTopicsList value)
Sets the value of the topicsList property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2010_2.Record
From class java.lang.Object

Fields

protected RecordRef assigned

protected XMLGregorianCalendar createdDate

protected CustomFieldList customFieldList

protected RecordRef customForm

protected Boolean displayOnline

protected String externalId

protected String internalId

protected Boolean isInactive

protected XMLGregorianCalendar lastModifiedDate

protected String longDescription

protected String message

protected String solutionCode

protected SolutionsList solutionsList

protected SolutionStatus status

protected String title

protected SolutionTopicsList topicsList

Public Constructors

public Solution ()

Public Methods

public RecordRef getAssigned ()

Gets the value of the assigned property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public XMLGregorianCalendar getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getLongDescription ()

Gets the value of the longDescription property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public String getSolutionCode ()

Gets the value of the solutionCode property.

Returns
  • possible object is String

public SolutionsList getSolutionsList ()

Gets the value of the solutionsList property.

Returns

public SolutionStatus getStatus ()

Gets the value of the status property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public SolutionTopicsList getTopicsList ()

Gets the value of the topicsList property.

Returns

public Boolean isDisplayOnline ()

Gets the value of the displayOnline property.

Returns
  • possible object is Boolean

public Boolean isIsInactive ()

Gets the value of the isInactive property.

Returns
  • possible object is Boolean

public void setAssigned (RecordRef value)

Sets the value of the assigned property.

Parameters
value Allowed object is RecordRef

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setDisplayOnline (Boolean value)

Sets the value of the displayOnline property.

Parameters
value Allowed object is Boolean

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setLastModifiedDate (XMLGregorianCalendar value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setLongDescription (String value)

Sets the value of the longDescription property.

Parameters
value Allowed object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setSolutionCode (String value)

Sets the value of the solutionCode property.

Parameters
value Allowed object is String

public void setSolutionsList (SolutionsList value)

Sets the value of the solutionsList property.

Parameters
value Allowed object is SolutionsList

public void setStatus (SolutionStatus value)

Sets the value of the status property.

Parameters
value Allowed object is SolutionStatus

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setTopicsList (SolutionTopicsList value)

Sets the value of the topicsList property.

Parameters
value Allowed object is SolutionTopicsList