All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hudsonci.maven.model.ObjectFactory Maven / Gradle / Ivy

The newest version!
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vhudson-jaxb-ri-2.1-2 
// See http://java.sun.com/xml/jaxb 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2011.12.06 at 07:15:37 PM GMT 
//


package org.hudsonci.maven.model;

import javax.xml.bind.annotation.XmlRegistry;


/**
 * This object contains factory methods for each 
 * Java content interface and Java element interface 
 * generated in the org.hudsonci.maven.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. * */ @XmlRegistry public class ObjectFactory { /** * Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hudsonci.maven.model * */ public ObjectFactory() { } /** * Create an instance of {@link InvocationDTO.Result } * */ public InvocationDTO.Result createInvocationDTOResult() { return new InvocationDTO.Result(); } /** * Create an instance of {@link ThrowableDTO } * */ public ThrowableDTO createThrowableDTO() { return new ThrowableDTO(); } /** * Create an instance of {@link InvocationDTO } * */ public InvocationDTO createInvocationDTO() { return new InvocationDTO(); } /** * Create an instance of {@link PropertiesDTO.Entry } * */ public PropertiesDTO.Entry createPropertiesDTOEntry() { return new PropertiesDTO.Entry(); } /** * Create an instance of {@link StackTraceDTO.Element } * */ public StackTraceDTO.Element createStackTraceDTOElement() { return new StackTraceDTO.Element(); } /** * Create an instance of {@link MavenCoordinatesDTO } * */ public MavenCoordinatesDTO createMavenCoordinatesDTO() { return new MavenCoordinatesDTO(); } /** * Create an instance of {@link InvocationDTO.Method } * */ public InvocationDTO.Method createInvocationDTOMethod() { return new InvocationDTO.Method(); } /** * Create an instance of {@link StackTraceDTO } * */ public StackTraceDTO createStackTraceDTO() { return new StackTraceDTO(); } /** * Create an instance of {@link PropertiesDTO } * */ public PropertiesDTO createPropertiesDTO() { return new PropertiesDTO(); } }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy