net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.changes100
Class Action

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.changes100.Action
All Implemented Interfaces:
Serializable, Cloneable

public class Action
extends Object
implements Serializable, Cloneable

A single action done on the project, during this release.

Java class for Action complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Action">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fixes" type="{http://maven.apache.org/changes/1.0.0}FixedIssue" maxOccurs="unbounded" minOccurs="0"/>
         <element name="dueto" type="{http://maven.apache.org/changes/1.0.0}DueTo" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="dev" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="due-to" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="due-to-email" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="issue" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="system" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  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
Action()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.changes100.Action instance.
Action(Action o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.changes100.Action instance by copying a given instance.
 
Method Summary
 Action clone()
          Creates and returns a copy of this object.
 Serializable[] getContent()
          A single action done on the project, during this release.
 Serializable getContent(int idx)
          A single action done on the project, during this release.
 int getContentLength()
           
 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.
 Serializable setContent(int idx, Serializable value)
          A single action done on the project, during this release.
 void setContent(Serializable[] values)
          A single action done on the project, during this release.
 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 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

Action

public Action()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.changes100.Action instance.


Action

public Action(Action o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.changes100.Action instance by copying a given instance.

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

getContent

public Serializable[] getContent()
A single action done on the project, during this release.

Returns:
array of JAXBElement<DueTo> JAXBElement<FixedIssue> String

getContent

public Serializable getContent(int idx)
A single action done on the project, during this release.

Returns:
one of JAXBElement<DueTo> JAXBElement<FixedIssue> String

getContentLength

public int getContentLength()

setContent

public void setContent(Serializable[] values)
A single action done on the project, during this release.

Parameters:
values - allowed objects are JAXBElement<DueTo> JAXBElement<FixedIssue> String

setContent

public Serializable setContent(int idx,
                               Serializable value)
A single action done on the project, during this release.

Parameters:
value - allowed object is JAXBElement<DueTo> JAXBElement<FixedIssue> String

getDev

public String getDev()
Gets the value of the dev property.

Returns:
possible object is String

setDev

public void setDev(String value)
Sets the value of the dev property.

Parameters:
value - allowed object is String

getDueTo

public String getDueTo()
Gets the value of the dueTo property.

Returns:
possible object is String

setDueTo

public void setDueTo(String value)
Sets the value of the dueTo property.

Parameters:
value - allowed object is String

getDueToEmail

public String getDueToEmail()
Gets the value of the dueToEmail property.

Returns:
possible object is String

setDueToEmail

public void setDueToEmail(String value)
Sets the value of the dueToEmail property.

Parameters:
value - allowed object is String

getIssue

public String getIssue()
Gets the value of the issue property.

Returns:
possible object is String

setIssue

public void setIssue(String value)
Sets the value of the issue property.

Parameters:
value - allowed object is String

getType

public String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getSystem

public String getSystem()
Gets the value of the system property.

Returns:
possible object is String

setSystem

public void setSystem(String value)
Sets the value of the system property.

Parameters:
value - allowed object is String

getDate

public String getDate()
Gets the value of the date property.

Returns:
possible object is String

setDate

public void setDate(String value)
Sets the value of the date property.

Parameters:
value - allowed object is String

clone

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