be.ac.ucl.ingi.totem.measurementRequest.model.jaxb
Interface Unit

All Superinterfaces:
javax.xml.bind.Element, UnitType
All Known Implementing Classes:
UnitImpl

public interface Unit
extends javax.xml.bind.Element, UnitType

Java content class for unit element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at http://totem.run.montefiore.ulg.ac.be/Schema/TOTEM-base-v1_0.xsd line 23)

 <element name="unit">
   <complexType>
     <complexContent>
       <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
         <attribute name="type" use="required" type="{}unitsType" />
         <attribute name="value" use="required" type="{}unitsValue" />
       </restriction>
     </complexContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface be.ac.ucl.ingi.totem.measurementRequest.model.jaxb.UnitType
getType, getValue, setType, setValue
 



Copyright © 2004-2007 Research Unit in Networking, All Rights Reserved.