Class ObjectFactory
java.lang.Object
com.emc.d2fs.services.locate_service.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.emc.d2fs.services.locate_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.locate_service -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofGetLocationByDqlRequest
Create an instance ofGetLocationByDqlResponse
Create an instance ofGetLocationByIdRequest
Create an instance ofGetLocationByIdResponse
Create an instance ofGetLocationByNameRequest
Create an instance ofGetLocationByNameResponse
Create an instance ofGetLocationByPathRequest
Create an instance ofGetLocationByPathResponse
Create an instance ofGetLocationByTypeRequest
Create an instance ofGetLocationByTypeResponse
Create an instance ofGetLocationForBreadCrumbRequest
Create an instance ofGetLocationForBreadCrumbResponse
Create an instance ofGetLocationRequest
Create an instance ofGetLocationResponse
-
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.locate_service
-
-
Method Details
-
createGetLocationRequest
Create an instance ofGetLocationRequest
-
createGetLocationResponse
Create an instance ofGetLocationResponse
-
createGetLocationForBreadCrumbRequest
Create an instance ofGetLocationForBreadCrumbRequest
-
createGetLocationForBreadCrumbResponse
Create an instance ofGetLocationForBreadCrumbResponse
-
createGetLocationByIdRequest
Create an instance ofGetLocationByIdRequest
-
createGetLocationByIdResponse
Create an instance ofGetLocationByIdResponse
-
createGetLocationByNameRequest
Create an instance ofGetLocationByNameRequest
-
createGetLocationByNameResponse
Create an instance ofGetLocationByNameResponse
-
createGetLocationByDqlRequest
Create an instance ofGetLocationByDqlRequest
-
createGetLocationByDqlResponse
Create an instance ofGetLocationByDqlResponse
-
createGetLocationByPathRequest
Create an instance ofGetLocationByPathRequest
-
createGetLocationByPathResponse
Create an instance ofGetLocationByPathResponse
-
createGetLocationByTypeRequest
Create an instance ofGetLocationByTypeRequest
-
createGetLocationByTypeResponse
Create an instance ofGetLocationByTypeResponse
-