net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl
Class BuildImpl.ResourcesImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.BuildImpl.ResourcesImpl
All Implemented Interfaces:
Serializable, Cloneable, Build.Resources
Enclosing class:
BuildImpl

public static class BuildImpl.ResourcesImpl
extends Object
implements Serializable, Cloneable, Build.Resources

See Also:
Serialized Form

Field Summary
protected  Resource[] resource
           
 
Constructor Summary
BuildImpl.ResourcesImpl()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.BuildImpl.ResourcesImpl instance.
BuildImpl.ResourcesImpl(BuildImpl.ResourcesImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400.impl.BuildImpl.ResourcesImpl instance by copying a given instance.
 
Method Summary
 BuildImpl.ResourcesImpl clone()
          Creates and returns a copy of this object.
 Resource[] getResource()
           
 Resource getResource(int idx)
           
 int getResourceLength()
           
 Resource setResource(int idx, Resource value)
           
 void setResource(Resource[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

resource

protected Resource[] resource
Constructor Detail

BuildImpl.ResourcesImpl

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


BuildImpl.ResourcesImpl

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

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

getResource

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

getResource

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

getResourceLength

public int getResourceLength()
Specified by:
getResourceLength in interface Build.Resources

setResource

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

setResource

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

clone

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