public class

Solutions

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.support_2010_2.Solutions

Class Overview

Java class for Solutions complex type.

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

 <complexType name="Solutions">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="solution" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String message
protected RecordRef solution
Public Constructors
Solutions()
Public Methods
String getMessage()
Gets the value of the message property.
RecordRef getSolution()
Gets the value of the solution property.
void setMessage(String value)
Sets the value of the message property.
void setSolution(RecordRef value)
Sets the value of the solution property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String message

protected RecordRef solution

Public Constructors

public Solutions ()

Public Methods

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public RecordRef getSolution ()

Gets the value of the solution property.

Returns

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String

public void setSolution (RecordRef value)

Sets the value of the solution property.

Parameters
value Allowed object is RecordRef