edu.berkeley.guir.papier_mache.serialization
Interface Root.ClassifierMapType.MapEntry

All Superinterfaces:
javax.xml.bind.Element, Root.ClassifierMapType.MapEntryType
Enclosing interface:
Root.ClassifierMapType

public static interface Root.ClassifierMapType.MapEntry
extends javax.xml.bind.Element, Root.ClassifierMapType.MapEntryType

Java content class for MapEntry 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 90)

 <element name="MapEntry">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <choice maxOccurs="unbounded">
           <element name="FactoryParam">
             <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="classifier" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
         <attribute name="factory" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Nested Class Summary
 
Nested classes inherited from class edu.berkeley.guir.papier_mache.serialization.Root.ClassifierMapType.MapEntryType
Root.ClassifierMapType.MapEntryType.FactoryParam, Root.ClassifierMapType.MapEntryType.FactoryParamType
 
Method Summary
 
Methods inherited from interface edu.berkeley.guir.papier_mache.serialization.Root.ClassifierMapType.MapEntryType
getClassifier, getFactory, getFactoryParam, setClassifier, setFactory