net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.changes100.impl
Class ReleaseImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.changes100.impl.ReleaseImpl
All Implemented Interfaces:
Serializable, Cloneable, Release

public class ReleaseImpl
extends Object
implements Serializable, Cloneable, Release

See Also:
Serialized Form

Field Summary
protected  List<Action> action
           
protected  String date
           
protected  String description
           
protected  String version
           
 
Constructor Summary
ReleaseImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance.
ReleaseImpl(ReleaseImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance by copying a given instance.
 
Method Summary
 ReleaseImpl clone()
          Creates and returns a copy of this object.
protected static void copyAction(List<Action> source, List<Action> target)
          Copies all values of property Action.
 List<Action> getAction()
          Gets the value of the action property.
 String getDate()
          Gets the value of the date property.
 String getDescription()
          Gets the value of the description property.
 String getVersion()
          Gets the value of the version property.
 void setDate(String value)
          Sets the value of the date property.
 void setDescription(String value)
          Sets the value of the description property.
 void setVersion(String value)
          Sets the value of the version property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

action

protected List<Action> action

version

protected String version

date

protected String date

description

protected String description
Constructor Detail

ReleaseImpl

public ReleaseImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance.


ReleaseImpl

public ReleaseImpl(ReleaseImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.changes100.impl.ReleaseImpl instance by copying a given instance.

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

getAction

public List<Action> getAction()
Description copied from interface: Release
Gets the value of the action 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 action property.

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

    getAction().add(newItem);
 

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

Specified by:
getAction in interface Release

getVersion

public String getVersion()
Description copied from interface: Release
Gets the value of the version property.

Specified by:
getVersion in interface Release
Returns:
possible object is String

setVersion

public void setVersion(String value)
Description copied from interface: Release
Sets the value of the version property.

Specified by:
setVersion in interface Release
Parameters:
value - allowed object is String

getDate

public String getDate()
Description copied from interface: Release
Gets the value of the date property.

Specified by:
getDate in interface Release
Returns:
possible object is String

setDate

public void setDate(String value)
Description copied from interface: Release
Sets the value of the date property.

Specified by:
setDate in interface Release
Parameters:
value - allowed object is String

getDescription

public String getDescription()
Description copied from interface: Release
Gets the value of the description property.

Specified by:
getDescription in interface Release
Returns:
possible object is String

setDescription

public void setDescription(String value)
Description copied from interface: Release
Sets the value of the description property.

Specified by:
setDescription in interface Release
Parameters:
value - allowed object is String

copyAction

protected static void copyAction(List<Action> source,
                                 List<Action> target)
Copies all values of property Action.

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

clone

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