public class

StatusDetail

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.StatusDetail

Class Overview

Java class for StatusDetail complex type.

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

 <complexType name="StatusDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="code" type="{urn:types.faults_2010_2.platform.webservices.netsuite.com}StatusDetailCodeType"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
       <attribute name="type" type="{urn:types.faults_2010_2.platform.webservices.netsuite.com}StatusDetailType" default="ERROR" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String code
protected String message
protected StatusDetailType type
Public Constructors
StatusDetail()
Public Methods
String getCode()
Gets the value of the code property.
String getMessage()
Gets the value of the message property.
StatusDetailType getType()
Gets the value of the type property.
void setCode(String value)
Sets the value of the code property.
void setMessage(String value)
Sets the value of the message property.
void setType(StatusDetailType value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String code

protected String message

protected StatusDetailType type

Public Constructors

public StatusDetail ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public StatusDetailType getType ()

Gets the value of the type property.

Returns

public void setCode (String value)

Sets the value of the code 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 setType (StatusDetailType value)

Sets the value of the type property.

Parameters
value Allowed object is StatusDetailType