Library | Package Java Toolkit

Interface WSImportExportMessage

package com.ptc.pfc.pfcSession;

public interface WSImportExportMessage
  extends jxobject



Description

Class containing information about the Import/Export mesage.



Method Summary
StringGetDescription ()
    Get method for attribute "Description"
    Specific description of the problem or information.
StringGetFileName ()
    Get method for attribute "FileName"
    The object name or pathname.
WSImportExportMessageTypeGetMessageType ()
    Get method for attribute "MessageType"
    Severity of the message.
StringGetResolution ()
    Get method for attribute "Resolution"
    Resolution applied to resolve an overridable conflict (Applicable when type returned is WSIMPEX_MSG_CONFLICT).
booleanGetSucceeded ()
    Get method for attribute "Succeeded"
    Indicates whether the resolution succeded or not. (Applicable when type returned is WSIMPEX_MSG_CONFLICT).
voidSetDescription (String value)
    Set method for attribute "Description"
    Specific description of the problem or information.
voidSetFileName (String value)
    Set method for attribute "FileName"
    The object name or pathname.
voidSetMessageType (WSImportExportMessageType value)
    Set method for attribute "MessageType"
    Severity of the message.
voidSetResolution (String value)
    Set method for attribute "Resolution"
    Resolution applied to resolve an overridable conflict (Applicable when type returned is WSIMPEX_MSG_CONFLICT).
voidSetSucceeded (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

WSImportExportMessageTypeGetMessageType ()
voidSetMessageType (WSImportExportMessageType value)


    Severity of the message.
Manual References:
Windchill Connectivity APIs: Import and Export



GetFileName/SetFileName

StringGetFileName ()
voidSetFileName (String value)


    The object name or pathname.
Manual References:
Windchill Connectivity APIs: Import and Export



GetDescription/SetDescription

StringGetDescription ()
voidSetDescription (String value)


    Specific description of the problem or information.
Manual References:
Windchill Connectivity APIs: Import and Export



GetResolution/SetResolution

StringGetResolution ()
voidSetResolution (String value)


    Resolution applied to resolve an overridable conflict (Applicable when type returned is WSIMPEX_MSG_CONFLICT).
Manual References:
Windchill Connectivity APIs: Import and Export



GetSucceeded/SetSucceeded

booleanGetSucceeded ()
voidSetSucceeded (boolean value)


    Indicates whether the resolution succeded or not. (Applicable when type returned is WSIMPEX_MSG_CONFLICT).
Manual References:
Windchill Connectivity APIs: Import and Export