net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.changes100.impl
Class BodyImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.changes100.impl.BodyImpl
All Implemented Interfaces:
Serializable, Cloneable, Body

public class BodyImpl
extends Object
implements Serializable, Cloneable, Body

See Also:
Serialized Form

Field Summary
protected  Release[] release
           
 
Constructor Summary
BodyImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.changes100.impl.BodyImpl instance.
BodyImpl(BodyImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.changes100.impl.BodyImpl instance by copying a given instance.
 
Method Summary
 BodyImpl clone()
          Creates and returns a copy of this object.
 Release[] getRelease()
           
 Release getRelease(int idx)
           
 int getReleaseLength()
           
 Release setRelease(int idx, Release value)
           
 void setRelease(Release[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

release

protected Release[] release
Constructor Detail

BodyImpl

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


BodyImpl

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

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

getRelease

public Release[] getRelease()
Specified by:
getRelease in interface Body
Returns:
array of Release

getRelease

public Release getRelease(int idx)
Specified by:
getRelease in interface Body
Returns:
one of Release

getReleaseLength

public int getReleaseLength()
Specified by:
getReleaseLength in interface Body

setRelease

public void setRelease(Release[] values)
Specified by:
setRelease in interface Body
Parameters:
values - allowed objects are Release

setRelease

public Release setRelease(int idx,
                          Release value)
Specified by:
setRelease in interface Body
value - allowed object is Release

clone

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