net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.changes100
Interface Action

All Known Implementing Classes:
ActionImpl

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

Method Detail

getContent

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

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

getContent

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

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

getContentLength

int getContentLength()

setContent

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

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

setContent

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

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

getDev

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

Returns:
possible object is String

setDev

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

Parameters:
value - allowed object is String

getDueTo

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

Returns:
possible object is String

setDueTo

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

Parameters:
value - allowed object is String

getDueToEmail

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

Returns:
possible object is String

setDueToEmail

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

Parameters:
value - allowed object is String

getIssue

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

Returns:
possible object is String

setIssue

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

Parameters:
value - allowed object is String

getType

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

Returns:
possible object is String

setType

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

Parameters:
value - allowed object is String

getSystem

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

Returns:
possible object is String

setSystem

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

Parameters:
value - allowed object is String

getDate

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

Returns:
possible object is String

setDate

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

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.