| java.lang.Object | |
| ↳ | com.sforce.async.Error |
Error --
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fields | |||||||||||
| fields__is_set | |||||||||||
| fields__typeInfo | element : fields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[] | ||||||||||
| message | |||||||||||
| message__is_set | |||||||||||
| message__typeInfo | element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String | ||||||||||
| statusCode | |||||||||||
| statusCode__is_set | |||||||||||
| statusCode__typeInfo | element : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.wsc.StatusCode | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructor
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
load the fileds/children from the specified xml stream
| |||||||||||
write this instace as xml.
| |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.sforce.ws.bind.XMLizable
| |||||||||||
element : fields of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
element : message of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
element : statusCode of type {urn:partner.soap.sforce.com}StatusCode java type: com.sforce.soap.partner.wsc.StatusCode
Constructor
load the fileds/children from the specified xml stream
| __in | Xml input stream from which the data is read |
|---|---|
| __typeMapper | Type mapper to be used |
| ConnectionException | |
|---|---|
| IOException |
| fields |
|---|
| message |
|---|
write this instace as xml.
| __element | Xml element name |
|---|---|
| __out | Xml output stream |
| __typeMapper | Type mapper to be used |
| IOException |
|---|
| __out | |
|---|---|
| __typeMapper |
| IOException |
|---|