net.agmodel.spatialschema
Interface PhysicalQuantity

All Known Subinterfaces:
Duration

public interface PhysicalQuantity

Java content class for PhysicalQuantity complex type.

The following schema fragment specifies the expected content contained within this java content object.

 <complexType name="PhysicalQuantity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double"/>
         <element name="units" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 double getAmount()
           
 String getUnits()
           
 void setAmount(double value)
           
 void setUnits(String value)
           
 

Method Detail

getUnits

public String getUnits()
Returns:
possible object is String

setUnits

public void setUnits(String value)
Parameters:
value - allowed object is String

getAmount

public double getAmount()

setAmount

public void setAmount(double value)


Copyright (C) NARC 2001 All Rights Reserved.