edu.berkeley.guir.papier_mache.serialization
Interface Root.ClassifierMapType.MapEntryType.FactoryParam

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

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

Java content class for FactoryParam 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 93)

 <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>
 


Method Summary
 
Methods inherited from interface edu.berkeley.guir.papier_mache.serialization.Root.ClassifierMapType.MapEntryType.FactoryParamType
getName, getValue, setName, setValue