|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Release
public class Release
A single release of this project.
Java class for Release complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Release">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="action" type="{http://maven.apache.org/changes/1.0.0}Action" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Action[] |
action
|
protected String |
date
|
protected String |
description
|
protected String |
version
|
| Constructor Summary | |
|---|---|
Release()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Release instance. |
|
Release(Release o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Release instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Release |
clone()
Creates and returns a copy of this object. |
protected void |
copyAction(Action[] source)
Copies all values of property Action. |
Action[] |
getAction()
|
Action |
getAction(int idx)
|
int |
getActionLength()
|
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 |
setAction(Action[] values)
|
Action |
setAction(int idx,
Action value)
|
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 |
|---|
protected Action[] action
protected String version
protected String date
protected String description
| Constructor Detail |
|---|
public Release()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Release instance.
public Release(Release o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Release instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Action[] getAction()
Actionpublic Action getAction(int idx)
Actionpublic int getActionLength()
public void setAction(Action[] values)
values - allowed objects are
Action
public Action setAction(int idx,
Action value)
value - allowed object is
Actionpublic String getVersion()
Stringpublic void setVersion(String value)
value - allowed object is
Stringpublic String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringprotected void copyAction(Action[] source)
Action.
source - The source to copy from.
NullPointerException - if source is null.public Release clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||