net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl
Class ActionImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ActionImpl
All Implemented Interfaces:
Serializable, Cloneable, Action

public class ActionImpl
extends Object
implements Serializable, Cloneable, Action

See Also:
Serialized Form

Field Summary
protected  List<Serializable> content
           
protected  String date
           
protected  String dev
           
protected  String dueTo
           
protected  String dueToEmail
           
protected  String issue
           
protected  String system
           
protected  String type
           
 
Constructor Summary
ActionImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ActionImpl instance.
ActionImpl(ActionImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.changes100.impl.ActionImpl instance by copying a given instance.
 
Method Summary
 ActionImpl clone()
          Creates and returns a copy of this object.
static void copyContent(List<Serializable> source, List<Serializable> target)
          Copies all values of property Content.
 List<Serializable> getContent()
          A single action done on the project, during this release.
 String getDate()
          Gets the value of the date property.
 String getDev()
          Gets the value of the dev property.
 String getDueTo()
          Gets the value of the dueTo property.
 String getDueToEmail()
          Gets the value of the dueToEmail property.
 String getIssue()
          Gets the value of the issue property.
 String getSystem()
          Gets the value of the system property.
 String getType()
          Gets the value of the type property.
 void setDate(String value)
          Sets the value of the date property.
 void setDev(String value)
          Sets the value of the dev property.
 void setDueTo(String value)
          Sets the value of the dueTo property.
 void setDueToEmail(String value)
          Sets the value of the dueToEmail property.
 void setIssue(String value)
          Sets the value of the issue property.
 void setSystem(String value)
          Sets the value of the system property.
 void setType(String value)
          Sets the value of the type property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

protected List<Serializable> content

dev

protected String dev

dueTo

protected String dueTo

dueToEmail

protected String dueToEmail

issue

protected String issue

type

protected String type

system

protected String system

date

protected String date
Constructor Detail

ActionImpl

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


ActionImpl

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

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

getContent

public List<Serializable> getContent()
Description copied from interface: Action
A single action done on the project, during this release. Gets the value of the content 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 content property.

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

    getContent().add(newItem);
 

Objects of the following type(s) are allowed in the list JAXBElement<DueTo> JAXBElement<FixedIssue> String

Specified by:
getContent in interface Action

getDev

public String getDev()
Description copied from interface: Action
Gets the value of the dev property.

Specified by:
getDev in interface Action
Returns:
possible object is String

setDev

public void setDev(String value)
Description copied from interface: Action
Sets the value of the dev property.

Specified by:
setDev in interface Action
Parameters:
value - allowed object is String

getDueTo

public String getDueTo()
Description copied from interface: Action
Gets the value of the dueTo property.

Specified by:
getDueTo in interface Action
Returns:
possible object is String

setDueTo

public void setDueTo(String value)
Description copied from interface: Action
Sets the value of the dueTo property.

Specified by:
setDueTo in interface Action
Parameters:
value - allowed object is String

getDueToEmail

public String getDueToEmail()
Description copied from interface: Action
Gets the value of the dueToEmail property.

Specified by:
getDueToEmail in interface Action
Returns:
possible object is String

setDueToEmail

public void setDueToEmail(String value)
Description copied from interface: Action
Sets the value of the dueToEmail property.

Specified by:
setDueToEmail in interface Action
Parameters:
value - allowed object is String

getIssue

public String getIssue()
Description copied from interface: Action
Gets the value of the issue property.

Specified by:
getIssue in interface Action
Returns:
possible object is String

setIssue

public void setIssue(String value)
Description copied from interface: Action
Sets the value of the issue property.

Specified by:
setIssue in interface Action
Parameters:
value - allowed object is String

getType

public String getType()
Description copied from interface: Action
Gets the value of the type property.

Specified by:
getType in interface Action
Returns:
possible object is String

setType

public void setType(String value)
Description copied from interface: Action
Sets the value of the type property.

Specified by:
setType in interface Action
Parameters:
value - allowed object is String

getSystem

public String getSystem()
Description copied from interface: Action
Gets the value of the system property.

Specified by:
getSystem in interface Action
Returns:
possible object is String

setSystem

public void setSystem(String value)
Description copied from interface: Action
Sets the value of the system property.

Specified by:
setSystem in interface Action
Parameters:
value - allowed object is String

getDate

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

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

setDate

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

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

copyContent

public static void copyContent(List<Serializable> source,
                               List<Serializable> target)
Copies all values of property Content.

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

clone

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