Class ObjectFactory
java.lang.Object
com.emc.d2fs.services.d2lifecycle_service.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.emc.d2fs.services.d2lifecycle_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.d2lifecycle_service -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofApplyRequest
Create an instance ofApplyResponse
Create an instance ofChangeStateOnEventRequest
Create an instance ofChangeStateOnEventResponse
Create an instance ofChangeStateRequest
Create an instance ofChangeStateRequestMass
Create an instance ofChangeStateResponse
Create an instance ofChangeStateResponseMass
Create an instance ofGetSignoffParametersRequest
Create an instance ofGetSignoffParametersResponse
Create an instance ofNextStateOnEventRequest
Create an instance ofNextStateOnEventResponse
Create an instance ofNextStatesRequest
Create an instance ofNextStatesResponse
Create an instance ofTestChangeStateConditionsRequest
Create an instance ofTestChangeStateConditionsResponse
Create an instance ofTestNextStateRequest
Create an instance ofTestNextStateResponse
Create an instance ofTestTransitionRequest
Create an instance ofTestTransitionResponse
-
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.d2lifecycle_service
-
-
Method Details
-
createChangeStateRequest
Create an instance ofChangeStateRequest
-
createChangeStateRequestMass
Create an instance ofChangeStateRequestMass
-
createChangeStateResponse
Create an instance ofChangeStateResponse
-
createChangeStateResponseMass
Create an instance ofChangeStateResponseMass
-
createTestChangeStateConditionsRequest
Create an instance ofTestChangeStateConditionsRequest
-
createTestChangeStateConditionsResponse
Create an instance ofTestChangeStateConditionsResponse
-
createChangeStateOnEventRequest
Create an instance ofChangeStateOnEventRequest
-
createChangeStateOnEventResponse
Create an instance ofChangeStateOnEventResponse
-
createNextStateOnEventRequest
Create an instance ofNextStateOnEventRequest
-
createNextStateOnEventResponse
Create an instance ofNextStateOnEventResponse
-
createNextStatesRequest
Create an instance ofNextStatesRequest
-
createNextStatesResponse
Create an instance ofNextStatesResponse
-
createTestNextStateRequest
Create an instance ofTestNextStateRequest
-
createTestNextStateResponse
Create an instance ofTestNextStateResponse
-
createTestTransitionRequest
Create an instance ofTestTransitionRequest
-
createTestTransitionResponse
Create an instance ofTestTransitionResponse
-
createApplyRequest
Create an instance ofApplyRequest
-
createApplyResponse
Create an instance ofApplyResponse
-
createGetSignoffParametersRequest
Create an instance ofGetSignoffParametersRequest
-
createGetSignoffParametersResponse
Create an instance ofGetSignoffParametersResponse
-