|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.EventDefinitionReferenceType
public class EventDefinitionReferenceType
The event-definition-referenceType is used to reference events declared with the event-definition element at application level. Used in: portlet
Java class for event-definition-referenceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="event-definition-referenceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="qname" type="{http://www.w3.org/2001/XMLSchema}QName"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}NCName"/>
</choice>
<attribute name="id" type="{http://java.sun.com/xml/ns/portlet/portlet-app_2_0.xsd}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected String |
name
|
protected QName |
qname
|
| Constructor Summary | |
|---|---|
EventDefinitionReferenceType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.EventDefinitionReferenceType instance. |
|
EventDefinitionReferenceType(EventDefinitionReferenceType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.EventDefinitionReferenceType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
EventDefinitionReferenceType |
clone()
Creates and returns a copy of this object. |
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QName qname
protected String name
protected String id
| Constructor Detail |
|---|
public EventDefinitionReferenceType()
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.EventDefinitionReferenceType instance.
public EventDefinitionReferenceType(EventDefinitionReferenceType o)
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.portlet.app200.EventDefinitionReferenceType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public QName getQname()
QNamepublic void setQname(QName value)
value - allowed object is
QNamepublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic EventDefinitionReferenceType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||