|
||||||||||
| 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 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 |
|---|
java.lang.String getFactory()
Stringvoid setFactory(java.lang.String value)
value - allowed object is
Stringjava.util.List getFactoryParam()
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
java.lang.Object getClassifier()
Objectvoid setClassifier(java.lang.Object value)
value - allowed object is
Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||