Package com.consol.citrus.ftp.model
Class ObjectFactory
- java.lang.Object
-
- com.consol.citrus.ftp.model.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.consol.citrus.ftp.model 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
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.consol.citrus.ftp.model
-
Method Summary
-
-
-
Method Detail
-
createPutCommand
public PutCommand createPutCommand()
Create an instance ofPutCommand
-
createGetCommand
public GetCommand createGetCommand()
Create an instance ofGetCommand
-
createDeleteCommand
public DeleteCommand createDeleteCommand()
Create an instance ofDeleteCommand
-
createListCommand
public ListCommand createListCommand()
Create an instance ofListCommand
-
createGetCommandResult
public GetCommandResult createGetCommandResult()
Create an instance ofGetCommandResult
-
createListCommandResult
public ListCommandResult createListCommandResult()
Create an instance ofListCommandResult
-
createListCommandResultFiles
public ListCommandResult.Files createListCommandResultFiles()
Create an instance ofListCommandResult.Files
-
createCommandType
public CommandType createCommandType()
Create an instance ofCommandType
-
createPutCommandFile
public PutCommand.File createPutCommandFile()
Create an instance ofPutCommand.File
-
createPutCommandTarget
public PutCommand.Target createPutCommandTarget()
Create an instance ofPutCommand.Target
-
createGetCommandFile
public GetCommand.File createGetCommandFile()
Create an instance ofGetCommand.File
-
createGetCommandTarget
public GetCommand.Target createGetCommandTarget()
Create an instance ofGetCommand.Target
-
createDeleteCommandTarget
public DeleteCommand.Target createDeleteCommandTarget()
Create an instance ofDeleteCommand.Target
-
createListCommandTarget
public ListCommand.Target createListCommandTarget()
Create an instance ofListCommand.Target
-
createConnectCommand
public ConnectCommand createConnectCommand()
Create an instance ofConnectCommand
-
createCommandResult
public CommandResult createCommandResult()
Create an instance ofCommandResult
-
createCommandResultType
public CommandResultType createCommandResultType()
Create an instance ofCommandResultType
-
createPutCommandResult
public PutCommandResult createPutCommandResult()
Create an instance ofPutCommandResult
-
createDeleteCommandResult
public DeleteCommandResult createDeleteCommandResult()
Create an instance ofDeleteCommandResult
-
createGetCommandResultFile
public GetCommandResult.File createGetCommandResultFile()
Create an instance ofGetCommandResult.File
-
createListCommandResultFilesFile
public ListCommandResult.Files.File createListCommandResultFilesFile()
Create an instance ofListCommandResult.Files.File
-
-