net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.profiles100
Class Profile.PluginRepositories

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.profiles100.Profile.PluginRepositories
All Implemented Interfaces:
Serializable, Cloneable
Enclosing class:
Profile

public static class Profile.PluginRepositories
extends Object
implements Serializable, Cloneable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="pluginRepository" type="{http://maven.apache.org/PROFILES/1.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  Repository[] pluginRepository
           
 
Constructor Summary
Profile.PluginRepositories()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.profiles100.Profile.PluginRepositories instance.
Profile.PluginRepositories(Profile.PluginRepositories o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.profiles100.Profile.PluginRepositories instance by copying a given instance.
 
Method Summary
 Profile.PluginRepositories clone()
          Creates and returns a copy of this object.
 void copyPluginRepository(Repository[] source)
          Copies all values of property PluginRepository.
 Repository[] getPluginRepository()
           
 Repository getPluginRepository(int idx)
           
 int getPluginRepositoryLength()
           
 Repository setPluginRepository(int idx, Repository value)
           
 void setPluginRepository(Repository[] values)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pluginRepository

protected Repository[] pluginRepository
Constructor Detail

Profile.PluginRepositories

public Profile.PluginRepositories()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.profiles100.Profile.PluginRepositories instance.


Profile.PluginRepositories

public Profile.PluginRepositories(Profile.PluginRepositories o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.maven.profiles100.Profile.PluginRepositories instance by copying a given instance.

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

getPluginRepository

public Repository[] getPluginRepository()
Returns:
array of Repository

getPluginRepository

public Repository getPluginRepository(int idx)
Returns:
one of Repository

getPluginRepositoryLength

public int getPluginRepositoryLength()

setPluginRepository

public void setPluginRepository(Repository[] values)
Parameters:
values - allowed objects are Repository

setPluginRepository

public Repository setPluginRepository(int idx,
                                      Repository value)
Parameters:
value - allowed object is Repository

copyPluginRepository

public void copyPluginRepository(Repository[] source)
Copies all values of property PluginRepository.

Parameters:
source - The source to copy from.
Throws:
NullPointerException - if source is null.

clone

public Profile.PluginRepositories 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.