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

All Superinterfaces:
javax.xml.bind.Element, Root.PhobProducersType.VisionPhobProducerType
Enclosing interface:
Root.PhobProducersType

public static interface Root.PhobProducersType.VisionPhobProducer
extends javax.xml.bind.Element, Root.PhobProducersType.VisionPhobProducerType

Java content class for VisionPhobProducer element declaration.

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

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


Method Summary
 
Methods inherited from interface edu.berkeley.guir.papier_mache.serialization.Root.PhobProducersType.VisionPhobProducerType
getId, getInputDevice, getMinObjectSize, setId, setInputDevice, setMinObjectSize