edu.berkeley.guir.papier_mache.serialization
Interface CameraImageInputData

All Superinterfaces:
CameraImageInputDataType, javax.xml.bind.Element

public interface CameraImageInputData
extends javax.xml.bind.Element, CameraImageInputDataType

Java content class for CameraImageInputData 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 18)

 <element name="CameraImageInputData">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="sleep" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
         <attribute name="id" use="required" type="{http://www.w3.org/2001/XMLSchema}ID" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface edu.berkeley.guir.papier_mache.serialization.CameraImageInputDataType
getId, getSleep, setId, setSleep