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

com.thelastcheck.x937.xml.ClassDefinitionListItem Maven / Gradle / Ivy

There is a newer version: 2.5.2
Show newest version
/*******************************************************************************
 * Copyright (c) 2009-2015 The Last Check, LLC, All Rights Reserved
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * You may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 ******************************************************************************/

/*
 * This class was automatically generated with 
 * Castor 1.3, using an XML
 * Schema.
 * $Id: ClassDefinitionListItem.java,v 1.2 2009/12/16 23:54:12 jbowman Exp $
 */

package com.thelastcheck.x937.xml;

/**
 * Class ClassDefinitionListItem.
 * 
 * @version $Revision: 1.2 $ $Date: 2009/12/16 23:54:12 $
 */
@SuppressWarnings("serial")
public class ClassDefinitionListItem implements java.io.Serializable {


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

    /**
     * Field _classDefinition.
     */
    private ClassDefinition _classDefinition;


      //----------------/
     //- Constructors -/
    //----------------/

    public ClassDefinitionListItem() {
        super();
    }


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

    /**
     * Returns the value of field 'classDefinition'.
     * 
     * @return the value of field 'ClassDefinition'.
     */
    public ClassDefinition getClassDefinition(
    ) {
        return this._classDefinition;
    }

    /**
     * Sets the value of field 'classDefinition'.
     * 
     * @param classDefinition the value of field 'classDefinition'.
     */
    public void setClassDefinition(
            final ClassDefinition classDefinition) {
        this._classDefinition = classDefinition;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy