⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 datatypes.java

📁 一个工作流的原型
💻 JAVA
字号:
/*
 * This class was automatically generated with 
 * <a href="http://www.castor.org">Castor cvs.0.9.6</a>, using an
 * XML Schema.
 * $Id$
 */

package workflow.xwfbox.process;

  //---------------------------------/
 //- Imported classes and packages -/
//---------------------------------/

import java.io.Reader;
import java.io.Serializable;
import java.io.Writer;

/**
 * Class DataTypes.
 * 
 * @version $Revision$ $Date$
 */
public class DataTypes implements java.io.Serializable {


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

    /**
     * Field _basicType
     */
    private java.lang.Object _basicType;

    /**
     * Field _declaredType
     */
    private java.lang.Object _declaredType;

    /**
     * Field _schemaType
     */
    private java.lang.Object _schemaType;

    /**
     * Field _externalReference
     */
    private java.lang.Object _externalReference;

    /**
     * Field _recordType
     */
    private java.lang.Object _recordType;

    /**
     * Field _unionType
     */
    private java.lang.Object _unionType;

    /**
     * Field _enumerationType
     */
    private java.lang.Object _enumerationType;

    /**
     * Field _arrayType
     */
    private java.lang.Object _arrayType;

    /**
     * Field _listType
     */
    private java.lang.Object _listType;


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

    public DataTypes() {
        super();
    } //-- workflow.xwfbox.process.DataTypes()


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

    /**
     * Returns the value of field 'arrayType'.
     * 
     * @return Object
     * @return the value of field 'arrayType'.
     */
    public java.lang.Object getArrayType()
    {
        return this._arrayType;
    } //-- java.lang.Object getArrayType() 

    /**
     * Returns the value of field 'basicType'.
     * 
     * @return Object
     * @return the value of field 'basicType'.
     */
    public java.lang.Object getBasicType()
    {
        return this._basicType;
    } //-- java.lang.Object getBasicType() 

    /**
     * Returns the value of field 'declaredType'.
     * 
     * @return Object
     * @return the value of field 'declaredType'.
     */
    public java.lang.Object getDeclaredType()
    {
        return this._declaredType;
    } //-- java.lang.Object getDeclaredType() 

    /**
     * Returns the value of field 'enumerationType'.
     * 
     * @return Object
     * @return the value of field 'enumerationType'.
     */
    public java.lang.Object getEnumerationType()
    {
        return this._enumerationType;
    } //-- java.lang.Object getEnumerationType() 

    /**
     * Returns the value of field 'externalReference'.
     * 
     * @return Object
     * @return the value of field 'externalReference'.
     */
    public java.lang.Object getExternalReference()
    {
        return this._externalReference;
    } //-- java.lang.Object getExternalReference() 

    /**
     * Returns the value of field 'listType'.
     * 
     * @return Object
     * @return the value of field 'listType'.
     */
    public java.lang.Object getListType()
    {
        return this._listType;
    } //-- java.lang.Object getListType() 

    /**
     * Returns the value of field 'recordType'.
     * 
     * @return Object
     * @return the value of field 'recordType'.
     */
    public java.lang.Object getRecordType()
    {
        return this._recordType;
    } //-- java.lang.Object getRecordType() 

    /**
     * Returns the value of field 'schemaType'.
     * 
     * @return Object
     * @return the value of field 'schemaType'.
     */
    public java.lang.Object getSchemaType()
    {
        return this._schemaType;
    } //-- java.lang.Object getSchemaType() 

    /**
     * Returns the value of field 'unionType'.
     * 
     * @return Object
     * @return the value of field 'unionType'.
     */
    public java.lang.Object getUnionType()
    {
        return this._unionType;
    } //-- java.lang.Object getUnionType() 

    /**
     * Sets the value of field 'arrayType'.
     * 
     * @param arrayType the value of field 'arrayType'.
     */
    public void setArrayType(java.lang.Object arrayType)
    {
        this._arrayType = arrayType;
    } //-- void setArrayType(java.lang.Object) 

    /**
     * Sets the value of field 'basicType'.
     * 
     * @param basicType the value of field 'basicType'.
     */
    public void setBasicType(java.lang.Object basicType)
    {
        this._basicType = basicType;
    } //-- void setBasicType(java.lang.Object) 

    /**
     * Sets the value of field 'declaredType'.
     * 
     * @param declaredType the value of field 'declaredType'.
     */
    public void setDeclaredType(java.lang.Object declaredType)
    {
        this._declaredType = declaredType;
    } //-- void setDeclaredType(java.lang.Object) 

    /**
     * Sets the value of field 'enumerationType'.
     * 
     * @param enumerationType the value of field 'enumerationType'.
     */
    public void setEnumerationType(java.lang.Object enumerationType)
    {
        this._enumerationType = enumerationType;
    } //-- void setEnumerationType(java.lang.Object) 

    /**
     * Sets the value of field 'externalReference'.
     * 
     * @param externalReference the value of field
     * 'externalReference'.
     */
    public void setExternalReference(java.lang.Object externalReference)
    {
        this._externalReference = externalReference;
    } //-- void setExternalReference(java.lang.Object) 

    /**
     * Sets the value of field 'listType'.
     * 
     * @param listType the value of field 'listType'.
     */
    public void setListType(java.lang.Object listType)
    {
        this._listType = listType;
    } //-- void setListType(java.lang.Object) 

    /**
     * Sets the value of field 'recordType'.
     * 
     * @param recordType the value of field 'recordType'.
     */
    public void setRecordType(java.lang.Object recordType)
    {
        this._recordType = recordType;
    } //-- void setRecordType(java.lang.Object) 

    /**
     * Sets the value of field 'schemaType'.
     * 
     * @param schemaType the value of field 'schemaType'.
     */
    public void setSchemaType(java.lang.Object schemaType)
    {
        this._schemaType = schemaType;
    } //-- void setSchemaType(java.lang.Object) 

    /**
     * Sets the value of field 'unionType'.
     * 
     * @param unionType the value of field 'unionType'.
     */
    public void setUnionType(java.lang.Object unionType)
    {
        this._unionType = unionType;
    } //-- void setUnionType(java.lang.Object) 

}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -