📄 sreqfield.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.modules.eqlext.jxb.sr; //---------------------------------/ //- Imported classes and packages -///---------------------------------/import java.io.IOException;import java.io.Reader;import java.io.Serializable;import java.io.Writer;import org.exolab.castor.xml.MarshalException;import org.exolab.castor.xml.Marshaller;import org.exolab.castor.xml.Unmarshaller;import org.exolab.castor.xml.ValidationException;import org.xml.sax.ContentHandler;/** * Class SreqField. * * @version $Revision$ $Date$ */public class SreqField extends com.queplix.core.utils.jxb.JXBObject implements java.io.Serializable{ //--------------------------/ //- Class/Member Variables -/ //--------------------------/ /** * Field _name */ private java.lang.String _name; /** * Field _hasChanged */ private java.lang.Boolean _hasChanged = new java.lang.Boolean("false"); /** * Do we need receive default value before processing */ private java.lang.Boolean _requiredNew = new java.lang.Boolean("false"); /** * Field _sreqFieldValue */ private java.lang.String _sreqFieldValue; /** * Field _sreqFieldOldValue */ private java.lang.String _sreqFieldOldValue; /** * Field _sreqFieldText */ private java.lang.String _sreqFieldText; /** * Field _sreqFieldOldText */ private java.lang.String _sreqFieldOldText; //----------------/ //- Constructors -/ //----------------/ public SreqField() { super(); } //-- com.queplix.core.modules.eqlext.jxb.sr.SreqField() //-----------/ //- Methods -/ //-----------/ /** * Returns the value of field 'hasChanged'. * * @return Boolean * @return the value of field 'hasChanged'. */ public java.lang.Boolean getHasChanged() { return this._hasChanged; } //-- java.lang.Boolean getHasChanged() /** * Returns the value of field 'name'. * * @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 'requiredNew'. The field * 'requiredNew' has the following description: Do we need * receive default value before processing * * @return Boolean * @return the value of field 'requiredNew'. */ public java.lang.Boolean getRequiredNew() { return this._requiredNew; } //-- java.lang.Boolean getRequiredNew() /** * Returns the value of field 'sreqFieldOldText'. * * @return String * @return the value of field 'sreqFieldOldText'. */ public java.lang.String getSreqFieldOldText() { return this._sreqFieldOldText; } //-- java.lang.String getSreqFieldOldText() /** * Returns the value of field 'sreqFieldOldValue'. * * @return String * @return the value of field 'sreqFieldOldValue'. */ public java.lang.String getSreqFieldOldValue() { return this._sreqFieldOldValue; } //-- java.lang.String getSreqFieldOldValue() /** * Returns the value of field 'sreqFieldText'. * * @return String * @return the value of field 'sreqFieldText'. */ public java.lang.String getSreqFieldText() { return this._sreqFieldText; } //-- java.lang.String getSreqFieldText() /** * Returns the value of field 'sreqFieldValue'. * * @return String * @return the value of field 'sreqFieldValue'. */ public java.lang.String getSreqFieldValue() { return this._sreqFieldValue; } //-- java.lang.String getSreqFieldValue() /** * 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 'hasChanged'. * * @param hasChanged the value of field 'hasChanged'. */ public void setHasChanged(java.lang.Boolean hasChanged) { this._hasChanged = hasChanged; } //-- void setHasChanged(java.lang.Boolean) /** * Sets the value of field 'name'. * * @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 'requiredNew'. The field * 'requiredNew' has the following description: Do we need * receive default value before processing * * @param requiredNew the value of field 'requiredNew'. */ public void setRequiredNew(java.lang.Boolean requiredNew) { this._requiredNew = requiredNew; } //-- void setRequiredNew(java.lang.Boolean) /** * Sets the value of field 'sreqFieldOldText'. * * @param sreqFieldOldText the value of field 'sreqFieldOldText' */ public void setSreqFieldOldText(java.lang.String sreqFieldOldText) { this._sreqFieldOldText = sreqFieldOldText; } //-- void setSreqFieldOldText(java.lang.String) /** * Sets the value of field 'sreqFieldOldValue'. * * @param sreqFieldOldValue the value of field * 'sreqFieldOldValue'. */ public void setSreqFieldOldValue(java.lang.String sreqFieldOldValue) { this._sreqFieldOldValue = sreqFieldOldValue; } //-- void setSreqFieldOldValue(java.lang.String) /** * Sets the value of field 'sreqFieldText'. * * @param sreqFieldText the value of field 'sreqFieldText'. */ public void setSreqFieldText(java.lang.String sreqFieldText) { this._sreqFieldText = sreqFieldText; } //-- void setSreqFieldText(java.lang.String) /** * Sets the value of field 'sreqFieldValue'. * * @param sreqFieldValue the value of field 'sreqFieldValue'. */ public void setSreqFieldValue(java.lang.String sreqFieldValue) { this._sreqFieldValue = sreqFieldValue; } //-- void setSreqFieldValue(java.lang.String) /** * 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.modules.eqlext.jxb.sr.SreqField) Unmarshaller.unmarshal(com.queplix.core.modules.eqlext.jxb.sr.SreqField.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 + -