net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class BuildImpl.TestResourcesImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.prot.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
testResource
protected Resource[] testResource
BuildImpl.TestResourcesImpl
public BuildImpl.TestResourcesImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildImpl.TestResourcesImpl instance.
BuildImpl.TestResourcesImpl
public BuildImpl.TestResourcesImpl(BuildImpl.TestResourcesImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildImpl.TestResourcesImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
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
copyTestResource
protected void copyTestResource(Resource[] source)
- Copies all values of property
TestResource.
- Parameters:
source - The source to copy from.
- Throws:
NullPointerException - if source is null.
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.