|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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>
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
List<Serializable> getContent()
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>
String
JAXBElement<FixedIssue>
String getDev()
Stringvoid setDev(String value)
value - allowed object is
StringString getDueTo()
Stringvoid setDueTo(String value)
value - allowed object is
StringString getDueToEmail()
Stringvoid setDueToEmail(String value)
value - allowed object is
StringString getIssue()
Stringvoid setIssue(String value)
value - allowed object is
StringString getType()
Stringvoid setType(String value)
value - allowed object is
StringString getSystem()
Stringvoid setSystem(String value)
value - allowed object is
StringString getDate()
Stringvoid setDate(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||