net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface Model.Contributors

All Known Implementing Classes:
ModelImpl.ContributorsImpl
Enclosing interface:
Model

public static interface Model.Contributors

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="contributor" type="{http://maven.apache.org/POM/4.0.0}Contributor" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Contributor[] getContributor()
           
 Contributor getContributor(int idx)
           
 int getContributorLength()
           
 void setContributor(Contributor[] values)
           
 Contributor setContributor(int idx, Contributor value)
           
 

Method Detail

getContributor

Contributor[] getContributor()
Returns:
array of Contributor

getContributor

Contributor getContributor(int idx)
Returns:
one of Contributor

getContributorLength

int getContributorLength()

setContributor

void setContributor(Contributor[] values)
Parameters:
values - allowed objects are Contributor

setContributor

Contributor setContributor(int idx,
                           Contributor value)
Parameters:
value - allowed object is Contributor


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