net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.assembly111
Interface ModuleSet.Includes

All Known Implementing Classes:
ModuleSetImpl.IncludesImpl
Enclosing interface:
ModuleSet

public static interface ModuleSet.Includes

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


Method Summary
 String[] getInclude()
           
 String getInclude(int idx)
           
 int getIncludeLength()
           
 String setInclude(int idx, String value)
           
 void setInclude(String[] values)
           
 

Method Detail

getInclude

String[] getInclude()
Returns:
array of String

getInclude

String getInclude(int idx)
Returns:
one of String

getIncludeLength

int getIncludeLength()

setInclude

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

setInclude

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


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