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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.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  List<String> filter
           
 
Constructor Summary
BuildBaseImpl.FiltersImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.BuildBaseImpl.FiltersImpl instance.
BuildBaseImpl.FiltersImpl(BuildBaseImpl.FiltersImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.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 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

BuildBaseImpl.FiltersImpl

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


BuildBaseImpl.FiltersImpl

public BuildBaseImpl.FiltersImpl(BuildBaseImpl.FiltersImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.maven.pom400.impl.BuildBaseImpl.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: BuildBase.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 BuildBase.Filters

copyFilter

protected 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 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.