net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100.impl
Class ChangesDocumentImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100.impl.ChangesDocumentImpl
All Implemented Interfaces:
Serializable, Cloneable, ChangesDocument

public class ChangesDocumentImpl
extends Object
implements Serializable, Cloneable, ChangesDocument

See Also:
Serialized Form

Field Summary
protected  BodyImpl body
           
protected  PropertiesImpl properties
           
 
Constructor Summary
ChangesDocumentImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100.impl.ChangesDocumentImpl instance.
ChangesDocumentImpl(ChangesDocumentImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100.impl.ChangesDocumentImpl instance by copying a given instance.
 
Method Summary
 ChangesDocumentImpl 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 PropertiesImpl properties

body

protected BodyImpl body
Constructor Detail

ChangesDocumentImpl

public ChangesDocumentImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100.impl.ChangesDocumentImpl instance.


ChangesDocumentImpl

public ChangesDocumentImpl(ChangesDocumentImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.changes100.impl.ChangesDocumentImpl instance by copying a given instance.

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

getProperties

public Properties getProperties()
Description copied from interface: ChangesDocument
Gets the value of the properties property.

Specified by:
getProperties in interface ChangesDocument
Returns:
possible object is Properties

setProperties

public void setProperties(Properties value)
Description copied from interface: ChangesDocument
Sets the value of the properties property.

Specified by:
setProperties in interface ChangesDocument
Parameters:
value - allowed object is Properties

getBody

public Body getBody()
Description copied from interface: ChangesDocument
Gets the value of the body property.

Specified by:
getBody in interface ChangesDocument
Returns:
possible object is Body

setBody

public void setBody(Body value)
Description copied from interface: ChangesDocument
Sets the value of the body property.

Specified by:
setBody in interface ChangesDocument
Parameters:
value - allowed object is Body

clone

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