net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl
Class UnpackOptionsImpl.IncludesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl.IncludesImpl
All Implemented Interfaces:
Serializable, Cloneable, UnpackOptions.Includes
Enclosing class:
UnpackOptionsImpl

public static class UnpackOptionsImpl.IncludesImpl
extends Object
implements Serializable, Cloneable, UnpackOptions.Includes

See Also:
Serialized Form

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

Field Detail

include

protected String[] include
Constructor Detail

UnpackOptionsImpl.IncludesImpl

public UnpackOptionsImpl.IncludesImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl.IncludesImpl instance.


UnpackOptionsImpl.IncludesImpl

public UnpackOptionsImpl.IncludesImpl(UnpackOptionsImpl.IncludesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.UnpackOptionsImpl.IncludesImpl instance by copying a given instance.

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

getInclude

public String[] getInclude()
Specified by:
getInclude in interface UnpackOptions.Includes
Returns:
array of String

getInclude

public String getInclude(int idx)
Specified by:
getInclude in interface UnpackOptions.Includes
Returns:
one of String

getIncludeLength

public int getIncludeLength()
Specified by:
getIncludeLength in interface UnpackOptions.Includes

setInclude

public void setInclude(String[] values)
Specified by:
setInclude in interface UnpackOptions.Includes
Parameters:
values - allowed objects are String

setInclude

public String setInclude(int idx,
                         String value)
Specified by:
setInclude in interface UnpackOptions.Includes
value - allowed object is String

clone

public UnpackOptionsImpl.IncludesImpl 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.