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

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.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  Resource[] testResource
           
 
Constructor Summary
BuildImpl.TestResourcesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400.impl.BuildImpl.TestResourcesImpl instance.
BuildImpl.TestResourcesImpl(BuildImpl.TestResourcesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.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.
 Resource[] getTestResource()
           
 Resource getTestResource(int idx)
           
 int getTestResourceLength()
           
 Resource setTestResource(int idx, Resource value)
           
 void setTestResource(Resource[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

testResource

protected Resource[] testResource
Constructor Detail

BuildImpl.TestResourcesImpl

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


BuildImpl.TestResourcesImpl

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

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

getTestResource

public Resource[] getTestResource()
Specified by:
getTestResource in interface Build.TestResources
Returns:
array of Resource

getTestResource

public Resource getTestResource(int idx)
Specified by:
getTestResource in interface Build.TestResources
Returns:
one of Resource

getTestResourceLength

public int getTestResourceLength()
Specified by:
getTestResourceLength in interface Build.TestResources

setTestResource

public void setTestResource(Resource[] values)
Specified by:
setTestResource in interface Build.TestResources
Parameters:
values - allowed objects are Resource

setTestResource

public Resource setTestResource(int idx,
                                Resource value)
Specified by:
setTestResource in interface Build.TestResources
value - allowed object is Resource

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.