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

Enclosing interface:
Root

public static interface Root.PhobProducersType

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice maxOccurs="unbounded">
         <element name="VisionPhobProducer">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="inputDevice" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
                 <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
                 <attribute name="minObjectSize" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="BarcodePhobProducer">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="visionProducer" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="RFIDPhobProducer">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static interface Root.PhobProducersType.BarcodePhobProducer
          Java content class for BarcodePhobProducer element declaration.
static interface Root.PhobProducersType.BarcodePhobProducerType
          Java content class for anonymous complex type.
static interface Root.PhobProducersType.RFIDPhobProducer
          Java content class for RFIDPhobProducer element declaration.
static interface Root.PhobProducersType.RFIDPhobProducerType
          Java content class for anonymous complex type.
static interface Root.PhobProducersType.VisionPhobProducer
          Java content class for VisionPhobProducer element declaration.
static interface Root.PhobProducersType.VisionPhobProducerType
          Java content class for anonymous complex type.
 
Method Summary
 java.util.List getVisionPhobProducerOrBarcodePhobProducerOrRFIDPhobProducer()
          Gets the value of the VisionPhobProducerOrBarcodePhobProducerOrRFIDPhobProducer property.
 

Method Detail

getVisionPhobProducerOrBarcodePhobProducerOrRFIDPhobProducer

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