net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface Resource.Excludes

All Known Implementing Classes:
ResourceImpl.ExcludesImpl
Enclosing interface:
Resource

public static interface Resource.Excludes

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


Method Summary
 String[] getExclude()
           
 String getExclude(int idx)
           
 int getExcludeLength()
           
 String setExclude(int idx, String value)
           
 void setExclude(String[] values)
           
 

Method Detail

getExclude

String[] getExclude()
Returns:
array of String

getExclude

String getExclude(int idx)
Returns:
one of String

getExcludeLength

int getExcludeLength()

setExclude

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

setExclude

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


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