net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl
Class ModelImpl.ModulesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.ModulesImpl
All Implemented Interfaces:
Serializable, Cloneable, Model.Modules
Enclosing class:
ModelImpl

public static class ModelImpl.ModulesImpl
extends Object
implements Serializable, Cloneable, Model.Modules

See Also:
Serialized Form

Field Summary
protected  String[] module
           
 
Constructor Summary
ModelImpl.ModulesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.ModulesImpl instance.
ModelImpl.ModulesImpl(ModelImpl.ModulesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.ModulesImpl instance by copying a given instance.
 
Method Summary
 ModelImpl.ModulesImpl clone()
          Creates and returns a copy of this object.
 String[] getModule()
           
 String getModule(int idx)
           
 int getModuleLength()
           
 String setModule(int idx, String value)
           
 void setModule(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

module

protected String[] module
Constructor Detail

ModelImpl.ModulesImpl

public ModelImpl.ModulesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.ModulesImpl instance.


ModelImpl.ModulesImpl

public ModelImpl.ModulesImpl(ModelImpl.ModulesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.ModelImpl.ModulesImpl instance by copying a given instance.

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

getModule

public String[] getModule()
Specified by:
getModule in interface Model.Modules
Returns:
array of String

getModule

public String getModule(int idx)
Specified by:
getModule in interface Model.Modules
Returns:
one of String

getModuleLength

public int getModuleLength()
Specified by:
getModuleLength in interface Model.Modules

setModule

public void setModule(String[] values)
Specified by:
setModule in interface Model.Modules
Parameters:
values - allowed objects are String

setModule

public String setModule(int idx,
                        String value)
Specified by:
setModule in interface Model.Modules
value - allowed object is String

clone

public ModelImpl.ModulesImpl 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.