net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl
Class EventDefinitionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.EventDefinitionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, EventDefinitionType

public class EventDefinitionTypeImpl
extends Object
implements Serializable, Cloneable, EventDefinitionType

See Also:
Serialized Form

Field Summary
protected  List<QName> alias
           
protected  List<DescriptionType> description
           
protected  String id
           
protected  String name
           
protected  QName qname
           
protected  String valueType
           
 
Constructor Summary
EventDefinitionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.EventDefinitionTypeImpl instance.
EventDefinitionTypeImpl(EventDefinitionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.portlet.app200.impl.EventDefinitionTypeImpl instance by copying a given instance.
 
Method Summary
 EventDefinitionTypeImpl clone()
          Creates and returns a copy of this object.
static void copyAlias(List<QName> source, List<QName> target)
          Copies all values of property Alias.
static void copyDescription(List<DescriptionType> source, List<DescriptionType> target)
          Copies all values of property Description.
 List<QName> getAlias()
          Gets the value of the alias property.
 List<DescriptionType> getDescription()
          Gets the value of the description property.
 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.
 String getValueType()
          Gets the value of the valueType 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.
 void setValueType(String value)
          Sets the value of the valueType property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<DescriptionType> description

qname

protected QName qname

name

protected String name

alias

protected List<QName> alias

valueType

protected String valueType

id

protected String id
Constructor Detail

EventDefinitionTypeImpl

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


EventDefinitionTypeImpl

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

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

getDescription

public List<DescriptionType> getDescription()
Description copied from interface: EventDefinitionType
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list DescriptionType

Specified by:
getDescription in interface EventDefinitionType

getQname

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

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

setQname

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

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

getName

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

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

setName

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

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

getAlias

public List<QName> getAlias()
Description copied from interface: EventDefinitionType
Gets the value of the alias property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the alias property.

For example, to add a new item, do as follows:

    getAlias().add(newItem);
 

Objects of the following type(s) are allowed in the list QName

Specified by:
getAlias in interface EventDefinitionType

getValueType

public String getValueType()
Description copied from interface: EventDefinitionType
Gets the value of the valueType property.

Specified by:
getValueType in interface EventDefinitionType
Returns:
possible object is String

setValueType

public void setValueType(String value)
Description copied from interface: EventDefinitionType
Sets the value of the valueType property.

Specified by:
setValueType in interface EventDefinitionType
Parameters:
value - allowed object is String

getId

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

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

setId

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

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

copyDescription

public static void copyDescription(List<DescriptionType> source,
                                   List<DescriptionType> target)
Copies all values of property Description.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

copyAlias

public static void copyAlias(List<QName> source,
                             List<QName> target)
Copies all values of property Alias.

Parameters:
target - The target to copy source to.
source - The source to copy from.
Throws:
NullPointerException - if source or target is null.

clone

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