public class

Status

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Status

Class Overview

Java class for Status complex type.

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

 <complexType name="Status">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="statusDetail" type="{urn:core_2013_2.platform.webservices.netsuite.com}StatusDetail" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="isSuccess" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Boolean isSuccess
protected List<StatusDetail> statusDetail
Public Constructors
Status()
Public Methods
Boolean getIsSuccess()
Gets the value of the isSuccess property.
List<StatusDetail> getStatusDetail()
Gets the value of the statusDetail property.
void setIsSuccess(Boolean value)
Sets the value of the isSuccess property.
void setStatusDetail(List<StatusDetail> statusDetail)
Sets the value of the statusDetail property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean isSuccess

protected List<StatusDetail> statusDetail

Public Constructors

public Status ()

Public Methods

public Boolean getIsSuccess ()

Gets the value of the isSuccess property. This getter has been renamed from isIsSuccess() to getIsSuccess() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public List<StatusDetail> getStatusDetail ()

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

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

    getStatusDetail().add(newItem);
 

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

public void setIsSuccess (Boolean value)

Sets the value of the isSuccess property.

Parameters
value Allowed object is Boolean

public void setStatusDetail (List<StatusDetail> statusDetail)

Sets the value of the statusDetail property.

Parameters
statusDetail Allowed object is StatusDetail