|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionType
public class EventDefinitionType
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"/>
<choice>
<element name="qname" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
</choice>
<element name="alias" type="{http://www.w3.org/2001/XMLSchema}QName" maxOccurs="unbounded" minOccurs="0"/>
<element name="value-type" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}fully-qualified-classType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QName[] |
alias
|
protected DescriptionType[] |
description
|
protected String |
id
|
protected String |
name
|
protected QName |
qname
|
protected String |
valueType
|
| Constructor Summary | |
|---|---|
EventDefinitionType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionType instance. |
|
EventDefinitionType(EventDefinitionType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EventDefinitionType |
clone()
Creates and returns a copy of this object. |
QName[] |
getAlias()
|
QName |
getAlias(int idx)
|
int |
getAliasLength()
|
DescriptionType[] |
getDescription()
|
DescriptionType |
getDescription(int idx)
|
int |
getDescriptionLength()
|
String |
getId()
Gets the value of the id property. |
String |
getName()
Gets the value of the name property. |
QName |
getQname()
Gets the value of the qname property. |
String |
getValueType()
Gets the value of the valueType property. |
QName |
setAlias(int idx,
QName value)
|
void |
setAlias(QName[] values)
|
void |
setDescription(DescriptionType[] values)
|
DescriptionType |
setDescription(int idx,
DescriptionType value)
|
void |
setId(String value)
Sets the value of the id property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setQname(QName value)
Sets the value of the qname property. |
void |
setValueType(String value)
Sets the value of the valueType property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DescriptionType[] description
protected QName qname
protected String name
protected QName[] alias
protected String valueType
protected String id
| Constructor Detail |
|---|
public EventDefinitionType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionType instance.
public EventDefinitionType(EventDefinitionType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public DescriptionType[] getDescription()
DescriptionTypepublic DescriptionType getDescription(int idx)
DescriptionTypepublic int getDescriptionLength()
public void setDescription(DescriptionType[] values)
values - allowed objects are
DescriptionType
public DescriptionType setDescription(int idx,
DescriptionType value)
value - allowed object is
DescriptionTypepublic QName getQname()
QNamepublic void setQname(QName value)
value - allowed object is
QNamepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic QName[] getAlias()
QNamepublic QName getAlias(int idx)
QNamepublic int getAliasLength()
public void setAlias(QName[] values)
values - allowed objects are
QName
public QName setAlias(int idx,
QName value)
value - allowed object is
QNamepublic String getValueType()
Stringpublic void setValueType(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic EventDefinitionType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||