net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl
Class EventDefinitionReferenceTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.EventDefinitionReferenceTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, EventDefinitionReferenceType

public class EventDefinitionReferenceTypeImpl
extends Object
implements Serializable, Cloneable, EventDefinitionReferenceType

See Also:
Serialized Form

Field Summary
protected  String id
           
protected  String name
           
protected  QName qname
           
 
Constructor Summary
EventDefinitionReferenceTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.EventDefinitionReferenceTypeImpl instance.
EventDefinitionReferenceTypeImpl(EventDefinitionReferenceTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.EventDefinitionReferenceTypeImpl instance by copying a given instance.
 
Method Summary
 EventDefinitionReferenceTypeImpl 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

EventDefinitionReferenceTypeImpl

public EventDefinitionReferenceTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.EventDefinitionReferenceTypeImpl instance.


EventDefinitionReferenceTypeImpl

public EventDefinitionReferenceTypeImpl(EventDefinitionReferenceTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.portlet.app200.impl.EventDefinitionReferenceTypeImpl instance by copying a given instance.

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

getQname

public QName getQname()
Description copied from interface: EventDefinitionReferenceType
Gets the value of the qname property.

Specified by:
getQname in interface EventDefinitionReferenceType
Returns:
possible object is QName

setQname

public void setQname(QName value)
Description copied from interface: EventDefinitionReferenceType
Sets the value of the qname property.

Specified by:
setQname in interface EventDefinitionReferenceType
Parameters:
value - allowed object is QName

getName

public String getName()
Description copied from interface: EventDefinitionReferenceType
Gets the value of the name property.

Specified by:
getName in interface EventDefinitionReferenceType
Returns:
possible object is String

setName

public void setName(String value)
Description copied from interface: EventDefinitionReferenceType
Sets the value of the name property.

Specified by:
setName in interface EventDefinitionReferenceType
Parameters:
value - allowed object is String

getId

public String getId()
Description copied from interface: EventDefinitionReferenceType
Gets the value of the id property.

Specified by:
getId in interface EventDefinitionReferenceType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: EventDefinitionReferenceType
Sets the value of the id property.

Specified by:
setId in interface EventDefinitionReferenceType
Parameters:
value - allowed object is String

clone

public EventDefinitionReferenceTypeImpl 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.