|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Profile.Repositories
public static class Profile.Repositories
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="repository" type="{http://maven.apache.org/POM/4.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Repository[] |
repository
|
| Constructor Summary | |
|---|---|
Profile.Repositories()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Profile.Repositories instance. |
|
Profile.Repositories(Profile.Repositories o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Profile.Repositories instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Profile.Repositories |
clone()
Creates and returns a copy of this object. |
Repository[] |
getRepository()
|
Repository |
getRepository(int idx)
|
int |
getRepositoryLength()
|
Repository |
setRepository(int idx,
Repository value)
|
void |
setRepository(Repository[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Repository[] repository
| Constructor Detail |
|---|
public Profile.Repositories()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Profile.Repositories instance.
public Profile.Repositories(Profile.Repositories o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.maven.pom400.Profile.Repositories instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Repository[] getRepository()
Repositorypublic Repository getRepository(int idx)
Repositorypublic int getRepositoryLength()
public void setRepository(Repository[] values)
values - allowed objects are
Repository
public Repository setRepository(int idx,
Repository value)
value - allowed object is
Repositorypublic Profile.Repositories clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||