net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee
Interface FilterNameType

All Superinterfaces:
NonEmptyStringType, String
All Known Implementing Classes:
FilterNameTypeImpl

public interface FilterNameType
extends NonEmptyStringType

The logical name of the filter is declare by using filter-nameType. This name is used to map the filter. Each filter name is unique within the web application. Used in: filter, filter-mapping

Java class for filter-nameType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="filter-nameType">
   <simpleContent>
     <extension base="<http://java.sun.com/xml/ns/javaee>nonEmptyStringType">
     </extension>
   </simpleContent>
 </complexType>
 


Method Summary
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.javaee.String
getId, getValue, setId, setValue
 



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