be.ac.ulg.montefiore.run.totem.domain.model.jaxb
Interface Node.LocationType

All Known Implementing Classes:
NodeImpl.LocationTypeImpl
Enclosing interface:
Node

public static interface Node.LocationType

Java content class for anonymous complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/monfort/Projects/run-totem/src/resources/domain/Domain-v1_2.xsd line 187)

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="latitude" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
       <attribute name="longitude" use="required" type="{http://www.w3.org/2001/XMLSchema}float" />
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 float getLatitude()
          Gets the value of the latitude property.
 float getLongitude()
          Gets the value of the longitude property.
 void setLatitude(float value)
          Sets the value of the latitude property.
 void setLongitude(float value)
          Sets the value of the longitude property.
 

Method Detail

getLongitude

float getLongitude()
Gets the value of the longitude property.


setLongitude

void setLongitude(float value)
Sets the value of the longitude property.


getLatitude

float getLatitude()
Gets the value of the latitude property.


setLatitude

void setLatitude(float value)
Sets the value of the latitude property.



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