📄 datasettype.java
字号:
* has the following description: Required dataset or not
*
* @return Boolean
* @return the value of field 'required'.
*/
public java.lang.Boolean getRequired()
{
return this._required;
} //-- java.lang.Boolean getRequired()
/**
* Returns the value of field 'searchable'. The field
* 'searchable' has the following description: Can you search
* by values of the dataset
*
* @return Boolean
* @return the value of field 'searchable'.
*/
public java.lang.Boolean getSearchable()
{
return this._searchable;
} //-- java.lang.Boolean getSearchable()
/**
* Returns the value of field 'sendonrequest'. The field
* 'sendonrequest' has the following description: Return values
* on request or not
*
* @return Boolean
* @return the value of field 'sendonrequest'.
*/
public java.lang.Boolean getSendonrequest()
{
return this._sendonrequest;
} //-- java.lang.Boolean getSendonrequest()
/**
* Method isValid
*
*
*
* @return boolean
*/
public boolean isValid()
{
try {
validate();
}
catch (org.exolab.castor.xml.ValidationException vex) {
return false;
}
return true;
} //-- boolean isValid()
/**
* Method marshal
*
*
*
* @param out
*/
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
{
Marshaller.marshal(this, out);
} //-- void marshal(java.io.Writer)
/**
* Method marshal
*
*
*
* @param handler
*/
public void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
{
Marshaller.marshal(this, handler);
} //-- void marshal(org.xml.sax.ContentHandler)
/**
* Sets the value of field 'clear'.
*
* @param clear the value of field 'clear'.
*/
public void setClear(java.lang.Boolean clear)
{
this._clear = clear;
} //-- void setClear(java.lang.Boolean)
/**
* Sets the value of field 'control'. The field 'control' has
* the following description: The type of filed control
*
* @param control the value of field 'control'.
*/
public void setControl(com.queplix.core.jxb.entity.types.ControlSType control)
{
this._control = control;
} //-- void setControl(com.queplix.core.jxb.entity.types.ControlSType)
/**
* Sets the value of field 'dataschema'. The field 'dataschema'
* has the following description: The reference to dataschema
* description
*
* @param dataschema the value of field 'dataschema'.
*/
public void setDataschema(com.queplix.core.jxb.entity.Dataschema dataschema)
{
this._dataschema = dataschema;
} //-- void setDataschema(com.queplix.core.jxb.entity.Dataschema)
/**
* Sets 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.
*
*
* @param dynamic the value of field 'dynamic'.
*/
public void setDynamic(java.lang.Boolean dynamic)
{
this._dynamic = dynamic;
} //-- void setDynamic(java.lang.Boolean)
/**
* Sets the value of field 'entity'. The field 'entity' has the
* following description: Name of the external entity
*
* @param entity the value of field 'entity'.
*/
public void setEntity(java.lang.String entity)
{
this._entity = entity;
} //-- void setForm(java.lang.String)
/**
* Sets the value of field 'entityName'.
*
* @param entityName the value of field 'entityName'.
*/
public void setEntityName(java.lang.String entityName)
{
this._entityName = entityName;
} //-- void setEntityName(java.lang.String)
/**
* Sets the value of field 'eql'.
*
* @param eql the value of field 'eql'.
*/
public void setEql(java.lang.String eql)
{
this._eql = eql;
} //-- void setEql(java.lang.String)
/**
* Sets the value of field 'id'.
*
* @param id the value of field 'id'.
*/
public void setId(java.lang.String id)
{
this._id = id;
} //-- void setId(java.lang.String)
/**
* Sets the value of field 'includeToReport'. The field
* 'includeToReport' has the following description: This
* attribute shows that this dataset be included to report
*
* @param includeToReport the value of field 'includeToReport'.
*/
public void setIncludeToReport(java.lang.Boolean includeToReport)
{
this._includeToReport = includeToReport;
} //-- void setIncludeToReport(java.lang.Boolean)
/**
* Sets the value of field 'linkedEntity'.
*
* @param linkedEntity the value of field 'linkedEntity'.
*/
public void setLinkedEntity(java.lang.String linkedEntity)
{
this._linkedEntity = linkedEntity;
} //-- void setLinkedEntity(java.lang.String)
/**
* Sets the value of field 'name'. The field 'name' has the
* following description: The name of field
*
* @param name the value of field 'name'.
*/
public void setName(java.lang.String name)
{
this._name = name;
} //-- void setName(java.lang.String)
/**
* Sets the value of field 'readonly'. The field 'readonly' has
* the following description: Can you change the field
*
* @param readonly the value of field 'readonly'.
*/
public void setReadonly(java.lang.Boolean readonly)
{
this._readonly = readonly;
} //-- void setReadonly(java.lang.Boolean)
/**
* Sets the value of field 'refname'. The field 'refname' has
* the following description: Name of the dataschema
*
* @param refname the value of field 'refname'.
*/
public void setRefname(java.lang.String refname)
{
this._refname = refname;
} //-- void setRefname(java.lang.String)
/**
* Sets the value of field 'required'. The field 'required' has
* the following description: Required dataset or not
*
* @param required the value of field 'required'.
*/
public void setRequired(java.lang.Boolean required)
{
this._required = required;
} //-- void setRequired(java.lang.Boolean)
/**
* Sets the value of field 'searchable'. The field 'searchable'
* has the following description: Can you search by values of
* the dataset
*
* @param searchable the value of field 'searchable'.
*/
public void setSearchable(java.lang.Boolean searchable)
{
this._searchable = searchable;
} //-- void setSearchable(java.lang.Boolean)
/**
* Sets the value of field 'sendonrequest'. The field
* 'sendonrequest' has the following description: Return values
* on request or not
*
* @param sendonrequest the value of field 'sendonrequest'.
*/
public void setSendonrequest(java.lang.Boolean sendonrequest)
{
this._sendonrequest = sendonrequest;
} //-- void setSendonrequest(java.lang.Boolean)
/**
* Method unmarshal
*
*
*
* @param reader
* @return Object
*/
public static java.lang.Object unmarshal(java.io.Reader reader)
throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
{
return (com.queplix.core.jxb.entity.DatasetType) Unmarshaller.unmarshal(com.queplix.core.jxb.entity.DatasetType.class, reader);
} //-- java.lang.Object unmarshal(java.io.Reader)
/**
* Method validate
*
*/
public void validate()
throws org.exolab.castor.xml.ValidationException
{
org.exolab.castor.xml.Validator validator = new org.exolab.castor.xml.Validator();
validator.validate(this);
} //-- void validate()
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -