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

📄 redefinableheader.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;
import workflow.xwfbox.process.types.RedefinableHeaderPublicationStatusType;

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


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

    /**
     * Field _publicationStatus
     */
    private workflow.xwfbox.process.types.RedefinableHeaderPublicationStatusType _publicationStatus;

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

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

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

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

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


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

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


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

    /**
     * Returns the value of field 'author'.
     * 
     * @return Object
     * @return the value of field 'author'.
     */
    public java.lang.Object getAuthor()
    {
        return this._author;
    } //-- java.lang.Object getAuthor() 

    /**
     * Returns the value of field 'codepage'.
     * 
     * @return Object
     * @return the value of field 'codepage'.
     */
    public java.lang.Object getCodepage()
    {
        return this._codepage;
    } //-- java.lang.Object getCodepage() 

    /**
     * Returns the value of field 'countrykey'.
     * 
     * @return Object
     * @return the value of field 'countrykey'.
     */
    public java.lang.Object getCountrykey()
    {
        return this._countrykey;
    } //-- java.lang.Object getCountrykey() 

    /**
     * Returns the value of field 'publicationStatus'.
     * 
     * @return RedefinableHeaderPublicationStatusType
     * @return the value of field 'publicationStatus'.
     */
    public workflow.xwfbox.process.types.RedefinableHeaderPublicationStatusType getPublicationStatus()
    {
        return this._publicationStatus;
    } //-- workflow.xwfbox.process.types.RedefinableHeaderPublicationStatusType getPublicationStatus() 

    /**
     * Returns the value of field 'responsibles'.
     * 
     * @return Object
     * @return the value of field 'responsibles'.
     */
    public java.lang.Object getResponsibles()
    {
        return this._responsibles;
    } //-- java.lang.Object getResponsibles() 

    /**
     * Returns the value of field 'version'.
     * 
     * @return Object
     * @return the value of field 'version'.
     */
    public java.lang.Object getVersion()
    {
        return this._version;
    } //-- java.lang.Object getVersion() 

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

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

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

    /**
     * Sets the value of field 'publicationStatus'.
     * 
     * @param publicationStatus the value of field
     * 'publicationStatus'.
     */
    public void setPublicationStatus(workflow.xwfbox.process.types.RedefinableHeaderPublicationStatusType publicationStatus)
    {
        this._publicationStatus = publicationStatus;
    } //-- void setPublicationStatus(workflow.xwfbox.process.types.RedefinableHeaderPublicationStatusType) 

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

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

}

⌨️ 快捷键说明

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