org.jgrasstools.grass.dtd64.ObjectFactory Maven / Gradle / Ivy
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See http://java.sun.com/xml/jaxb
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2011.05.20 at 10:10:37 AM CEST
//
package org.jgrasstools.grass.dtd64;
import javax.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the org.jgrasstools.grass.dtd64 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.
*
*/
@XmlRegistry
public class ObjectFactory {
/**
* Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.jgrasstools.grass.dtd64
*
*/
public ObjectFactory() {
}
/**
* Create an instance of {@link Item }
*
*/
public Item createItem() {
return new Item();
}
/**
* Create an instance of {@link GrassInterface }
*
*/
public GrassInterface createGrassInterface() {
return new GrassInterface();
}
/**
* Create an instance of {@link Value }
*
*/
public Value createValue() {
return new Value();
}
/**
* Create an instance of {@link Values }
*
*/
public Values createValues() {
return new Values();
}
/**
* Create an instance of {@link Parameter }
*
*/
public Parameter createParameter() {
return new Parameter();
}
/**
* Create an instance of {@link Task }
*
*/
public Task createTask() {
return new Task();
}
/**
* Create an instance of {@link ParameterGroup }
*
*/
public ParameterGroup createParameterGroup() {
return new ParameterGroup();
}
/**
* Create an instance of {@link Gisprompt }
*
*/
public Gisprompt createGisprompt() {
return new Gisprompt();
}
/**
* Create an instance of {@link Flag }
*
*/
public Flag createFlag() {
return new Flag();
}
/**
* Create an instance of {@link Keydesc }
*
*/
public Keydesc createKeydesc() {
return new Keydesc();
}
}