net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.assembly111
Interface FileSet.Excludes
- All Known Implementing Classes:
- FileSetImpl.ExcludesImpl
- Enclosing interface:
- FileSet
public static interface FileSet.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>
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.