net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.changes100
Class ChangesDocument

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.changes100.ChangesDocument
All Implemented Interfaces:
Serializable, Cloneable

public class ChangesDocument
extends Object
implements Serializable, Cloneable

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>
 

See Also:
Serialized Form

Field Summary
protected  Body body
           
protected  Properties properties
           
 
Constructor Summary
ChangesDocument()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.changes100.ChangesDocument instance.
ChangesDocument(ChangesDocument o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.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

properties

protected Properties properties

body

protected Body body
Constructor Detail

ChangesDocument

public ChangesDocument()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.changes100.ChangesDocument instance.


ChangesDocument

public ChangesDocument(ChangesDocument o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.changes100.ChangesDocument instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getProperties

public Properties getProperties()
Gets the value of the properties property.

Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Sets the value of the properties property.

Parameters:
value - allowed object is Properties

getBody

public Body getBody()
Gets the value of the body property.

Returns:
possible object is Body

setBody

public void setBody(Body value)
Sets the value of the body property.

Parameters:
value - allowed object is Body

clone

public ChangesDocument clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


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