net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl
Class BuildImpl.FiltersImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.BuildImpl.FiltersImpl
All Implemented Interfaces:
Serializable, Cloneable, Build.Filters
Enclosing class:
BuildImpl

public static class BuildImpl.FiltersImpl
extends Object
implements Serializable, Cloneable, Build.Filters

See Also:
Serialized Form

Field Summary
protected  List<String> filter
           
 
Constructor Summary
BuildImpl.FiltersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.BuildImpl.FiltersImpl instance.
BuildImpl.FiltersImpl(BuildImpl.FiltersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.BuildImpl.FiltersImpl instance by copying a given instance.
 
Method Summary
 BuildImpl.FiltersImpl clone()
          Creates and returns a copy of this object.
static void copyFilter(List<String> source, List<String> target)
          Copies all values of property Filter.
 List<String> getFilter()
          Gets the value of the filter property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

filter

protected List<String> filter
Constructor Detail

BuildImpl.FiltersImpl

public BuildImpl.FiltersImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.BuildImpl.FiltersImpl instance.


BuildImpl.FiltersImpl

public BuildImpl.FiltersImpl(BuildImpl.FiltersImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.maven.pom400.impl.BuildImpl.FiltersImpl instance by copying a given instance.

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

getFilter

public List<String> getFilter()
Description copied from interface: Build.Filters
Gets the value of the filter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the filter property.

For example, to add a new item, do as follows:

    getFilter().add(newItem);
 

Objects of the following type(s) are allowed in the list String

Specified by:
getFilter in interface Build.Filters

copyFilter

public static void copyFilter(List<String> source,
                              List<String> target)
Copies all values of property Filter.

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

clone

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