org.apache.pluto.descriptors.portlet
Class EventDefinitionDD

java.lang.Object
  extended by org.apache.pluto.descriptors.portlet.EventDefinitionDD

public class EventDefinitionDD
extends java.lang.Object

Initialization Event Definitions

Author:
Christian Raschka The event-definitionType is used to declare events the portlet can either receive or emit. The name must be unique and must be the one the portlet is using in its code for referencing this event. Used in: portlet-app

Java class for event-definitionType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="event-definitionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}descriptionType" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}QName"/>
         <element name="alias" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
         <element name="java-class" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}fully-qualified-classType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

Constructor Summary
EventDefinitionDD()
           
 
Method Summary
 java.util.List<javax.xml.namespace.QName> getAlias()
           
 java.lang.String getDescription()
           
 java.lang.String getID()
           
 java.lang.String getJavaClass()
           
 javax.xml.namespace.QName getName()
           
 java.lang.String getXmlType()
           
 void setAlias(java.util.List<javax.xml.namespace.QName> alias)
           
 void setDescription(java.lang.String description)
           
 void setID(java.lang.String id)
           
 void setJavaClass(java.lang.String javaType)
           
 void setName(javax.xml.namespace.QName qname)
           
 void setXmlType(java.lang.String xmlType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventDefinitionDD

public EventDefinitionDD()
Method Detail

getAlias

public java.util.List<javax.xml.namespace.QName> getAlias()
Returns:
Returns the alias.

setAlias

public void setAlias(java.util.List<javax.xml.namespace.QName> alias)
Parameters:
alias - The alias to set.

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)
Parameters:
description - The description to set.

getID

public java.lang.String getID()
Returns:
Returns the iD.

setID

public void setID(java.lang.String id)
Parameters:
id - The iD to set.

getJavaClass

public java.lang.String getJavaClass()
Returns:
Returns the javaType.

setJavaClass

public void setJavaClass(java.lang.String javaType)
Parameters:
javaType - The javaType to set.

getName

public javax.xml.namespace.QName getName()
Returns:
Returns the name.

setName

public void setName(javax.xml.namespace.QName qname)
Parameters:
name - The name to set.

getXmlType

public java.lang.String getXmlType()
Returns:
Returns the xmlType.

setXmlType

public void setXmlType(java.lang.String xmlType)
Parameters:
xmlType - The xmlType to set.


Copyright © 2003-2010 Apache Software Foundation. All Rights Reserved.