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_3.xsd line 191)

 <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.
 boolean isSetLatitude()
           
 boolean isSetLongitude()
           
 void setLatitude(float value)
          Sets the value of the latitude property.
 void setLongitude(float value)
          Sets the value of the longitude property.
 void unsetLatitude()
           
 void unsetLongitude()
           
 

Method Detail

getLongitude

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


setLongitude

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


isSetLongitude

boolean isSetLongitude()

unsetLongitude

void unsetLongitude()

getLatitude

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


setLatitude

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


isSetLatitude

boolean isSetLatitude()

unsetLatitude

void unsetLatitude()


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