net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl
Class BuildBaseImpl.TestResourcesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.TestResourcesImpl
All Implemented Interfaces:
Serializable, Cloneable, BuildBase.TestResources
Enclosing class:
BuildBaseImpl

public static class BuildBaseImpl.TestResourcesImpl
extends Object
implements Serializable, Cloneable, BuildBase.TestResources

See Also:
Serialized Form

Field Summary
protected  Resource[] testResource
           
 
Constructor Summary
BuildBaseImpl.TestResourcesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.TestResourcesImpl instance.
BuildBaseImpl.TestResourcesImpl(BuildBaseImpl.TestResourcesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.TestResourcesImpl instance by copying a given instance.
 
Method Summary
 BuildBaseImpl.TestResourcesImpl clone()
          Creates and returns a copy of this object.
protected  void copyTestResource(Resource[] source)
          Copies all values of property TestResource.
 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

BuildBaseImpl.TestResourcesImpl

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


BuildBaseImpl.TestResourcesImpl

public BuildBaseImpl.TestResourcesImpl(BuildBaseImpl.TestResourcesImpl o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400.impl.BuildBaseImpl.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 BuildBase.TestResources
Returns:
array of Resource

getTestResource

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

getTestResourceLength

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

setTestResource

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

setTestResource

public Resource setTestResource(int idx,
                                Resource value)
Specified by:
setTestResource in interface BuildBase.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 BuildBaseImpl.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.