📄 datasettype.java
字号:
/*
* This class was automatically generated with
* <a href="http://www.castor.org">Castor 0.9.7</a>, using an XML
* Schema.
* $Id$
*/
package com.queplix.core.jxb.entity;
//---------------------------------/
//- Imported classes and packages -/
//---------------------------------/
import org.exolab.castor.xml.Marshaller;
import org.exolab.castor.xml.Unmarshaller;
/**
* The dataset descriptor type
*
* @version $Revision$ $Date$
*/
public class DatasetType extends com.queplix.core.utils.jxb.JXBObject
implements java.io.Serializable
{
//--------------------------/
//- Class/Member Variables -/
//--------------------------/
/**
* The name of field
*/
private java.lang.String _name;
/**
* Name of the external entity
*/
private java.lang.String _entity;
/**
* Name of the dataschema
*/
private java.lang.String _refname;
/**
* Required dataset or not
*/
private java.lang.Boolean _required;
/**
* Return values on request or not
*/
private java.lang.Boolean _sendonrequest = new java.lang.Boolean("false");
/**
* The type of filed control
*/
private com.queplix.core.jxb.entity.types.ControlSType _control;
/**
* Can you change the field
*/
private java.lang.Boolean _readonly = new java.lang.Boolean("false");
/**
* Can you search by values of the dataset
*/
private java.lang.Boolean _searchable = new java.lang.Boolean("true");
/**
* This attribute shows that this dataset be included to report
*/
private java.lang.Boolean _includeToReport = new java.lang.Boolean("true");
/**
* Field _linkedEntity
*/
private java.lang.String _linkedEntity;
/**
* Field _id
*/
private java.lang.String _id;
/**
* Field _entityName
*/
private java.lang.String _entityName;
/**
* This attribute describes, how the list of options was
* loaded. If this attribute is true dataset should make call
* to
* server each time it needed, otherwise it will be loaded at
* once per session.
*
*/
private java.lang.Boolean _dynamic = new java.lang.Boolean("false");
/**
* Field _clear
*/
private java.lang.Boolean _clear = new java.lang.Boolean("false");
/**
* Field _eql
*/
private java.lang.String _eql;
/**
* The reference to dataschema description
*/
private com.queplix.core.jxb.entity.Dataschema _dataschema;
//----------------/
//- Constructors -/
//----------------/
public DatasetType()
{
super();
} //-- com.queplix.core.jxb.entity.DatasetType()
//-----------/
//- Methods -/
//-----------/
/**
* Returns the value of field 'clear'.
*
* @return Boolean
* @return the value of field 'clear'.
*/
public java.lang.Boolean getClear()
{
return this._clear;
} //-- java.lang.Boolean getClear()
/**
* Returns the value of field 'control'. The field 'control'
* has the following description: The type of filed control
*
* @return ControlSType
* @return the value of field 'control'.
*/
public com.queplix.core.jxb.entity.types.ControlSType getControl()
{
return this._control;
} //-- com.queplix.core.jxb.entity.types.ControlSType getControl()
/**
* Returns the value of field 'dataschema'. The field
* 'dataschema' has the following description: The reference to
* dataschema description
*
* @return Dataschema
* @return the value of field 'dataschema'.
*/
public com.queplix.core.jxb.entity.Dataschema getDataschema()
{
return this._dataschema;
} //-- com.queplix.core.jxb.entity.Dataschema getDataschema()
/**
* Returns the value of field 'dynamic'. The field 'dynamic'
* has the following description: This attribute describes, how
* the list of options was loaded. If this attribute is true
* dataset should make call to
* server each time it needed, otherwise it will be loaded at
* once per session.
*
*
* @return Boolean
* @return the value of field 'dynamic'.
*/
public java.lang.Boolean getDynamic()
{
return this._dynamic;
} //-- java.lang.Boolean getDynamic()
/**
* Returns the value of field 'entity'. The field 'entity' has
* the following description: Name of the external entity
*
* @return String
* @return the value of field 'entity'.
*/
public java.lang.String getEntity()
{
return this._entity;
} //-- java.lang.String getEntity()
/**
* Returns the value of field 'entityName'.
*
* @return String
* @return the value of field 'entityName'.
*/
public java.lang.String getEntityName()
{
return this._entityName;
} //-- java.lang.String getEntityName()
/**
* Returns the value of field 'eql'.
*
* @return String
* @return the value of field 'eql'.
*/
public java.lang.String getEql()
{
return this._eql;
} //-- java.lang.String getEql()
/**
* Returns the value of field 'id'.
*
* @return String
* @return the value of field 'id'.
*/
public java.lang.String getId()
{
return this._id;
} //-- java.lang.String getId()
/**
* Returns the value of field 'includeToReport'. The field
* 'includeToReport' has the following description: This
* attribute shows that this dataset be included to report
*
* @return Boolean
* @return the value of field 'includeToReport'.
*/
public java.lang.Boolean getIncludeToReport()
{
return this._includeToReport;
} //-- java.lang.Boolean getIncludeToReport()
/**
* Returns the value of field 'linkedEntity'.
*
* @return String
* @return the value of field 'linkedEntity'.
*/
public java.lang.String getLinkedEntity()
{
return this._linkedEntity;
} //-- java.lang.String getLinkedEntity()
/**
* Returns the value of field 'name'. The field 'name' has the
* following description: The name of field
*
* @return String
* @return the value of field 'name'.
*/
public java.lang.String getName()
{
return this._name;
} //-- java.lang.String getName()
/**
* Returns the value of field 'readonly'. The field 'readonly'
* has the following description: Can you change the field
*
* @return Boolean
* @return the value of field 'readonly'.
*/
public java.lang.Boolean getReadonly()
{
return this._readonly;
} //-- java.lang.Boolean getReadonly()
/**
* Returns the value of field 'refname'. The field 'refname'
* has the following description: Name of the dataschema
*
* @return String
* @return the value of field 'refname'.
*/
public java.lang.String getRefname()
{
return this._refname;
} //-- java.lang.String getRefname()
/**
* Returns the value of field 'required'. The field 'required'
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -