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

All Known Subinterfaces:
Unit
All Known Implementing Classes:
UnitImpl, UnitTypeImpl

public interface UnitType

Java content class for anonymous complex type.

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

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


Method Summary
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 

Method Detail

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String String

setValue

void setValue(java.lang.String value)
Sets the value of the value property.

Parameters:
value - allowed object is String String


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