net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl
Class BuildImpl.TestResourcesImpl

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

public static class BuildImpl.TestResourcesImpl
extends Object
implements Serializable, Cloneable, Build.TestResources

See Also:
Serialized Form

Field Summary
protected  List<Resource> testResource
           
 
Constructor Summary
BuildImpl.TestResourcesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl.TestResourcesImpl instance.
BuildImpl.TestResourcesImpl(BuildImpl.TestResourcesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.maven.pom400.impl.BuildImpl.TestResourcesImpl instance by copying a given instance.
 
Method Summary
 BuildImpl.TestResourcesImpl clone()
          Creates and returns a copy of this object.
 List<Resource> getTestResource()
          Gets the value of the testResource property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testResource

protected List<Resource> testResource
Constructor Detail

BuildImpl.TestResourcesImpl

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


BuildImpl.TestResourcesImpl

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

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

getTestResource

public List<Resource> getTestResource()
Description copied from interface: Build.TestResources
Gets the value of the testResource 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 testResource property.

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

    getTestResource().add(newItem);
 

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

Specified by:
getTestResource in interface Build.TestResources

clone

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