|
||||||||||
| 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 71)
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="ClassifierParam">
<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="className" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static interface |
Root.ClassifiersType.ClassifierType.ClassifierParam
Java content class for ClassifierParam element declaration. |
static interface |
Root.ClassifiersType.ClassifierType.ClassifierParamType
Java content class for anonymous complex type. |
| Method Summary | |
|---|---|
java.util.List |
getClassifierParam()
Gets the value of the ClassifierParam property. |
java.lang.String |
getClassName()
|
java.lang.String |
getId()
|
void |
setClassName(java.lang.String value)
|
void |
setId(java.lang.String value)
|
| Method Detail |
|---|
java.util.List getClassifierParam()
set method for the ClassifierParam property.
For example, to add a new item, do as follows:
getClassifierParam().add(newItem);
Objects of the following type(s) are allowed in the list
Root.ClassifiersType.ClassifierType.ClassifierParam
java.lang.String getClassName()
Stringvoid setClassName(java.lang.String value)
value - allowed object is
Stringjava.lang.String getId()
Stringvoid setId(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||