| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.faults_2010_2.SoapFault |
Known Direct Subclasses
|
Java class for SoapFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapFault">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="code" type="{urn:types.faults_2010_2.platform.webservices.netsuite.com}FaultCodeType"/>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| code | |||||||||||
| message | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the code property.
| |||||||||||
Gets the value of the message property.
| |||||||||||
Sets the value of the code property.
| |||||||||||
Sets the value of the message property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the code property.
FaultCodeType
Gets the value of the message property.
Sets the value of the code property.
| value | Allowed object is
FaultCodeType
|
|---|
Sets the value of the message property.
| value | Allowed object is String |
|---|