public class EventDefinitionReferenceType
extends java.lang.Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.lang.String |
name |
protected javax.xml.namespace.QName |
qname |
| Constructor and Description |
|---|
EventDefinitionReferenceType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getName()
Gets the value of the name property.
|
javax.xml.namespace.QName |
getQname()
Gets the value of the qname property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setName(java.lang.String value)
Sets the value of the name property.
|
void |
setQname(javax.xml.namespace.QName value)
Sets the value of the qname property.
|
protected javax.xml.namespace.QName qname
protected java.lang.String name
protected java.lang.String id
public javax.xml.namespace.QName getQname()
QNamepublic void setQname(javax.xml.namespace.QName value)
value - allowed object is
QNamepublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
String