net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class BuildBaseImpl.FiltersImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.FiltersImpl
All Implemented Interfaces:
Serializable, Cloneable, BuildBase.Filters
Enclosing class:
BuildBaseImpl

public static class BuildBaseImpl.FiltersImpl
extends Object
implements Serializable, Cloneable, BuildBase.Filters

See Also:
Serialized Form

Field Summary
protected  String[] filter
           
 
Constructor Summary
BuildBaseImpl.FiltersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.FiltersImpl instance.
BuildBaseImpl.FiltersImpl(BuildBaseImpl.FiltersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.FiltersImpl instance by copying a given instance.
 
Method Summary
 BuildBaseImpl.FiltersImpl clone()
          Creates and returns a copy of this object.
protected  void copyFilter(String[] source)
          Copies all values of property Filter.
 String[] getFilter()
           
 String getFilter(int idx)
           
 int getFilterLength()
           
 String setFilter(int idx, String value)
           
 void setFilter(String[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected String[] filter
Constructor Detail

BuildBaseImpl.FiltersImpl

public BuildBaseImpl.FiltersImpl()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.FiltersImpl instance.


BuildBaseImpl.FiltersImpl

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

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

getFilter

public String[] getFilter()
Specified by:
getFilter in interface BuildBase.Filters
Returns:
array of String

getFilter

public String getFilter(int idx)
Specified by:
getFilter in interface BuildBase.Filters
Returns:
one of String

getFilterLength

public int getFilterLength()
Specified by:
getFilterLength in interface BuildBase.Filters

setFilter

public void setFilter(String[] values)
Specified by:
setFilter in interface BuildBase.Filters
Parameters:
values - allowed objects are String

setFilter

public String setFilter(int idx,
                        String value)
Specified by:
setFilter in interface BuildBase.Filters
value - allowed object is String

copyFilter

protected void copyFilter(String[] source)
Copies all values of property Filter.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public BuildBaseImpl.FiltersImpl 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.