eu.scape_project.xa.tw.toolspec
Class ObjectFactory

java.lang.Object
  extended by eu.scape_project.xa.tw.toolspec.ObjectFactory

public class ObjectFactory
extends Object

This object contains factory methods for each Java content interface and Java element interface generated in the eu.scape_project.xa.tw.toolspec 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
ObjectFactory()
          Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.scape_project.xa.tw.toolspec
 
Method Summary
 Format createFormat()
          Create an instance of Format
 InOut createInOut()
          Create an instance of InOut
 InOutAttrs createInOutAttrs()
          Create an instance of InOutAttrs
 Input createInput()
          Create an instance of Input
 Inputs createInputs()
          Create an instance of Inputs
 Installation createInstallation()
          Create an instance of Installation
 License createLicense()
          Create an instance of License
 OperatingSystemDependency createOperatingSystemDependency()
          Create an instance of OperatingSystemDependency
 Operation createOperation()
          Create an instance of Operation
 Operations createOperations()
          Create an instance of Operations
 Output createOutput()
          Create an instance of Output
 Outputs createOutputs()
          Create an instance of Outputs
 Parameter createParameter()
          Create an instance of Parameter
 Properties createProperties()
          Create an instance of Properties
 Property createProperty()
          Create an instance of Property
 Stdin createStdin()
          Create an instance of Stdin
 Stdout createStdout()
          Create an instance of Stdout
 Tool createTool()
          Create an instance of Tool
 JAXBElement<Tool> createTool(Tool value)
          Create an instance of JAXBElement<Tool>}
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.scape_project.xa.tw.toolspec

Method Detail

createTool

public Tool createTool()
Create an instance of Tool


createOutputs

public Outputs createOutputs()
Create an instance of Outputs


createInput

public Input createInput()
Create an instance of Input


createOperation

public Operation createOperation()
Create an instance of Operation


createFormat

public Format createFormat()
Create an instance of Format


createOperations

public Operations createOperations()
Create an instance of Operations


createOutput

public Output createOutput()
Create an instance of Output


createInOut

public InOut createInOut()
Create an instance of InOut


createProperty

public Property createProperty()
Create an instance of Property


createInputs

public Inputs createInputs()
Create an instance of Inputs


createProperties

public Properties createProperties()
Create an instance of Properties


createInstallation

public Installation createInstallation()
Create an instance of Installation


createLicense

public License createLicense()
Create an instance of License


createStdout

public Stdout createStdout()
Create an instance of Stdout


createInOutAttrs

public InOutAttrs createInOutAttrs()
Create an instance of InOutAttrs


createStdin

public Stdin createStdin()
Create an instance of Stdin


createParameter

public Parameter createParameter()
Create an instance of Parameter


createOperatingSystemDependency

public OperatingSystemDependency createOperatingSystemDependency()
Create an instance of OperatingSystemDependency


createTool

public JAXBElement<Tool> createTool(Tool value)
Create an instance of JAXBElement<Tool>}



Copyright © 2013. All Rights Reserved.