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

Enclosing interface:
Root

public static interface Root.ClassifierMapType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <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>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Root.ClassifierMapType.MapEntry
          Java content class for MapEntry element declaration.
static interface Root.ClassifierMapType.MapEntryType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getMapEntry()
          Gets the value of the MapEntry property.
 

Method Detail

getMapEntry

java.util.List getMapEntry()
Gets the value of the MapEntry 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 MapEntry property. For example, to add a new item, do as follows:
    getMapEntry().add(newItem);
 
Objects of the following type(s) are allowed in the list Root.ClassifierMapType.MapEntry