edu.berkeley.guir.papier_mache.serialization
Interface CameraImageInputDataType

All Known Subinterfaces:
CameraImageInputData

public interface CameraImageInputDataType

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

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


Method Summary
 java.lang.String getId()
           
 java.math.BigInteger getSleep()
           
 void setId(java.lang.String value)
           
 void setSleep(java.math.BigInteger value)
           
 

Method Detail

getSleep

java.math.BigInteger getSleep()
Returns:
possible object is BigInteger

setSleep

void setSleep(java.math.BigInteger value)
Parameters:
value - allowed object is BigInteger

getId

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

setId

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