net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.pom400
Interface BuildBase.Filters
- All Known Implementing Classes:
- BuildBaseImpl.FiltersImpl
- Enclosing interface:
- BuildBase
public static interface BuildBase.Filters
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="filter" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
getFilter
String[] getFilter()
- Returns:
- array of
String
getFilter
String getFilter(int idx)
- Returns:
- one of
String
getFilterLength
int getFilterLength()
setFilter
void setFilter(String[] values)
- Parameters:
values - allowed objects are
String
setFilter
String setFilter(int idx,
String value)
- Parameters:
value - allowed object is
String
Copyright © 2009 The CC-XJC Community. All Rights Reserved.