Package wt.ixb.clientAccess
Class IXFormatType
java.lang.Object
wt.ixb.clientAccess.IXFormatType
- All Implemented Interfaces:
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 Summary
Modifier and TypeMethodDescriptionReturns the ExportImportFormatType.Returns the IXFormatImplementationMethodType.Returns the ExportImportFormatType.Returns the version for the protocol.voidsetFormatType(ExportImportFormatType formatType) Sets the ExportImportFormatType.voidsetImplementationMethod(IXFormatImplementationMethodType implementationMethod) Sets the IXFormatImplementationMethodType.voidsetProtocol(IXFormatProtocolType protocol) Sets the ExportImportFormatType.voidsetVersion(String version) Sets the version for the protocol.
-
Method Details
-
getFormatType
Returns the ExportImportFormatType. ExportImportFormatType is an enumerationType Object. Supported API: true- Returns:
-
setFormatType
Sets the ExportImportFormatType. ExportImportFormatType is an enumerationType Object. Supported API: true- Parameters:
formatType-
-
getImplementationMethod
Returns the IXFormatImplementationMethodType. IXFormatImplementationMethodType is an enumerationType Object. Supported API: true- Returns:
-
setImplementationMethod
Sets the IXFormatImplementationMethodType. IXFormatImplementationMethodType is an enumerationType Object.
Supported API: true- Parameters:
implementationMethod-
-
getProtocol
Returns the ExportImportFormatType. ExportImportFormatType is an enumerationType Object. Supported API: true- Returns:
-
setProtocol
Sets the ExportImportFormatType. ExportImportFormatType is an enumerationType Object.
Supported API: true- Parameters:
protocol-
-
getVersion
Returns the version for the protocol. Supported API: true- Returns:
-
setVersion
Sets the version for the protocol. Supported API: true- Parameters:
version-
-