edu.berkeley.guir.papier_mache.serialization
Interface Root.ClassifiersType.ClassifierType

All Known Subinterfaces:
Root.ClassifiersType.Classifier
Enclosing interface:
Root.ClassifiersType

public static interface Root.ClassifiersType.ClassifierType

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

getClassifierParam

java.util.List getClassifierParam()
Gets the value of the ClassifierParam 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 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


getClassName

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

setClassName

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

getId

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

setId

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