net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.maven.pom400
Interface Build.Filters

All Known Implementing Classes:
BuildImpl.FiltersImpl
Enclosing interface:
Build

public static interface Build.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>
 


Method Summary
 String[] getFilter()
           
 String getFilter(int idx)
           
 int getFilterLength()
           
 String setFilter(int idx, String value)
           
 void setFilter(String[] values)
           
 

Method Detail

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.