net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200
Class EventDefinitionReferenceType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionReferenceType
All Implemented Interfaces:
Serializable, Cloneable

public class EventDefinitionReferenceType
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String name
           
protected  QName qname
           
 
Constructor Summary
EventDefinitionReferenceType()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionReferenceType instance.
EventDefinitionReferenceType(EventDefinitionReferenceType o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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

qname

protected QName qname

name

protected String name

id

protected String id
Constructor Detail

EventDefinitionReferenceType

public EventDefinitionReferenceType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionReferenceType instance.


EventDefinitionReferenceType

public EventDefinitionReferenceType(EventDefinitionReferenceType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.portlet.app200.EventDefinitionReferenceType instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getQname

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

Returns:
possible object is QName

setQname

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

Parameters:
value - allowed object is QName

getName

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

Returns:
possible object is String

setName

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

Parameters:
value - allowed object is String

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String

clone

public EventDefinitionReferenceType clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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