org.apache.pluto.descriptors.portlet
Class EventDefinitionDD
java.lang.Object
org.apache.pluto.descriptors.portlet.EventDefinitionDD
public class EventDefinitionDD
- extends 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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventDefinitionDD
public EventDefinitionDD()
getAlias
public List<QName> getAlias()
- Returns:
- Returns the alias.
setAlias
public void setAlias(List<QName> alias)
- Parameters:
alias
- The alias to set.
getDescription
public String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(String description)
- Parameters:
description
- The description to set.
getID
public String getID()
- Returns:
- Returns the iD.
setID
public void setID(String id)
- Parameters:
id
- The iD to set.
getJavaClass
public String getJavaClass()
- Returns:
- Returns the javaType.
setJavaClass
public void setJavaClass(String javaType)
- Parameters:
javaType
- The javaType to set.
getName
public QName getName()
- Returns:
- Returns the name.
setName
public void setName(QName qname)
- Parameters:
name
- The name to set.
getXmlType
public String getXmlType()
- Returns:
- Returns the xmlType.
setXmlType
public void setXmlType(String xmlType)
- Parameters:
xmlType
- The xmlType to set.
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.