Class ObjectFactory
java.lang.Object
com.emc.d2fs.services.content_service.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.emc.d2fs.services.content_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.content_service -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofGetAllowedFilesRequest
Create an instance ofGetAllowedFilesResponse
Create an instance ofGetContentRequest
Create an instance ofGetContentResponse
Create an instance ofGetDoclistFilterOptionsRequest
Create an instance ofGetDoclistFilterOptionsResponse
Create an instance ofGetDQLContentFromConfigNameRequest
Create an instance ofGetDQLContentFromConfigNameResponse
Create an instance ofGetDQLContentRequest
Create an instance ofGetDQLContentResponse
Create an instance ofGetDynamicContentRequest
Create an instance ofGetDynamicContentResponse
Create an instance ofGetFacetContentRequest
Create an instance ofGetFacetContentResponse
Create an instance ofGetFilteredContentRequest
Create an instance ofGetFilteredContentResponse
Create an instance ofGetMultiContentRequest
Create an instance ofGetMultiContentResponse
Create an instance ofGetSearchContentRequest
Create an instance ofGetSearchContentResponse
Create an instance ofGetTasksSearchContentRequest
Create an instance ofGetTasksSearchContentResponse
-
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.content_service
-
-
Method Details
-
createGetContentRequest
Create an instance ofGetContentRequest
-
createGetContentResponse
Create an instance ofGetContentResponse
-
createGetFacetContentRequest
Create an instance ofGetFacetContentRequest
-
createGetFacetContentResponse
Create an instance ofGetFacetContentResponse
-
createGetSearchContentRequest
Create an instance ofGetSearchContentRequest
-
createGetSearchContentResponse
Create an instance ofGetSearchContentResponse
-
createGetDoclistFilterOptionsRequest
Create an instance ofGetDoclistFilterOptionsRequest
-
createGetDoclistFilterOptionsResponse
Create an instance ofGetDoclistFilterOptionsResponse
-
createGetAllowedFilesRequest
Create an instance ofGetAllowedFilesRequest
-
createGetAllowedFilesResponse
Create an instance ofGetAllowedFilesResponse
-
createGetFilteredContentRequest
Create an instance ofGetFilteredContentRequest
-
createGetFilteredContentResponse
Create an instance ofGetFilteredContentResponse
-
createGetDQLContentRequest
Create an instance ofGetDQLContentRequest
-
createGetDQLContentResponse
Create an instance ofGetDQLContentResponse
-
createGetDQLContentFromConfigNameRequest
Create an instance ofGetDQLContentFromConfigNameRequest
-
createGetDQLContentFromConfigNameResponse
Create an instance ofGetDQLContentFromConfigNameResponse
-
createGetDynamicContentRequest
Create an instance ofGetDynamicContentRequest
-
createGetDynamicContentResponse
Create an instance ofGetDynamicContentResponse
-
createGetMultiContentRequest
Create an instance ofGetMultiContentRequest
-
createGetMultiContentResponse
Create an instance ofGetMultiContentResponse
-
createGetTasksSearchContentRequest
Create an instance ofGetTasksSearchContentRequest
-
createGetTasksSearchContentResponse
Create an instance ofGetTasksSearchContentResponse
-