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