|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Profile.PluginRepositories
public static class Profile.PluginRepositories
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/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Repository[] |
pluginRepository
|
| Constructor Summary | |
|---|---|
Profile.PluginRepositories()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Profile.PluginRepositories instance. |
|
Profile.PluginRepositories(Profile.PluginRepositories o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Profile.PluginRepositories instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Profile.PluginRepositories |
clone()
Creates and returns a copy of this object. |
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 |
|---|
protected Repository[] pluginRepository
| Constructor Detail |
|---|
public Profile.PluginRepositories()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Profile.PluginRepositories instance.
public Profile.PluginRepositories(Profile.PluginRepositories o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.maven.pom400.Profile.PluginRepositories instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Repository[] getPluginRepository()
Repositorypublic Repository getPluginRepository(int idx)
Repositorypublic int getPluginRepositoryLength()
public void setPluginRepository(Repository[] values)
values - allowed objects are
Repository
public Repository setPluginRepository(int idx,
Repository value)
value - allowed object is
Repositorypublic Profile.PluginRepositories clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||