net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.portlet.app200
Interface EventDefinitionReferenceType

All Known Implementing Classes:
EventDefinitionReferenceTypeImpl

public interface 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>
 


Method Summary
 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.
 

Method Detail

getQname

QName getQname()
Gets the value of the qname property.

Returns:
possible object is QName

setQname

void setQname(QName value)
Sets the value of the qname property.

Parameters:
value - allowed object is QName

getName

String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.