| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.core_2010_2.Status |
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_2010_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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| isSuccess | |||||||||||
| statusDetail | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the statusDetail property.
| |||||||||||
Gets the value of the isSuccess property.
| |||||||||||
Sets the value of the isSuccess property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
| statusDetail | |
|---|---|
| isSuccess |
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
Gets the value of the isSuccess property.
Sets the value of the isSuccess property.
| value | Allowed object is Boolean |
|---|