|
||||||||||
| 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.Action
public class Action
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>
| 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.prot.indexed.valueclass.maven.changes100.Action instance. |
|
Action(Action o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Action instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Action |
clone()
Creates and returns a copy of this object. |
protected void |
copyContent(Serializable[] source)
Copies all values of property Content. |
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 |
|---|
protected Serializable[] content
protected String dev
protected String dueTo
protected String dueToEmail
protected String issue
protected String type
protected String system
protected String date
| Constructor Detail |
|---|
public Action()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Action instance.
public Action(Action o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.changes100.Action instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Serializable[] getContent()
JAXBElement<DueTo>
String
JAXBElement<FixedIssue>public Serializable getContent(int idx)
JAXBElement<DueTo>
String
JAXBElement<FixedIssue>public int getContentLength()
public void setContent(Serializable[] values)
values - allowed objects are
JAXBElement<DueTo>
String
JAXBElement<FixedIssue>
public Serializable setContent(int idx,
Serializable value)
value - allowed object is
JAXBElement<DueTo>
String
JAXBElement<FixedIssue>public String getDev()
Stringpublic void setDev(String value)
value - allowed object is
Stringpublic String getDueTo()
Stringpublic void setDueTo(String value)
value - allowed object is
Stringpublic String getDueToEmail()
Stringpublic void setDueToEmail(String value)
value - allowed object is
Stringpublic String getIssue()
Stringpublic void setIssue(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getSystem()
Stringpublic void setSystem(String value)
value - allowed object is
Stringpublic String getDate()
Stringpublic void setDate(String value)
value - allowed object is
Stringprotected void copyContent(Serializable[] source)
Content.
source - The source to copy from.
NullPointerException - if source is null.public Action clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||