public class

SupportCaseSolutions

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

Class Overview

Java class for SupportCaseSolutions complex type.

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

 <complexType name="SupportCaseSolutions">
   <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"/>
         <element name="dateApplied" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected XMLGregorianCalendar dateApplied
protected String message
protected RecordRef solution
Public Constructors
SupportCaseSolutions()
Public Methods
XMLGregorianCalendar getDateApplied()
Gets the value of the dateApplied property.
String getMessage()
Gets the value of the message property.
RecordRef getSolution()
Gets the value of the solution property.
void setDateApplied(XMLGregorianCalendar value)
Sets the value of the dateApplied 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 XMLGregorianCalendar dateApplied

protected String message

protected RecordRef solution

Public Constructors

public SupportCaseSolutions ()

Public Methods

public XMLGregorianCalendar getDateApplied ()

Gets the value of the dateApplied property.

Returns
  • possible object is XMLGregorianCalendar

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 setDateApplied (XMLGregorianCalendar value)

Sets the value of the dateApplied property.

Parameters
value Allowed object is XMLGregorianCalendar

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