net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl
Class GroupVersionAlignmentImpl.ExcludesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111.impl.GroupVersionAlignmentImpl.ExcludesImpl
All Implemented Interfaces:
Serializable, Cloneable, GroupVersionAlignment.Excludes
Enclosing class:
GroupVersionAlignmentImpl

public static class GroupVersionAlignmentImpl.ExcludesImpl
extends Object
implements Serializable, Cloneable, GroupVersionAlignment.Excludes

See Also:
Serialized Form

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

Field Detail

exclude

protected String[] exclude
Constructor Detail

GroupVersionAlignmentImpl.ExcludesImpl

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


GroupVersionAlignmentImpl.ExcludesImpl

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

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

getExclude

public String[] getExclude()
Specified by:
getExclude in interface GroupVersionAlignment.Excludes
Returns:
array of String

getExclude

public String getExclude(int idx)
Specified by:
getExclude in interface GroupVersionAlignment.Excludes
Returns:
one of String

getExcludeLength

public int getExcludeLength()
Specified by:
getExcludeLength in interface GroupVersionAlignment.Excludes

setExclude

public void setExclude(String[] values)
Specified by:
setExclude in interface GroupVersionAlignment.Excludes
Parameters:
values - allowed objects are String

setExclude

public String setExclude(int idx,
                         String value)
Specified by:
setExclude in interface GroupVersionAlignment.Excludes
value - allowed object is String

clone

public GroupVersionAlignmentImpl.ExcludesImpl 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.