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

org.codehaus.cargo.maven3.WebXml Maven / Gradle / Ivy

There is a newer version: 1.10.15
Show newest version
// =================== DO NOT EDIT THIS FILE ====================
// Generated by Modello 2.0.0,
// any modifications will be overwritten.
// ==============================================================

package org.codehaus.cargo.maven3;

/**
 * Web.xml merge settings.
 * 
 * @version $Revision$ $Date$
 */
public class WebXml
    implements java.io.Serializable
{

      //--------------------------/
     //- Class/Member Variables -/
    //--------------------------/

    /**
     * Field contextParams.
     */
    private Object contextParams;


      //-----------/
     //- Methods -/
    //-----------/

    /**
     * Get the contextParams field.
     * 
     * @return Object
     */
    public Object getContextParams()
    {
        return this.contextParams;
    } //-- Object getContextParams()

    /**
     * Set the contextParams field.
     * 
     * @param contextParams a contextParams object.
     */
    public void setContextParams( Object contextParams )
    {
        this.contextParams = contextParams;
    } //-- void setContextParams( Object )

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy