edu.berkeley.guir.papier_mache.serialization
Interface Root.ClassifiersType.Classifier

All Superinterfaces:
javax.xml.bind.Element, Root.ClassifiersType.ClassifierType
Enclosing interface:
Root.ClassifiersType

public static interface Root.ClassifiersType.Classifier
extends javax.xml.bind.Element, Root.ClassifiersType.ClassifierType

Java content class for Classifier element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/dev/papier-mâché/src/edu/berkeley/guir/papier_mache/serialization/papier-mache.xsd line 70)

 <element name="Classifier">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <choice maxOccurs="unbounded">
           <element name="ClassifierParam">
             <complexType>
               <complexContent>
                 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                   <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   <attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                 </restriction>
               </complexContent>
             </complexType>
           </element>
         </choice>
         <attribute name="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes inherited from class edu.berkeley.guir.papier_mache.serialization.Root.ClassifiersType.ClassifierType
Root.ClassifiersType.ClassifierType.ClassifierParam, Root.ClassifiersType.ClassifierType.ClassifierParamType
 
Method Summary
 
Methods inherited from interface edu.berkeley.guir.papier_mache.serialization.Root.ClassifiersType.ClassifierType
getClassifierParam, getClassName, getId, setClassName, setId