|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.ChangesDocument
public class ChangesDocument
Record every release with their subsequent changes.
Java class for ChangesDocument complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ChangesDocument">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="properties" type="{http://maven.apache.org/changes/1.0.0}Properties" minOccurs="0"/>
<element name="body" type="{http://maven.apache.org/changes/1.0.0}Body" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Body |
body
|
protected Properties |
properties
|
| Constructor Summary | |
|---|---|
ChangesDocument()
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.ChangesDocument instance. |
|
ChangesDocument(ChangesDocument o)
Creates a new net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.ChangesDocument instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ChangesDocument |
clone()
Creates and returns a copy of this object. |
Body |
getBody()
Gets the value of the body property. |
Properties |
getProperties()
Gets the value of the properties property. |
void |
setBody(Body value)
Sets the value of the body property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Properties properties
protected Body body
| Constructor Detail |
|---|
public ChangesDocument()
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.ChangesDocument instance.
public ChangesDocument(ChangesDocument o)
net.sourceforge.ccxjc.it.model.priv.collections.valueclass.maven.changes100.ChangesDocument instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic Body getBody()
Bodypublic void setBody(Body value)
value - allowed object is
Bodypublic ChangesDocument clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||