Class ObjectFactory
java.lang.Object
com.emc.d2fs.services.d2_dictionary_service.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.emc.d2fs.services.d2_dictionary_service package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.d2fs.services.d2_dictionary_service -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofDictionaryExportRequestCreate an instance ofDictionaryExportResponseCreate an instance ofDictionaryImportRequestCreate an instance ofDictionaryImportResponseCreate an instance ofDictionaryOperationRequestCreate an instance ofDictionaryOperationResponseCreate an instance ofGetDictionaryNumberValueRequestCreate an instance ofGetDictionaryNumberValueResponseCreate an instance ofGetExportDictionaryUrlRequestCreate an instance ofGetExportDictionaryUrlResponseCreate an instance ofGetImportDictionaryUrlRequestCreate an instance ofGetImportDictionaryUrlResponseCreate an instance ofImportVersionDictionaryRequestCreate an instance ofImportVersionDictionaryResponseCreate an instance ofMtomAttachmentTypeCreate an instance ofRequestDocbaseUpdateRequestCreate an instance ofRequestDocbaseUpdateResponseCreate an instance ofSaveVersionDictionaryRequestCreate an instance ofSaveVersionDictionaryResponse
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.emc.d2fs.services.d2_dictionary_service
-
-
Method Details
-
createDictionaryOperationRequest
Create an instance ofDictionaryOperationRequest -
createDictionaryOperationResponse
Create an instance ofDictionaryOperationResponse -
createDictionaryImportRequest
Create an instance ofDictionaryImportRequest -
createDictionaryImportResponse
Create an instance ofDictionaryImportResponse -
createDictionaryExportRequest
Create an instance ofDictionaryExportRequest -
createDictionaryExportResponse
Create an instance ofDictionaryExportResponse -
createMtomAttachmentType
Create an instance ofMtomAttachmentType -
createGetExportDictionaryUrlRequest
Create an instance ofGetExportDictionaryUrlRequest -
createGetExportDictionaryUrlResponse
Create an instance ofGetExportDictionaryUrlResponse -
createGetDictionaryNumberValueRequest
Create an instance ofGetDictionaryNumberValueRequest -
createGetDictionaryNumberValueResponse
Create an instance ofGetDictionaryNumberValueResponse -
createGetImportDictionaryUrlRequest
Create an instance ofGetImportDictionaryUrlRequest -
createGetImportDictionaryUrlResponse
Create an instance ofGetImportDictionaryUrlResponse -
createSaveVersionDictionaryRequest
Create an instance ofSaveVersionDictionaryRequest -
createSaveVersionDictionaryResponse
Create an instance ofSaveVersionDictionaryResponse -
createImportVersionDictionaryRequest
Create an instance ofImportVersionDictionaryRequest -
createImportVersionDictionaryResponse
Create an instance ofImportVersionDictionaryResponse -
createRequestDocbaseUpdateRequest
Create an instance ofRequestDocbaseUpdateRequest -
createRequestDocbaseUpdateResponse
Create an instance ofRequestDocbaseUpdateResponse
-