📄 portletinfotypedescriptor.java
字号:
/* * This class was automatically generated with * <a href="http://www.castor.org">Castor 0.9.5.2</a>, using an XML * Schema. * $Id: PortletInfoTypeDescriptor.java 4496 2006-02-08 20:27:04Z wehrens $ */package org.gridsphere.portletcontainer.impl.descriptor;//---------------------------------///- Imported classes and packages -///---------------------------------/import org.exolab.castor.xml.validators.StringValidator;/** * Class PortletInfoTypeDescriptor. * * @version $Revision: 3298 $ $Date: 2004-06-29 07:19:44 -0700 (Tue, 29 Jun 2004) $ */public class PortletInfoTypeDescriptor extends org.exolab.castor.xml.util.XMLClassDescriptorImpl { //--------------------------/ //- 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 PortletInfoTypeDescriptor() { super(); nsURI = "http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"; xmlName = "portlet-infoType"; //-- set grouping compositor setCompositorAsSequence(); org.exolab.castor.xml.util.XMLFieldDescriptorImpl desc = null; org.exolab.castor.xml.XMLFieldHandler handler = null; org.exolab.castor.xml.FieldValidator fieldValidator = null; //-- initialize attribute descriptors //-- _id desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(java.lang.String.class, "_id", "id", org.exolab.castor.xml.NodeType.Attribute); desc.setImmutable(true); handler = (new org.exolab.castor.xml.XMLFieldHandler() { public java.lang.Object getValue(java.lang.Object object) throws IllegalStateException { PortletInfoType target = (PortletInfoType) object; return target.getId(); } public void setValue(java.lang.Object object, java.lang.Object value) throws IllegalStateException, IllegalArgumentException { try { PortletInfoType target = (PortletInfoType) object; target.setId((java.lang.String) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString()); } } public java.lang.Object newInstance(java.lang.Object parent) { return null; } }); desc.setHandler(handler); addFieldDescriptor(desc); //-- validation code for: _id fieldValidator = new org.exolab.castor.xml.FieldValidator(); { //-- local scope StringValidator typeValidator = new StringValidator(); typeValidator.setWhiteSpace("preserve"); fieldValidator.setValidator(typeValidator); } desc.setValidator(fieldValidator); //-- initialize element descriptors //-- _title desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.gridsphere.portletcontainer.impl.descriptor.Title.class, "_title", "title", org.exolab.castor.xml.NodeType.Element); handler = (new org.exolab.castor.xml.XMLFieldHandler() { public java.lang.Object getValue(java.lang.Object object) throws IllegalStateException { PortletInfoType target = (PortletInfoType) object; return target.getTitle(); } public void setValue(java.lang.Object object, java.lang.Object value) throws IllegalStateException, IllegalArgumentException { try { PortletInfoType target = (PortletInfoType) object; target.setTitle((org.gridsphere.portletcontainer.impl.descriptor.Title) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString()); } } public java.lang.Object newInstance(java.lang.Object parent) { return new org.gridsphere.portletcontainer.impl.descriptor.Title(); } }); desc.setHandler(handler); desc.setNameSpaceURI("http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"); desc.setRequired(true); desc.setMultivalued(false); addFieldDescriptor(desc); //-- validation code for: _title fieldValidator = new org.exolab.castor.xml.FieldValidator(); fieldValidator.setMinOccurs(1); { //-- local scope } desc.setValidator(fieldValidator); //-- _shortTitle desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.gridsphere.portletcontainer.impl.descriptor.ShortTitle.class, "_shortTitle", "short-title", org.exolab.castor.xml.NodeType.Element); handler = (new org.exolab.castor.xml.XMLFieldHandler() { public java.lang.Object getValue(java.lang.Object object) throws IllegalStateException { PortletInfoType target = (PortletInfoType) object; return target.getShortTitle(); } public void setValue(java.lang.Object object, java.lang.Object value) throws IllegalStateException, IllegalArgumentException { try { PortletInfoType target = (PortletInfoType) object; target.setShortTitle((org.gridsphere.portletcontainer.impl.descriptor.ShortTitle) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString()); } } public java.lang.Object newInstance(java.lang.Object parent) { return new org.gridsphere.portletcontainer.impl.descriptor.ShortTitle(); } }); desc.setHandler(handler); desc.setNameSpaceURI("http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"); desc.setMultivalued(false); addFieldDescriptor(desc); //-- validation code for: _shortTitle fieldValidator = new org.exolab.castor.xml.FieldValidator(); { //-- local scope } desc.setValidator(fieldValidator); //-- _keywords desc = new org.exolab.castor.xml.util.XMLFieldDescriptorImpl(org.gridsphere.portletcontainer.impl.descriptor.Keywords.class, "_keywords", "keywords", org.exolab.castor.xml.NodeType.Element); handler = (new org.exolab.castor.xml.XMLFieldHandler() { public java.lang.Object getValue(java.lang.Object object) throws IllegalStateException { PortletInfoType target = (PortletInfoType) object; return target.getKeywords(); } public void setValue(java.lang.Object object, java.lang.Object value) throws IllegalStateException, IllegalArgumentException { try { PortletInfoType target = (PortletInfoType) object; target.setKeywords((org.gridsphere.portletcontainer.impl.descriptor.Keywords) value); } catch (java.lang.Exception ex) { throw new IllegalStateException(ex.toString()); } } public java.lang.Object newInstance(java.lang.Object parent) { return new org.gridsphere.portletcontainer.impl.descriptor.Keywords(); } }); desc.setHandler(handler); desc.setNameSpaceURI("http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd"); desc.setMultivalued(false); addFieldDescriptor(desc); //-- validation code for: _keywords fieldValidator = new org.exolab.castor.xml.FieldValidator(); { //-- local scope } desc.setValidator(fieldValidator); } //-- org.gridsphere.portletcontainer.jsr.descriptor.PortletInfoTypeDescriptor() //-----------/ //- Methods -/ //-----------/ /** * Method getAccessMode */ public org.exolab.castor.mapping.AccessMode getAccessMode() { return null; } //-- org.exolab.castor.mapping.AccessMode getAccessMode() /** * Method getExtends */ public org.exolab.castor.mapping.ClassDescriptor getExtends() { return null; } //-- org.exolab.castor.mapping.ClassDescriptor getExtends() /** * Method getIdentity */ public org.exolab.castor.mapping.FieldDescriptor getIdentity() { return identity; } //-- org.exolab.castor.mapping.FieldDescriptor getIdentity() /** * Method getJavaClass */ public java.lang.Class getJavaClass() { return org.gridsphere.portletcontainer.impl.descriptor.PortletInfoType.class; } //-- java.lang.Class getJavaClass() /** * Method getNameSpacePrefix */ public java.lang.String getNameSpacePrefix() { return nsPrefix; } //-- java.lang.String getNameSpacePrefix() /** * Method getNameSpaceURI */ public java.lang.String getNameSpaceURI() { return nsURI; } //-- java.lang.String getNameSpaceURI() /** * Method getValidator */ public org.exolab.castor.xml.TypeValidator getValidator() { return this; } //-- org.exolab.castor.xml.TypeValidator getValidator() /** * Method getXMLName */ public java.lang.String getXMLName() { return xmlName; } //-- java.lang.String getXMLName()}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -