📄 externalpackage.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 ExternalPackage.
*
* @version $Revision$ $Date$
*/
public class ExternalPackage implements java.io.Serializable {
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* Field _href
*/
private java.lang.String _href;
/**
* Field _extendedAttributes
*/
private java.lang.Object _extendedAttributes;
//----------------/
//- Constructors -/
//----------------/
public ExternalPackage() {
super();
} //-- workflow.xwfbox.process.ExternalPackage()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'extendedAttributes'.
*
* @return Object
* @return the value of field 'extendedAttributes'.
*/
public java.lang.Object getExtendedAttributes()
{
return this._extendedAttributes;
} //-- java.lang.Object getExtendedAttributes()
/**
* Returns the value of field 'href'.
*
* @return String
* @return the value of field 'href'.
*/
public java.lang.String getHref()
{
return this._href;
} //-- java.lang.String getHref()
/**
* Sets the value of field 'extendedAttributes'.
*
* @param extendedAttributes the value of field
* 'extendedAttributes'.
*/
public void setExtendedAttributes(java.lang.Object extendedAttributes)
{
this._extendedAttributes = extendedAttributes;
} //-- void setExtendedAttributes(java.lang.Object)
/**
* Sets the value of field 'href'.
*
* @param href the value of field 'href'.
*/
public void setHref(java.lang.String href)
{
this._href = href;
} //-- void setHref(java.lang.String)
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -