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 ofApplyRequestCreate an instance ofApplyResponseCreate an instance ofChangeStateOnEventRequestCreate an instance ofChangeStateOnEventResponseCreate an instance ofChangeStateRequestCreate an instance ofChangeStateRequestMassCreate an instance ofChangeStateResponseCreate an instance ofChangeStateResponseMassCreate an instance ofGetSignoffParametersRequestCreate an instance ofGetSignoffParametersResponseCreate an instance ofNextStateOnEventRequestCreate an instance ofNextStateOnEventResponseCreate an instance ofNextStatesRequestCreate an instance ofNextStatesResponseCreate an instance ofTestChangeStateConditionsRequestCreate an instance ofTestChangeStateConditionsResponseCreate an instance ofTestNextStateRequestCreate an instance ofTestNextStateResponseCreate an instance ofTestTransitionRequestCreate 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
-