net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.pom400
Interface Profile.Modules

All Known Implementing Classes:
ProfileImpl.ModulesImpl
Enclosing interface:
Profile

public static interface Profile.Modules

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="module" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getModule()
           
 String getModule(int idx)
           
 int getModuleLength()
           
 String setModule(int idx, String value)
           
 void setModule(String[] values)
           
 

Method Detail

getModule

String[] getModule()
Returns:
array of String

getModule

String getModule(int idx)
Returns:
one of String

getModuleLength

int getModuleLength()

setModule

void setModule(String[] values)
Parameters:
values - allowed objects are String

setModule

String setModule(int idx,
                 String value)
Parameters:
value - allowed object is String


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