net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface DependencyManagement.Dependencies

All Known Implementing Classes:
DependencyManagementImpl.DependenciesImpl
Enclosing interface:
DependencyManagement

public static interface 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>
 


Method Summary
 Dependency[] getDependency()
           
 Dependency getDependency(int idx)
           
 int getDependencyLength()
           
 void setDependency(Dependency[] values)
           
 Dependency setDependency(int idx, Dependency value)
           
 

Method Detail

getDependency

Dependency[] getDependency()
Returns:
array of Dependency

getDependency

Dependency getDependency(int idx)
Returns:
one of Dependency

getDependencyLength

int getDependencyLength()

setDependency

void setDependency(Dependency[] values)
Parameters:
values - allowed objects are Dependency

setDependency

Dependency setDependency(int idx,
                         Dependency value)
Parameters:
value - allowed object is Dependency


Copyright © 2009 The CC-XJC Community. All Rights Reserved.