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

📄 chainrefdescriptor.java

📁 CRM源码This file describes some issues that should be implemented in future and how it should be imple
💻 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.mapping.AccessMode;import org.exolab.castor.xml.TypeValidator;import org.exolab.castor.xml.XMLFieldDescriptor;import org.exolab.castor.xml.validators.*;/** * Class ChainrefDescriptor. *  * @version $Revision$ $Date$ */public class ChainrefDescriptor extends ChainRefTypeDescriptor {      //--------------------------/     //- Class/Member Variables -/    //--------------------------/    /**     * Field nsPrefix     */    private java.lang.String nsPrefix;    /**     * Field nsURI     */    private java.lang.String nsURI;    /**     * Field xmlName     */    private java.lang.String xmlName;    /**     * Field identity     */    private org.exolab.castor.xml.XMLFieldDescriptor identity;      //----------------/     //- Constructors -/    //----------------/    public ChainrefDescriptor()      {        super();        setExtendsWithoutFlatten(new ChainRefTypeDescriptor());        xmlName = "chainref";    } //-- com.queplix.core.jxb.entity.ChainrefDescriptor()      //-----------/     //- Methods -/    //-----------/    /**     * Method getAccessMode     *      *      *      * @return AccessMode     */    public org.exolab.castor.mapping.AccessMode getAccessMode()    {        return null;    } //-- org.exolab.castor.mapping.AccessMode getAccessMode()     /**     * Method getExtends     *      *      *      * @return ClassDescriptor     */    public org.exolab.castor.mapping.ClassDescriptor getExtends()    {        return super.getExtends();    } //-- org.exolab.castor.mapping.ClassDescriptor getExtends()     /**     * Method getIdentity     *      *      *      * @return FieldDescriptor     */    public org.exolab.castor.mapping.FieldDescriptor getIdentity()    {        if (identity == null)            return super.getIdentity();        return identity;    } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity()     /**     * Method getJavaClass     *      *      *      * @return Class     */    public java.lang.Class getJavaClass()    {        return com.queplix.core.jxb.entity.Chainref.class;    } //-- java.lang.Class getJavaClass()     /**     * Method getNameSpacePrefix     *      *      *      * @return String     */    public java.lang.String getNameSpacePrefix()    {        return nsPrefix;    } //-- java.lang.String getNameSpacePrefix()     /**     * Method getNameSpaceURI     *      *      *      * @return String     */    public java.lang.String getNameSpaceURI()    {        return nsURI;    } //-- java.lang.String getNameSpaceURI()     /**     * Method getValidator     *      *      *      * @return TypeValidator     */    public org.exolab.castor.xml.TypeValidator getValidator()    {        return this;    } //-- org.exolab.castor.xml.TypeValidator getValidator()     /**     * Method getXMLName     *      *      *      * @return String     */    public java.lang.String getXMLName()    {        return xmlName;    } //-- java.lang.String getXMLName() }

⌨️ 快捷键说明

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