| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| String | GetDescription
()
Get method for attribute "Description" Specific description of the problem or information. |
| String | GetFileName
()
Get method for attribute "FileName" The object name or pathname. |
| WSImportExportMessageType | GetMessageType
()
Get method for attribute "MessageType" Severity of the message. |
| String | GetResolution
()
Get method for attribute "Resolution" Resolution applied to resolve an overridable conflict (Applicable when type returned is WSIMPEX_MSG_CONFLICT). |
| boolean | GetSucceeded
()
Get method for attribute "Succeeded" Indicates whether the resolution succeded or not. (Applicable when type returned is WSIMPEX_MSG_CONFLICT). |
| void | SetDescription
(String value)
Set method for attribute "Description" Specific description of the problem or information. |
| void | SetFileName
(String value)
Set method for attribute "FileName" The object name or pathname. |
| void | SetMessageType
(WSImportExportMessageType value)
Set method for attribute "MessageType" Severity of the message. |
| void | SetResolution
(String value)
Set method for attribute "Resolution" Resolution applied to resolve an overridable conflict (Applicable when type returned is WSIMPEX_MSG_CONFLICT). |
| void | SetSucceeded
(boolean value)
Set method for attribute "Succeeded" Indicates whether the resolution succeded or not. (Applicable when type returned is WSIMPEX_MSG_CONFLICT). |
| Method Detail |
|---|
| GetMessageType/SetMessageType |
|---|
| WSImportExportMessageType | GetMessageType | () |
| void | SetMessageType | (WSImportExportMessageType value) |
Severity of the message.
|
| GetFileName/SetFileName |
|---|
| String | GetFileName | () |
| void | SetFileName | (String value) |
The object name or pathname.
|
| GetDescription/SetDescription |
|---|
| String | GetDescription | () |
| void | SetDescription | (String value) |
Specific description of the problem or information.
|
| GetResolution/SetResolution |
|---|
| String | GetResolution | () |
| void | SetResolution | (String value) |
Resolution applied to resolve an overridable conflict
(Applicable when type returned is WSIMPEX_MSG_CONFLICT).
|
| GetSucceeded/SetSucceeded |
|---|
| boolean | GetSucceeded | () |
| void | SetSucceeded | (boolean value) |
Indicates whether the resolution succeded or not.
(Applicable when type returned is WSIMPEX_MSG_CONFLICT).
|