|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.util.List getMapEntry()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||