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

All Known Subinterfaces:
Root.ClassifierMapType.MapEntry
Enclosing interface:
Root.ClassifierMapType

public static interface Root.ClassifierMapType.MapEntryType

Java content class for anonymous complex type.

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

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


Nested Class Summary
static interface Root.ClassifierMapType.MapEntryType.FactoryParam
          Java content class for FactoryParam element declaration.
static interface Root.ClassifierMapType.MapEntryType.FactoryParamType
          Java content class for anonymous complex type.
 
Method Summary
 java.lang.Object getClassifier()
           
 java.lang.String getFactory()
           
 java.util.List getFactoryParam()
          Gets the value of the FactoryParam property.
 void setClassifier(java.lang.Object value)
           
 void setFactory(java.lang.String value)
           
 

Method Detail

getFactory

java.lang.String getFactory()
Returns:
possible object is String

setFactory

void setFactory(java.lang.String value)
Parameters:
value - allowed object is String

getFactoryParam

java.util.List getFactoryParam()
Gets the value of the FactoryParam property. This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the FactoryParam property. For example, to add a new item, do as follows:
    getFactoryParam().add(newItem);
 
Objects of the following type(s) are allowed in the list Root.ClassifierMapType.MapEntryType.FactoryParam


getClassifier

java.lang.Object getClassifier()
Returns:
possible object is Object

setClassifier

void setClassifier(java.lang.Object value)
Parameters:
value - allowed object is Object