Class IXFormatType

java.lang.Object
wt.ixb.clientAccess.IXFormatType
All Implemented Interfaces:
Serializable

public class IXFormatType extends Object implements Serializable
IXFormatType.java Wrapper object comprising of ExportImportFormatType, IXFormatProtocolType and IXFormatImplementationMethodType. Each value differs based on Neutral format artifacts such as Application Protocol and Implementation method type. An instance of IXFormatType should be created using IXFormatTypeHelper.getIXFormatType which by default returns WNC_FORMAT with Protocol as WNC_FORMAT and Implementation method Part 28 i.e, xml file. Supported API: true
See Also:
  • Method Details

    • getFormatType

      public ExportImportFormatType getFormatType()
      Returns the ExportImportFormatType. ExportImportFormatType is an enumerationType Object. Supported API: true
      Returns:
    • setFormatType

      public void setFormatType(ExportImportFormatType formatType)
      Sets the ExportImportFormatType. ExportImportFormatType is an enumerationType Object. Supported API: true
      Parameters:
      formatType -
    • getImplementationMethod

      public IXFormatImplementationMethodType getImplementationMethod()
      Returns the IXFormatImplementationMethodType. IXFormatImplementationMethodType is an enumerationType Object. Supported API: true
      Returns:
    • setImplementationMethod

      public void setImplementationMethod(IXFormatImplementationMethodType implementationMethod)
      Sets the IXFormatImplementationMethodType. IXFormatImplementationMethodType is an enumerationType Object.

      Supported API: true
      Parameters:
      implementationMethod -
    • getProtocol

      public IXFormatProtocolType getProtocol()
      Returns the ExportImportFormatType. ExportImportFormatType is an enumerationType Object. Supported API: true
      Returns:
    • setProtocol

      public void setProtocol(IXFormatProtocolType protocol)
      Sets the ExportImportFormatType. ExportImportFormatType is an enumerationType Object.

      Supported API: true
      Parameters:
      protocol -
    • getVersion

      public String getVersion()
      Returns the version for the protocol. Supported API: true
      Returns:
    • setVersion

      public void setVersion(String version)
      Sets the version for the protocol. Supported API: true
      Parameters:
      version -