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 ofGetLocationByDqlRequestCreate an instance ofGetLocationByDqlResponseCreate an instance ofGetLocationByIdRequestCreate an instance ofGetLocationByIdResponseCreate an instance ofGetLocationByNameRequestCreate an instance ofGetLocationByNameResponseCreate an instance ofGetLocationByPathRequestCreate an instance ofGetLocationByPathResponseCreate an instance ofGetLocationByTypeRequestCreate an instance ofGetLocationByTypeResponseCreate an instance ofGetLocationForBreadCrumbRequestCreate an instance ofGetLocationForBreadCrumbResponseCreate an instance ofGetLocationRequestCreate 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
-